.globalBanner_TXHox {
  background-color: var(--bible-study-theme-window-background-color, #eeeeee);
}
.globalBanner_TXHox > * {
  border-radius: 8px;
}

.dragPreview_WcL44 {
  display: flex;
  align-items: center;
  max-width: 240px;
  overflow: hidden;
  padding: 5px 12px;
}
.dragPreviewTitle_ChLIr {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.dragPreviewIcon_sPG1_ {
  margin-right: 6px;
  display: inline-flex;
  align-items: center;
}
.dragPreviewIcon_sPG1_ > img,
.dragPreviewIcon_sPG1_ > svg {
  height: 18px;
  width: 18px;
  object-fit: contain;
}

.container_py69A {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.resourceIcon_wns7I {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iconContainer_Sz44G {
  width: 100%;
  height: 100%;
}
.iconContainer_Sz44G svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.defaultIconColor_Kvdjq {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.disabledIconColor_K5zJh {
  --bible-study-icon-color: var(--bible-study-theme-icon-color-disabled, #c7cfdc);
}
.bibleReferenceIconColor_yx_CS {
  --bible-study-icon-color: var(--bible-study-theme-icon-bible-reference-color, #cc3333);
}
.folderIconColor_GJ_iy {
  --bible-study-icon-color: var(--bible-study-theme-favorites-folder-icon-color, #4797ff);
}

.readingViewHeader_U8EjF {
  grid-row: 1;
  grid-column: 1;
  z-index: 3;
  height: 36px;
  cursor: default;
  font: 400 14px Source Sans Pro, sans-serif;
  padding: 0 6px 0 6px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background: var(--bible-study-theme-toolbar-background-color, #ffffff);
  pointer-events: auto;
}
.readingViewHeaderIconContainer_NkkQ3 {
  height: 18px;
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.readingViewHeaderIconContainer_NkkQ3 > img {
  max-height: 100%;
  max-width: 100%;
}
.readingViewHeaderTitle_RTSIS {
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}
.readingViewHeaderClose_WXoyP {
  margin-right: 8px;
  white-space: nowrap;
}

.item_BvUNL {
  line-height: 18px;
  display: flex;
  text-align: left;
  padding: 3px 12px;
  align-items: center;
  align-content: center;
}
a.item_BvUNL:hover,
button.item_BvUNL:hover,
input.item_BvUNL:hover {
  background: var(--bible-study-theme-menu-item-hover-color, #f4f4f4);
}
button.item_BvUNL,
input.item_BvUNL {
  width: 100%;
  text-align: left;
  font: inherit;
  border: none;
  background: inherit;
  color: inherit;
}
.withCheckmarkPadding__HRFs {
  padding-left: 36px;
  padding-right: 36px;
}
.withExpanderPadding_Xd3a6 {
  padding-left: 14px;
  padding-right: 14px;
}
.withCheckmarkAndExpanderPadding_FvddR {
  padding-left: 38px;
  padding-right: 38px;
}

.section__o3oh {
  white-space: nowrap;
  padding: 4px 0;
}
.section__o3oh:not(:first-child) {
  border-top: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
}

.container_GhW_6 {
  padding: 6px 0;
}
.expander_QUX_o {
  display: flex;
  flex-direction: column;
}
.expanderButton_TfkIA {
  width: 8px;
  margin: 0 4px 0 6px;
  display: inline-flex;
  align-items: center;
}
.expanderButton_TfkIA svg path {
  fill: var(--bible-study-theme-button-icon-color, #63728c);
}
.header_Fymjl {
  width: 100%;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.headerTitle_saf2e {
  font-size: 14px;
  font-weight: 600;
  text-overflow: ellipsis;
  overflow: hidden;
}
.contentContainer_pZAcl {
  padding-top: 10px;
  padding-bottom: 3px;
}

.checkItem_u8omW {
  list-style: none;
  display: flex;
  text-align: left;
  width: 100%;
  padding-right: 24px;
  padding-top: 3px;
  padding-bottom: 3px;
  line-height: 18px;
}
.checkItem_u8omW:hover {
  background: var(--bible-study-theme-menu-item-hover-color, #f4f4f4);
}
.checkItemDisabled__Ul9k {
  color: var(--bible-study-theme-ui-font-color-light, #aaaaaa);
  cursor: default;
}
.checkItemDisabled__Ul9k:hover {
  background: unset;
}
.checkMark_B4cmn {
  padding: 0 12px;
  visibility: hidden;
}
.checkMark_B4cmn svg path {
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.checkMarkDisabled_QE9jN svg path {
  fill: var(--bible-study-theme-icon-color-disabled, #c7cfdc);
}
.active_KQwR0 {
  visibility: visible;
}

.label_t0caK {
  list-style: none;
  padding: 0;
}
.label_t0caK:not(:first-child) {
  padding-top: 11px;
}

.dropdownContent_dLbyS {
  background: var(--bible-study-theme-generic-menu-background-color, #ffffff);
  font-size: 14px;
}

.panelTabWrapper_DxBTN {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
  touch-action: none;
  background: var(--bible-study-theme-window-background-color, #eeeeee);
}
.panelTabWrapper_DxBTN .selectionIndicator_zpb0V {
  background: var(--bible-study-theme-panel-tab-background-color, #eeeeee);
  position: relative;
  display: inline-block;
  height: 18px;
  vertical-align: top;
  padding: 9px 6px 9px 6px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.panelTabWrapper_DxBTN:hover .selectionIndicator_zpb0V {
  background-color: var(--bible-study-theme-panel-tab-hover-background-color, #f4f4f4);
}
.panelTabWrapper_DxBTN:focus-visible .selectionIndicator_zpb0V {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.panelTabWrapper_DxBTN:last-child {
  border-top-right-radius: 8px;
}
.panelTabWrapper_DxBTN:not(:first-child):hover::before {
  content: '';
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  left: -16px;
  height: 8px;
  width: 16px;
  pointer-events: none;
  border-bottom-right-radius: 8px;
  box-shadow: 8px 0 0 0 var(--bible-study-theme-panel-tab-hover-background-color, #f4f4f4);
  z-index: 3;
}
.panelTabWrapper_DxBTN:hover::after {
  content: '';
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  right: -16px;
  height: 8px;
  width: 16px;
  pointer-events: none;
  border-bottom-left-radius: 8px;
  box-shadow: -8px 0 0 0 var(--bible-study-theme-panel-tab-hover-background-color, #f4f4f4);
  z-index: 3;
}
.panelTabWrapper_DxBTN:not(:first-child).selected_u9bw4::before {
  content: '';
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  left: -16px;
  height: 8px;
  width: 16px;
  pointer-events: none;
  border-bottom-right-radius: 8px;
  box-shadow: 8px 0 0 0 var(--bible-study-theme-panel-tab-active-background-color, #ffffff);
  z-index: 4;
}
.panelTabWrapper_DxBTN.selected_u9bw4 {
  z-index: 4;
}
.panelTabWrapper_DxBTN.selected_u9bw4::after {
  content: '';
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  right: -16px;
  height: 8px;
  width: 16px;
  pointer-events: none;
  border-bottom-left-radius: 8px;
  box-shadow: -8px 0 0 0 var(--bible-study-theme-panel-tab-active-background-color, #ffffff);
  z-index: 4;
}
.panelTabWrapper_DxBTN:not(.selected_u9bw4) + .panelTabWrapper_DxBTN:not(.selected_u9bw4) {
  margin-left: -1px;
  border-left: 1px solid var(--bible-study-theme-window-background-color, #eeeeee);
}
.panelTabWrapper_DxBTN:not(.selected_u9bw4):not(.panelTabWrapper_DxBTN:hover) + .panelTabWrapper_DxBTN:not(.selected_u9bw4):not(.panelTabWrapper_DxBTN:hover)::after {
  content: '';
  position: absolute;
  height: 24px;
  top: 6px;
  left: 0;
  width: 0;
  border-left: 1px solid var(--bible-study-theme-border-color-heavy, #cccccc);
}
.panelTabWrapper_DxBTN.selected_u9bw4 .selectionIndicator_zpb0V {
  background: var(--bible-study-theme-panel-tab-active-background-color, #ffffff);
}
.panelTabWrapper_DxBTN.abbreviated_WCfRC .tabHeading_YvkCR .tabTitle_Xpw43 {
  visibility: hidden;
  position: absolute;
}
.panelTabWrapper_DxBTN.abbreviated_WCfRC .tabHeading_YvkCR .tabAbbreviatedTitle_OdoVU {
  visibility: visible;
  position: inherit;
}
.panelTabWrapper_DxBTN.minimal_JLiK1 .tabHeading_YvkCR {
  padding-left: 0;
}
.panelTabWrapper_DxBTN.minimal_JLiK1 .tabHeading_YvkCR .tabTitle_Xpw43 {
  visibility: hidden;
  position: absolute;
}
.panelTabWrapper_DxBTN.minimal_JLiK1 .tabHeading_YvkCR .tabAbbreviatedTitle_OdoVU {
  visibility: hidden;
  position: absolute;
}
.panelTabWrapper_DxBTN.minimal_JLiK1:not(.selected_u9bw4) .tabCloseButtonContainer_Bf1CO {
  visibility: hidden;
  position: absolute;
}
.application-container .content-pane-stack.active .panelTabWrapper_DxBTN.selected_u9bw4 .selectionIndicator_zpb0V::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 3px;
  background: var(--bible-study-theme-panel-tab-active-border-color, #ff6600);
}
.panelTabWrapper_DxBTN:not(.selected_u9bw4):first-child:hover::before {
  content: '';
  display: block;
  position: absolute;
  background-color: var(--bible-study-theme-toolbar-background-color, #ffffff);
  top: 36px;
  left: 0;
  width: 4px;
  height: 8px;
  z-index: 1;
  border-top-left-radius: 4px;
  box-shadow: 0 -4px 0 0 var(--bible-study-theme-panel-tab-hover-background-color, #f4f4f4);
}
.panelTab_O0CCr {
  display: inline-flex;
  align-items: center;
  height: 18px;
  font: 400 14px 'Source Sans Pro', sans-serif;
  overflow: hidden;
  -webkit-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  padding: 0;
}
.panelTab_O0CCr .tabIcon_jDfcN {
  height: 18px;
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  --bible-study-icon-color: var(--bible-study-theme-panel-icon-color, #63728c);
}
.panelTab_O0CCr .tabIcon_jDfcN svg [fill] {
  fill: var(--bible-study-theme-panel-icon-color, #63728c);
}
.panelTab_O0CCr .tabIcon_jDfcN > img {
  max-height: 100%;
  max-width: 100%;
}
.panelTab_O0CCr .tabIcon_jDfcN .resource-cover-image-icon {
  box-sizing: border-box;
  border: 1px solid transparent;
}
.panelTab_O0CCr .tabHeading_YvkCR {
  display: inline-flex;
  align-items: center;
  padding-left: 6px;
  vertical-align: middle;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.panelTab_O0CCr .tabHeading_YvkCR .tabAbbreviatedTitle_OdoVU {
  visibility: hidden;
  position: absolute;
}
.panelTab_O0CCr .tabHeading_YvkCR .tabCloseButtonContainer_Bf1CO {
  padding-left: 10px;
  display: inline;
}
.panelTab_O0CCr .tabHeading_YvkCR .tabCloseButtonIconContainer_oiDgt {
  padding: 2px;
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP {
  display: inline-flex;
  align-items: center;
  margin-left: 8px;
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP + .tabCloseButtonContainer_Bf1CO {
  padding-left: 8px;
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP path {
  fill: var(--bible-study-theme-panel-tab-active-background-color, #ffffff);
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP.a_YKPK5 rect {
  fill: var(--bible-study-theme-panel-linkset-a-color, #ff6600);
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP.b_JuKEv rect {
  fill: var(--bible-study-theme-panel-linkset-b-color, #66cccc);
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP.c_krago rect {
  fill: var(--bible-study-theme-panel-linkset-c-color, #99cc33);
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP.d_pwFcx rect {
  fill: var(--bible-study-theme-panel-linkset-d-color, #dba910);
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP.e_PYqkl rect {
  fill: var(--bible-study-theme-panel-linkset-e-color, #4797ff);
}
.panelTab_O0CCr .tabHeading_YvkCR .tabLinkSetIndicator_xs1wP.f_hfdWV rect {
  fill: var(--bible-study-theme-panel-linkset-f-color, #986dae);
}

.panelTabWrapper_fkM_m {
  position: relative;
  display: inline-block;
  height: 18px;
  padding: 9px 0 9px 0;
  background: var(--bible-study-theme-panel-tab-background-color, #eeeeee);
  white-space: nowrap;
  touch-action: none;
  border-top: 1px solid var(--bible-study-theme-border-color-heavy, #cccccc);
  width: 100%;
}
.panelTabWrapper_fkM_m.selected_ZU7fs {
  background: var(--bible-study-theme-panel-tab-active-background-color, #ffffff);
}
.application-container .content-pane-stack.active .panelTabWrapper_fkM_m.selected_ZU7fs::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: var(--bible-study-theme-panel-tab-active-border-color, #ff6600);
}
.panelTab_fcehu {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  height: 18px;
  font: 400 14px 'Source Sans Pro', sans-serif;
  overflow: hidden;
  -webkit-appearance: none;
  outline: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin-right: 16px;
  margin-left: 8px;
}
.panelTab_fcehu .tabIcon_SjFtc {
  height: 18px;
  width: 18px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.panelTab_fcehu .tabIcon_SjFtc > img {
  max-height: 100%;
  max-width: 100%;
}
.panelTab_fcehu .tabIcon_SjFtc .resource-cover-image-icon {
  box-sizing: border-box;
  border: 1px solid transparent;
}
.panelTab_fcehu .tabHeading_VALoj {
  display: inline-block;
  padding-left: 6px;
  vertical-align: middle;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.panelTab_fcehu .tabCloseButton_ftzvp {
  vertical-align: baseline;
  margin-left: 14px;
  border: none;
  background: none;
}

.button_rqwKo {
  color: var(--bible-study-theme-icon-color-inactive, #63728c);
  width: 36px;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.button_rqwKo:hover {
  color: var(--bible-study-theme-icon-color-hover, #515d72);
}
.icon_d3zbH path {
  fill: currentColor;
}

.tileContainer_GWwdk {
  display: flex;
  flex-direction: column;
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.tileContainer_GWwdk .tabStrip_pRzVF {
  white-space: nowrap;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
  z-index: 3;
}
.tileContainer_GWwdk .tabStrip_pRzVF .tabs_W4JA9 {
  position: relative;
  display: inline-block;
}
.tileContainer_GWwdk .tabStrip_pRzVF .tabs_W4JA9 .dropLocationIndicator_vdePe {
  position: absolute;
  z-index: 5;
  width: 3px;
  height: 100%;
  margin-left: -2px;
  background: var(--bible-study-theme-panel-tab-active-border-color, #ff6600);
  pointer-events: none;
}
.dropdownWrapper_hk_Md {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  height: 36px;
}
.dropdownHeader_NoZzc {
  background-color: var(--bible-study-theme-window-background-color, #eeeeee);
  border-left: 1px solid var(--bible-study-theme-border-color-heavy, #cccccc);
  width: 33px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dropdownContentWrapper_MXQuH {
  max-height: 200px;
  overflow-y: auto;
}

.application-container > .tiles-container {
  display: grid;
  gap: 2px;
  width: 100%;
  height: 100%;
}
.application-container > .tiles-container .content-pane-stack {
  position: relative;
}
.application-container .dropper {
  display: none;
}
.application-container.dragging > .tiles-container .dropper {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background: var(--bible-study-theme-app-panel-drag-drop-zone-fill-color, #3c465740);
  border-radius: 8px 8px 4px 4px;
  z-index: 3;
  pointer-events: none;
}
.application-container.reading .panel-container.selected {
  grid-row: 1;
  grid-column: 1;
}

.panel-container {
  background-color: var(--bible-study-theme-panel-background-color, #ffffff);
  opacity: 0;
  overflow: hidden;
  display: none;
  position: relative;
  border-radius: 4px;
  margin-top: 36px;
}
.panel-container.selected {
  opacity: 1;
  display: block;
}
.panel-container.sharpCorner-topLeft {
  border-top-left-radius: 0px;
}
.panel-container.sharpCorner-topRight {
  border-top-right-radius: 0px;
}
.panel-container.sharpCorner-bottomLeft {
  border-bottom-left-radius: 0px;
}
.panel-container.sharpCorner-bottomRight {
  border-bottom-right-radius: 0px;
}

.clamped_JpLDW {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  max-height: 160.16px;
  line-height: 1.43;
}
.clamped_JpLDW p {
  margin: 0;
  padding: 0;
}
.fade_LpeGy {
  position: absolute;
  top: 140.14px;
  right: 0;
  width: 100px;
  height: 20.02px;
  background: linear-gradient(to right, transparent, var(--bible-study-theme-popup-background-color, #ffffff) 95%);
}

.coverImageContainer_bRsxE {
  display: inline-block;
}
.coverImage_V1tDF {
  width: 61px;
  flex: none;
}
.container_SHCbX {
  padding: 16px 0 5px 0;
  display: flex;
  flex-direction: column;
}
.section_17Lau {
  position: relative;
}
.section_17Lau:first-child {
  padding-top: 0;
}
.section_17Lau p:last-child {
  margin-bottom: 0;
}
.section_17Lau p:first-child {
  margin-top: 0;
}
.section_17Lau:not(:last-child):not(:only-child):after {
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 95%;
  background-color: var(--bible-study-theme-border-color, #e7e7e7);
  content: '';
}
.expanderSection_zZXi3 {
  padding: 8px 0;
}
.primaryMetadata_TKWyW {
}
.coverMetadata_YphlP {
  margin: 0 0 0 8px;
}
.coverMetadata_YphlP > div:not(:first-child) {
  margin-top: 8px;
}
.title_boI4u {
  font-weight: 600;
  font-size: 14px;
  line-height: 1.29;
}
.abbreviatedTitle_hTPDL {
  font-size: 13px;
  font-style: italic;
}
.authors_E7hFp {
  font-size: 13px;
  font-style: italic;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
}
.metadataSection_H_oFg {
  margin-right: 16px;
  margin-left: 16px;
}
.metadataSection_H_oFg:not(:last-child):not(:only-child) {
  border-bottom: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
}
.description_GTn2x {
  line-height: 1.43;
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 12px;
  padding-bottom: 8px;
}
.readingPlan__Fhzj {
  margin-top: 8px;
  margin-bottom: 12px;
}
.coverSection_NpEq4 {
  display: flex;
  flex-wrap: none;
  padding-bottom: 10px;
}
.expanderHeader_azoYP {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  padding-left: 2px;
}
.moreLink_YKpqX {
  margin-top: 5px;
  color: var(--bible-study-theme-link-color, #1e6afe);
}
.moreLink_YKpqX:hover {
  color: var(--bible-study-theme-link-hover-color, #4797ff);
}

.resourceMetadata_FvSO0 {
  background: var(--bible-study-theme-popup-background-color, #ffffff);
  border-radius: var(--bible-study-theme-popup-border-radius, 8px);
  box-shadow: 0px 4px 12px var(--bible-study-theme-drop-shadow-color, #00000026);
  z-index: 3;
  width: 350px;
  max-height: 100%;
  font-size: 0.85em;
  line-height: 1.2em;
}

.bible-word-study-tooltip {
  position: relative;
  height: 150px;
  width: 300px;
}
.bible-word-study-tooltip-ring-graph {
  position: absolute;
  left: 5px;
  top: 5px;
  width: 140px;
}
.bible-word-study-tooltip-ring-graph .translation-graph {
  width: initial;
  max-width: initial;
}
.bible-word-study-tooltip-ring-graph .translation-graph-title {
  font-size: 200%;
}
.bible-word-study-tooltip-ring-graph .translation-graph-slice {
  cursor: default;
}
.bible-word-study-tooltip-uses {
  position: absolute;
  left: 150px;
  width: 150px;
  font-size: 110%;
  top: 50%;
  transform: translate(0, -50%);
}
.bible-word-study-tooltip-uses-list {
  list-style: none;
  margin: 0 0 0 20px;
}
.bible-word-study-tooltip-uses-list-label {
  padding: 10px 0 10px 10px;
  position: relative;
}
.bible-word-study-tooltip-uses-list-label:before {
  content: '';
  width: 10px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: -5px;
  top: 16px;
  border-radius: 50%;
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n):before {
  background-color: var(--bible-study-theme-colorSets-graph-0, #154ac9);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 1):before {
  background-color: var(--bible-study-theme-colorSets-graph-0, #154ac9);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 2):before {
  background-color: var(--bible-study-theme-colorSets-graph-1, #cc3333);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 3):before {
  background-color: var(--bible-study-theme-colorSets-graph-2, #ff6600);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 4):before {
  background-color: var(--bible-study-theme-colorSets-graph-3, #ff9933);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 5):before {
  background-color: var(--bible-study-theme-colorSets-graph-4, #ffe28f);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 6):before {
  background-color: var(--bible-study-theme-colorSets-graph-5, #99cc33);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 7):before {
  background-color: var(--bible-study-theme-colorSets-graph-6, #66cccc);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 8):before {
  background-color: var(--bible-study-theme-colorSets-graph-7, #4797ff);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 9):before {
  background-color: var(--bible-study-theme-colorSets-graph-8, #63728c);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 10):before {
  background-color: var(--bible-study-theme-colorSets-graph-9, #6e76b1);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 11):before {
  background-color: var(--bible-study-theme-colorSets-graph-10, #986dae);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 12):before {
  background-color: var(--bible-study-theme-colorSets-graph-11, #d12663);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 13):before {
  background-color: var(--bible-study-theme-colorSets-graph-12, #1e6afe);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 14):before {
  background-color: var(--bible-study-theme-colorSets-graph-13, #ff9f9f);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 15):before {
  background-color: var(--bible-study-theme-colorSets-graph-14, #ff8433);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 16):before {
  background-color: var(--bible-study-theme-colorSets-graph-15, #ffad5b);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 17):before {
  background-color: var(--bible-study-theme-colorSets-graph-16, #ffebb4);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 18):before {
  background-color: var(--bible-study-theme-colorSets-graph-17, #c3e179);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 19):before {
  background-color: var(--bible-study-theme-colorSets-graph-18, #a3e0e0);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 20):before {
  background-color: var(--bible-study-theme-colorSets-graph-19, #8bc5ff);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 21):before {
  background-color: var(--bible-study-theme-colorSets-graph-20, #919cae);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 22):before {
  background-color: var(--bible-study-theme-colorSets-graph-21, #9298c5);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 23):before {
  background-color: var(--bible-study-theme-colorSets-graph-22, #be9bd7);
}
.bible-word-study-tooltip-uses-list-label:nth-of-type(12n + 24):before {
  background-color: var(--bible-study-theme-colorSets-graph-23, #e37ca1);
}

.noteContent_bQQXN {
  max-width: 350px;
  max-height: 350px;
  overflow: hidden;
}
.notebookTitle_aDoNL {
  text-align: end;
}
.container_cLpg7 {
  font: 400 14px 'Source Sans Pro', sans-serif;
}

.badge_fOZZO {
  background-color: var(--bible-study-theme-sign-up-badge-background-color, #8bc5ff);
  font-size: 14px;
  color: var(--bible-study-theme-sign-up-badge-color, #333333) !important;
  height: 18px;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 6px;
  padding-right: 6px;
}

.button-content_po2ZK {
  width: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
  padding-left: 7px;
}
@media (hover: hover) {
  .button-content_po2ZK:not(:hover) .button-badge_wvGWQ {
    display: none;
  }
}
.button-icon_WyKHT {
  flex-shrink: 0;
}
.button-label_zPsgE {
  text-align: start;
  font-size: 14px;
  font-weight: 600;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  color: var(--bible-study-theme-app-toolbar-button-color, #333333);
}
.button-badge_wvGWQ {
  flex-shrink: 0;
}

.home-menu_Zm5ej,
.home-menu-vertical_khveL {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.home-menu_Zm5ej:hover,
.home-menu-vertical_khveL:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.home-menu_Zm5ej > a path,
.home-menu-vertical_khveL > a path,
.home-menu_Zm5ej > button path,
.home-menu-vertical_khveL > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.home-menu_Zm5ej:hover > a path,
.home-menu-vertical_khveL:hover > a path,
.home-menu_Zm5ej:hover > button path,
.home-menu-vertical_khveL:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.home-menu_Zm5ej:hover > a div,
.home-menu-vertical_khveL:hover > a div,
.home-menu_Zm5ej:hover > button div,
.home-menu-vertical_khveL:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.home-menu_Zm5ej > a,
.home-menu-vertical_khveL > a,
.home-menu_Zm5ej > button,
.home-menu-vertical_khveL > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.home-menu_Zm5ej > a.vertical-toolbar-icon_uxfme,
.home-menu-vertical_khveL > a.vertical-toolbar-icon_uxfme,
.home-menu_Zm5ej > button.vertical-toolbar-icon_uxfme,
.home-menu-vertical_khveL > button.vertical-toolbar-icon_uxfme {
  width: 100%;
}
.home-menu_Zm5ej > a:focus-visible,
.home-menu-vertical_khveL > a:focus-visible,
.home-menu_Zm5ej > button:focus-visible,
.home-menu-vertical_khveL > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.home-menu_Zm5ej.selected_ARS_c,
.home-menu-vertical_khveL.selected_ARS_c {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.home-menu_Zm5ej.selected_ARS_c > a path,
.home-menu-vertical_khveL.selected_ARS_c > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.home-menu-vertical_khveL {
  width: 100%;
}
.selected_ARS_c {
  border-color: var(--bible-study-theme-app-toolbar-button-active-border-color, #ffffff);
  border-radius: 8px;
  background: var(--bible-study-theme-app-toolbar-button-active-background-color, #ffffff);
}

@media screen and (max-width: 930px) {
  .responsive-dropdown_jcnrD:lang(en) {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
  }
  .responsive-dropdown_jcnrD:lang(en).bottomToolbar_T550S {
    top: 0;
    bottom: 46px;
  }
  .responsive-dropdown_jcnrD:lang(en).verticalToolbar_PLWZ_ {
    top: auto;
    left: auto;
    right: auto;
  }
}
.responsive-dropdown_jcnrD:lang(en).verticalToolbar_PLWZ_.showAtBottom_HtUGl {
  position: fixed;
  bottom: 46px;
}
@media screen and (max-width: 842px) {
  .responsive-dropdown_jcnrD:lang(de) {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
  }
  .responsive-dropdown_jcnrD:lang(de).bottomToolbar_T550S {
    top: 0;
    bottom: 46px;
  }
  .responsive-dropdown_jcnrD:lang(de).verticalToolbar_PLWZ_ {
    top: auto;
    left: auto;
    right: auto;
  }
}
.responsive-dropdown_jcnrD:lang(de).verticalToolbar_PLWZ_.showAtBottom_HtUGl {
  position: fixed;
  bottom: 46px;
}
@media screen and (max-width: 854px) {
  .responsive-dropdown_jcnrD:lang(es) {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
  }
  .responsive-dropdown_jcnrD:lang(es).bottomToolbar_T550S {
    top: 0;
    bottom: 46px;
  }
  .responsive-dropdown_jcnrD:lang(es).verticalToolbar_PLWZ_ {
    top: auto;
    left: auto;
    right: auto;
  }
}
.responsive-dropdown_jcnrD:lang(es).verticalToolbar_PLWZ_.showAtBottom_HtUGl {
  position: fixed;
  bottom: 46px;
}
@media screen and (max-width: 930px) {
  .responsive-dropdown_jcnrD:lang(fr) {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
  }
  .responsive-dropdown_jcnrD:lang(fr).bottomToolbar_T550S {
    top: 0;
    bottom: 46px;
  }
  .responsive-dropdown_jcnrD:lang(fr).verticalToolbar_PLWZ_ {
    top: auto;
    left: auto;
    right: auto;
  }
}
.responsive-dropdown_jcnrD:lang(fr).verticalToolbar_PLWZ_.showAtBottom_HtUGl {
  position: fixed;
  bottom: 46px;
}
@media screen and (max-width: 930px) {
  .responsive-dropdown_jcnrD:lang(zh-TW) {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
  }
  .responsive-dropdown_jcnrD:lang(zh-TW).bottomToolbar_T550S {
    top: 0;
    bottom: 46px;
  }
  .responsive-dropdown_jcnrD:lang(zh-TW).verticalToolbar_PLWZ_ {
    top: auto;
    left: auto;
    right: auto;
  }
}
.responsive-dropdown_jcnrD:lang(zh-TW).verticalToolbar_PLWZ_.showAtBottom_HtUGl {
  position: fixed;
  bottom: 46px;
}
@media screen and (max-width: 930px) {
  .responsive-dropdown_jcnrD:lang(zh-CN) {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
  }
  .responsive-dropdown_jcnrD:lang(zh-CN).bottomToolbar_T550S {
    top: 0;
    bottom: 46px;
  }
  .responsive-dropdown_jcnrD:lang(zh-CN).verticalToolbar_PLWZ_ {
    top: auto;
    left: auto;
    right: auto;
  }
}
.responsive-dropdown_jcnrD:lang(zh-CN).verticalToolbar_PLWZ_.showAtBottom_HtUGl {
  position: fixed;
  bottom: 46px;
}
@media screen and (max-width: 930px) {
  .responsive-dropdown_jcnrD:lang(ko) {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
  }
  .responsive-dropdown_jcnrD:lang(ko).bottomToolbar_T550S {
    top: 0;
    bottom: 46px;
  }
  .responsive-dropdown_jcnrD:lang(ko).verticalToolbar_PLWZ_ {
    top: auto;
    left: auto;
    right: auto;
  }
}
.responsive-dropdown_jcnrD:lang(ko).verticalToolbar_PLWZ_.showAtBottom_HtUGl {
  position: fixed;
  bottom: 46px;
}
@media screen and (max-width: 880px) {
  .responsive-dropdown_jcnrD:lang(pt) {
    position: fixed;
    top: 46px;
    left: 0;
    right: 0;
  }
  .responsive-dropdown_jcnrD:lang(pt).bottomToolbar_T550S {
    top: 0;
    bottom: 46px;
  }
  .responsive-dropdown_jcnrD:lang(pt).verticalToolbar_PLWZ_ {
    top: auto;
    left: auto;
    right: auto;
  }
}
.responsive-dropdown_jcnrD:lang(pt).verticalToolbar_PLWZ_.showAtBottom_HtUGl {
  position: fixed;
  bottom: 46px;
}
.accounts-menu_Mi4OU {
  display: block;
}
.overflow-menu_QPRqZ {
  display: block;
}
.text-tab_YpKSu {
  height: 38px;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: top;
  font: 400 16px 'Source Sans Pro', sans-serif;
  line-height: 38px;
  background: none;
  color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.text-tab_YpKSu > a {
  position: relative;
  color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
  height: 38px;
  display: inline-block;
  padding: 0 8px;
}
.text-tab_YpKSu > a:link {
  color: inherit;
}
.text-tab_YpKSu > a:visited {
  color: inherit;
}
.text-tab_YpKSu > a:hover {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.text-tab_YpKSu > a:active {
  color: inherit;
}
.text-tab_YpKSu.selected_Sj9RN > a {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.text-tab_YpKSu > button {
  position: relative;
  color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
  height: 38px;
  display: inline-block;
  padding: 0 8px;
}
.text-tab_YpKSu > button:hover {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.icon-tab_zknG4 {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.icon-tab_zknG4:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.icon-tab_zknG4 > a path,
.icon-tab_zknG4 > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.icon-tab_zknG4:hover > a path,
.icon-tab_zknG4:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.icon-tab_zknG4:hover > a div,
.icon-tab_zknG4:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.icon-tab_zknG4 > a,
.icon-tab_zknG4 > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon-tab_zknG4 > a.vertical-toolbar-icon_Vm9u6,
.icon-tab_zknG4 > button.vertical-toolbar-icon_Vm9u6 {
  width: 100%;
}
.icon-tab_zknG4 > a:focus-visible,
.icon-tab_zknG4 > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.icon-tab_zknG4.selected_Sj9RN {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.icon-tab_zknG4.selected_Sj9RN > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.selected_Sj9RN {
  border-color: var(--bible-study-theme-app-toolbar-button-active-border-color, #ffffff);
  border-radius: 8px;
  background: var(--bible-study-theme-app-toolbar-button-active-background-color, #ffffff);
}
.full-width_h64CP {
  width: 100%;
}
.nav-menu-children-container_wS1Qo {
  max-height: calc(100vh - 46px);
  /* fallback for when dvh is not supported */
  max-height: calc(100dvh - 46px);
  max-width: 100vw;
  z-index: 3;
}
.shift_p5EC1 {
  left: 46px;
}

.text_OC2rR {
  margin-top: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 13px;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
  max-height: 16px;
}

.listItem_gOHDG {
  border-bottom: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
  overflow: hidden;
  display: block;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
  height: 66px;
}
.listItem_gOHDG .dead-link_wSkeR {
  cursor: default;
}
.listItem_gOHDG.selected_IITA4:before {
  content: '';
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: var(--bible-study-theme-generic-tab-active-border-color, #154ac9);
}
.listItem_gOHDG:hover,
.listItem_gOHDG.selected_IITA4 {
  background-color: var(--bible-study-theme-item-selected-background-color, #f4f4f4);
}
.item_YmpwJ {
  padding: 8px;
  white-space: nowrap;
  display: flex;
}
.coverLinkContainer_QHSuO {
  padding: 0 8px;
  vertical-align: top;
  font-size: 0;
  width: 34px;
}
.itemInfo_sFJxP {
  position: relative;
  display: flex;
  flex-direction: column;
  vertical-align: top;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  overflow: visible;
  padding-left: 6px;
  left: 0;
  right: 0;
}
.unavailable_sgekH {
  position: absolute;
  right: 20px;
  bottom: 20px;
  color: var(--bible-study-theme-toast-error-icon-color, #cc3333);
}
.coverImage_eyZ7X {
  width: 34px;
  display: block;
}
.title_jnMQn,
.resourceType_CYOCT,
.authors_KHsa2 {
  overflow: hidden;
  text-overflow: ellipsis;
  font: 400 13px 'Source Sans Pro', sans-serif;
}
.title_jnMQn {
  display: block;
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-size: 14px;
  width: 100%;
  max-height: 2.2em;
}
.title_jnMQn:hover {
  color: var(--bible-study-theme-link-color, #1e6afe);
}
.resourceType_CYOCT,
.authors_KHsa2 {
  font-size: 13px;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
  max-height: 16px;
}
.rating_XBAKi {
  float: left;
  margin: 4px 0;
}
.tags_ETe6d {
  float: left;
  padding-left: 4px;
}
.tag_cfEvL,
.addtag_Q6LC8 {
  color: var(--bible-study-theme-link-color, #1e6afe);
  font-style: italic;
  cursor: pointer;
}
.tagTextbox_BBv_P {
  min-width: 3em;
  padding: 0;
}
.previewButton_AFwKB {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 13px;
  display: none;
}
.listItem_gOHDG:hover .previewButton_AFwKB,
.selected_IITA4 .previewButton_AFwKB {
  display: block;
}

.moreLink_K8mJj {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: var(--bible-study-theme-link-color, #1e6afe);
  font: 400 13px 'Source Sans Pro', sans-serif;
}
.moreLink_K8mJj:hover {
  color: var(--bible-study-theme-link-hover-color, #4797ff);
}
.isLoading_TOC2H {
  display: none;
}

.sidebar_doPKb {
  background-color: var(--bible-study-theme-sidebar-background-color, #ffffff);
  width: 220px;
  flex: none;
  overflow: hidden;
  border-right: 1px solid var(--bible-study-theme-border-color-heavy, #cccccc);
  transition: left 0.25s;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}
.sidebar_doPKb.isCollapsed_nmwSK {
  left: -221px;
}
.facetListContainer_bF86a {
  position: relative;
  flex: 1;
}
.facetList_VEesV {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}
.libraryMoreLink_ey608 {
  padding-left: 24px;
  font-size: 14px;
}
.libraryMoreLink_ey608 button {
  font-size: 14px;
}

.infoSidebar_rMB9C {
  width: 230px;
  flex: none;
  background: var(--bible-study-theme-sidebar-background-color, #ffffff);
  overflow-y: auto;
  font-family: 'Source Sans Pro', sans-serif;
  position: relative;
  border-left: 1px solid var(--bible-study-theme-border-color-heavy, #cccccc);
  font-size: 14px;
}
.noSelection_yz3ON {
  margin: 8px;
  padding: 16px;
  border: 1px dashed var(--bible-study-theme-border-color-heavy, #cccccc);
  border-radius: 9px;
  color: var(--bible-study-theme-ui-font-color, #000000);
  line-height: 1.38;
  font-style: italic;
  font-size: 16px;
}
.logosExploreContainer_ilBSJ {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.logosExploreContainer_ilBSJ .scrollableArea_SIgOb {
  overflow-y: auto;
  padding: 16px 16px 0 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.logosExploreContainer_ilBSJ .title_Tn63S {
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-weight: 600;
  font-size: 16px;
}
.logosExploreContainer_ilBSJ .bulletPoints_ITxYt {
  padding-left: 8px;
  margin: 0 0 0 16px;
  list-style-position: outside;
  list-style-type: none;
  margin: 0 0 0 6px;
}
.logosExploreContainer_ilBSJ .bulletPointListItem_NmQvM {
  color: var(--bible-study-theme-ui-font-color, #000000);
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  padding-left: 8px;
}
.logosExploreContainer_ilBSJ .bulletPointListItem_NmQvM:before {
  content: '\2022';
  width: 14px;
  margin-left: -14px;
  display: inline-block;
}
.logosExploreContainer_ilBSJ .cta_Lo7AV {
  margin: 16px;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.logosExploreContainer_ilBSJ .ctaFinePrint_FOFUs {
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
  font-size: 12px;
  text-align: center;
}

.breadcrumbContainer_wB3jg {
  width: 100%;
}
.breadcrumbClose_Cj0c1 {
  padding: 8px 10px 8px 8px !important;
  float: right;
  line-height: 0;
}
.breadcrumbClose_Cj0c1:hover svg path {
  fill: var(--bible-study-theme-link-hover-color, #4797ff);
}

.container_wrsv4 {
  min-width: 250px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 4px;
  height: 25px;
  position: relative;
}
.zoomChangeButton__NEcm {
  color: inherit;
  font: inherit;
  flex: 0;
  padding: 0 8px;
}
.increment_PBo2L {
  font-size: 150%;
}
.sliderControl_oW7VI {
  flex: 1;
}

.setItemSelectorList_wCQrH {
  display: inline;
  margin-left: 3px;
}
.linkSetItem_HZwTy {
  background-color: var(--bible-study-theme-button-inline-background-color, #eeeeee) !important;
  padding: 4px;
  border-radius: 4px;
  margin-left: 3px;
  padding: 2px 7px !important;
  min-width: 1.5em;
  font-size: 100%;
  font-family: inherit !important;
}
.linkSetItem_HZwTy.selected_oIyCG {
  color: var(--bible-study-theme-button-inline-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-inline-active-background-color, #1e6afe) !important;
}
.linkSetItem_HZwTy:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}

.dropdownButton_FZPOQ {
  font-size: 0 !important;
}
.dropdownButton_FZPOQ svg path {
  fill: var(--bible-study-theme-ui-font-color-light, #aaaaaa);
}
.link_QkGAD,
.link_QkGAD:visited,
.link_QkGAD:hover {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.panelMenuContainer_YhwHR {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.kebabWrapper_Yd4aw {
  display: inline-flex;
  margin-left: 4px;
}

.librarySearchForm_veQCf {
  position: relative;
  flex-grow: 1;
  margin-right: 6px;
  margin-left: 6px;
}
.librarySearchForm_veQCf input[type='text'] {
  width: 100%;
  padding-right: 44px;
}
.totalResourceCount_jydM0 {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -8px;
  font: 400 12px 'Source Sans Pro', sans-serif;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
}
.workingIndicator_t1EMq,
.workingIndicatorHidden__oM2x {
  margin: 0 10px 0 0;
}
.workingIndicatorHidden__oM2x {
  visibility: hidden;
}
.sortPicker_DCnEX {
  margin-right: 6px;
  margin-left: 6px;
}

.libraryPane_HrMUl {
  font-size: 16px;
  width: 100%;
  max-height: inherit;
  position: relative;
  display: flex;
  flex-direction: column;
}
.libraryPane_HrMUl.bottomToolbar_Wnmlf {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 960px) {
  .libraryPane_HrMUl {
    width: 860px;
  }
}
@media screen and (max-height: 546px) {
  .libraryPane_HrMUl {
    height: 286px;
  }
}
@media screen and (max-height: 356px) {
  .libraryPane_HrMUl {
    height: 136px;
  }
}
.libraryPaneContent_KwaJg {
  display: flex;
  height: 400px;
  overflow-x: hidden;
  position: relative;
}
.bottomToolbar_Wnmlf .libraryPaneContent_KwaJg {
  height: inherit;
}
.libraryResourceList_WF9b7 {
  position: relative;
  -webkit-overflow-scrolling: touch;
  display: flex;
  flex-direction: column;
  overflow: auto;
  flex: 1;
  margin: 0 0 0 221px;
  transition: margin 0.25s;
}
.libraryResourceList_WF9b7.sidebarCollapsed_hFNyR {
  margin: 0;
}
.libraryList_MlhqP {
  padding: 0;
  margin: 0;
}
.asPanel_zf4Kg.libraryPane_HrMUl {
  width: auto;
  max-width: 100%;
  height: 100%;
}
.asPanel_zf4Kg .libraryPaneContent_KwaJg {
  height: 100%;
}
.noResultsContainer_vUzmi {
  margin: 10px;
}
.noResultsMessage_Kg4XE {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.noResultsMessage_Kg4XE p {
  margin: 0;
}
.loadingSpinner_KqF3I {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 10px 0;
}
.noResultsMessageHidden_Gx1za {
  display: none;
}

.container_KxJxK {
  display: flex;
  position: relative;
  flex: 1;
}
input[type='text'].filterInput_ALmGY {
  padding: 4px;
  border: var(--bible-study-theme-text-box-border, 1px solid #f4f4f4);
  border-radius: 3px;
  flex: 1;
  margin: 0;
  outline: none;
  font-size: 14px;
}
input[type='text'].filterInput_ALmGY:focus {
  outline: none;
}
input[type='text'].filterInput_ALmGY::selection {
  background: var(--bible-study-theme-text-box-selection-background-color, #c1e4ff);
}
.iconContainer_oM5Cp {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding-right: 8px;
  display: inline-flex;
  align-content: center;
  align-items: center;
}
.iconContainer_oM5Cp svg path {
  fill: var(--bible-study-theme-icon-color-inactive, #63728c);
}
.closeButton_mKMe8 {
  border: 0;
  outline: 0;
}
.closeButton_mKMe8:hover svg path {
  fill: var(--bible-study-theme-link-hover-color, #4797ff);
}

.toolbarWrapper_BSXWi {
  height: 28px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  align-content: stretch;
}
.iconWrapper_kQMZj {
  margin-left: 8px;
}
.searchForm_F0aVQ {
  display: inline-flex;
  flex-grow: 3;
  align-items: center;
}

.guidesPane_l7lP5 {
  font-size: 14px;
  line-height: initial;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 100%;
}
.guidesPane_l7lP5 a,
.guidesPane_l7lP5 a:visited,
.guidesPane_l7lP5 a:active,
.guidesPane_l7lP5 a:focus,
.guidesPane_l7lP5 a:hover {
  color: inherit;
}
.content_HbCrV {
  overflow: auto;
}
.guideItem_HfN9o {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 32px;
}
@media (hover: hover) {
  .guideItem_HfN9o:not(:hover) .guideBadge_fLHNq {
    visibility: hidden;
  }
}
.guideItem_HfN9o svg {
  flex-shrink: 0;
}
.guideItem_HfN9o svg path {
  fill: var(--bible-study-theme-icon-guide-color, #515d72);
}
.guideTitle_ByE7z {
  flex-grow: 1;
}

.guidesPaneContainer_bpmqK {
  max-height: 80vh;
}
.guidesPaneContainer_bpmqK.bottomToolbar_Cjxdq {
  max-height: inherit;
}
@media (min-width: 950px) {
  .guidesPaneContainer_bpmqK {
    width: 400px;
  }
}

.sub-tabs_LLD1S {
  font: 400 14px 'Source Sans Pro', sans-serif;
}
.sub-tabs_LLD1S:empty {
  display: none;
}
.sub-tab_EMlPT {
  padding: 0 16px;
  display: block;
  line-height: 40px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.sub-tab_EMlPT:hover {
  background-color: var(--bible-study-theme-menu-item-hover-color, #f4f4f4);
}
@media (hover: hover) {
  .sub-tab_EMlPT:not(:hover) .sub-tab-badge_cpDrH.gated_DlRLX {
    visibility: hidden;
  }
}
.sub-tab-icon_MfAfH {
  padding: 0 12px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: -8px;
}
.sub-tab-icon_MfAfH > svg {
  display: block;
  height: 40px;
}
.sub-tab-icon_MfAfH > svg > path {
  fill: var(--bible-study-theme-app-toolbar-button-icon-color, #515d72);
}
.sub-tab-title_KzuVO {
  color: var(--bible-study-theme-ui-font-color, #000000);
  flex-grow: 1;
}
.sub-tab-badge_cpDrH {
  margin-left: 16px;
}
.sub-tab-badge_cpDrH:not(.gated_DlRLX) {
  visibility: hidden;
}

.sub-tabs_JqA5s {
  font: 400 14px 'Source Sans Pro', sans-serif;
}
.sub-tabs_JqA5s:empty {
  display: none;
}
.sub-tab_Tk3Hp {
  padding: 0 16px;
  display: block;
  line-height: 40px;
  white-space: nowrap;
}
.sub-tab_Tk3Hp:hover {
  background-color: var(--bible-study-theme-menu-item-hover-color, #f4f4f4);
}
.sub-tab-icon_P8sIZ {
  padding: 0 12px;
  display: inline-block;
  vertical-align: bottom;
  padding: 0;
}
.sub-tab-icon_P8sIZ > svg {
  display: block;
  height: 40px;
}
.sub-tab-icon_P8sIZ > svg > path {
  fill: var(--bible-study-theme-app-toolbar-button-icon-color, #515d72);
}
.sub-tab-icon_P8sIZ svg {
  height: auto;
}
.sub-tab-title_cqHtW {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.layout-option__Hhh7 {
  text-align: center;
}
.layout-option__Hhh7:hover {
  background-color: var(--bible-study-theme-menu-item-hover-color, #f4f4f4);
}
@media screen and (max-width: 414px) {
  .layout-option__Hhh7.three-tiles_knZi_,
  .layout-option__Hhh7.four-tiles_PhqzH,
  .layout-option__Hhh7.two-columns_wdqQi,
  .layout-option__Hhh7.three-columns__AZ6t,
  .layout-option__Hhh7.three-columns-split-right_R5i1e,
  .layout-option__Hhh7.two-columns-split-left_PAgl5 {
    display: none;
  }
}
@media screen and (max-height: 414px) {
  .layout-option__Hhh7.three-tiles_knZi_,
  .layout-option__Hhh7.four-tiles_PhqzH,
  .layout-option__Hhh7.three-columns__AZ6t,
  .layout-option__Hhh7.three-columns-split-right_R5i1e,
  .layout-option__Hhh7.two-columns-split-left_PAgl5 {
    display: none;
  }
}
.sub-tab-layouts_iCrBY {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  min-width: 240px;
}

.close-all-panels-menu_xXmah,
.close-all-panels-menu-vertical_ezSNS {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.close-all-panels-menu_xXmah:hover,
.close-all-panels-menu-vertical_ezSNS:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.close-all-panels-menu_xXmah > a path,
.close-all-panels-menu-vertical_ezSNS > a path,
.close-all-panels-menu_xXmah > button path,
.close-all-panels-menu-vertical_ezSNS > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.close-all-panels-menu_xXmah:hover > a path,
.close-all-panels-menu-vertical_ezSNS:hover > a path,
.close-all-panels-menu_xXmah:hover > button path,
.close-all-panels-menu-vertical_ezSNS:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.close-all-panels-menu_xXmah:hover > a div,
.close-all-panels-menu-vertical_ezSNS:hover > a div,
.close-all-panels-menu_xXmah:hover > button div,
.close-all-panels-menu-vertical_ezSNS:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.close-all-panels-menu_xXmah > a,
.close-all-panels-menu-vertical_ezSNS > a,
.close-all-panels-menu_xXmah > button,
.close-all-panels-menu-vertical_ezSNS > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.close-all-panels-menu_xXmah > a.vertical-toolbar-icon_iYWTW,
.close-all-panels-menu-vertical_ezSNS > a.vertical-toolbar-icon_iYWTW,
.close-all-panels-menu_xXmah > button.vertical-toolbar-icon_iYWTW,
.close-all-panels-menu-vertical_ezSNS > button.vertical-toolbar-icon_iYWTW {
  width: 100%;
}
.close-all-panels-menu_xXmah > a:focus-visible,
.close-all-panels-menu-vertical_ezSNS > a:focus-visible,
.close-all-panels-menu_xXmah > button:focus-visible,
.close-all-panels-menu-vertical_ezSNS > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.close-all-panels-menu_xXmah.selected_hgi8w,
.close-all-panels-menu-vertical_ezSNS.selected_hgi8w {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.close-all-panels-menu_xXmah.selected_hgi8w > a path,
.close-all-panels-menu-vertical_ezSNS.selected_hgi8w > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.close-all-panels-menu-vertical_ezSNS {
  width: 100%;
}

.accountDropdown_OjCY2 {
  min-width: 270px;
  -webkit-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font: 400 14px 'Source Sans Pro', sans-serif;
}
.accountDropdown_OjCY2 a,
.accountDropdown_OjCY2 a:visited,
.accountDropdown_OjCY2 a:hover,
.accountDropdown_OjCY2 a:active {
  color: inherit;
}
.accountItem_z7wTN {
  flex-direction: column;
  align-items: flex-start;
}
.accountAlias_y9egX {
  font: 400 16px 'Source Sans Pro', sans-serif;
}
.accountEmail_PnuZw {
  overflow: hidden;
  text-overflow: ellipsis;
  font: 400 13px 'Source Sans Pro', sans-serif;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
}
.avatar_xHKd7 {
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.avatarNotSelected_o2g6v:hover {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
}
.activeCulture_S2tV9 {
  font-weight: 600;
}

.factbook-menu_oFpik,
.factbook-menu-vertical_ShL59 {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.factbook-menu_oFpik:hover,
.factbook-menu-vertical_ShL59:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.factbook-menu_oFpik > a path,
.factbook-menu-vertical_ShL59 > a path,
.factbook-menu_oFpik > button path,
.factbook-menu-vertical_ShL59 > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.factbook-menu_oFpik:hover > a path,
.factbook-menu-vertical_ShL59:hover > a path,
.factbook-menu_oFpik:hover > button path,
.factbook-menu-vertical_ShL59:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.factbook-menu_oFpik:hover > a div,
.factbook-menu-vertical_ShL59:hover > a div,
.factbook-menu_oFpik:hover > button div,
.factbook-menu-vertical_ShL59:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.factbook-menu_oFpik > a,
.factbook-menu-vertical_ShL59 > a,
.factbook-menu_oFpik > button,
.factbook-menu-vertical_ShL59 > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.factbook-menu_oFpik > a.vertical-toolbar-icon_dxdUk,
.factbook-menu-vertical_ShL59 > a.vertical-toolbar-icon_dxdUk,
.factbook-menu_oFpik > button.vertical-toolbar-icon_dxdUk,
.factbook-menu-vertical_ShL59 > button.vertical-toolbar-icon_dxdUk {
  width: 100%;
}
.factbook-menu_oFpik > a:focus-visible,
.factbook-menu-vertical_ShL59 > a:focus-visible,
.factbook-menu_oFpik > button:focus-visible,
.factbook-menu-vertical_ShL59 > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.factbook-menu_oFpik.selected_ilHgW,
.factbook-menu-vertical_ShL59.selected_ilHgW {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.factbook-menu_oFpik.selected_ilHgW > a path,
.factbook-menu-vertical_ShL59.selected_ilHgW > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.factbook-menu-vertical_ShL59 {
  width: 100%;
}

.search-menu_KrBKQ,
.search-menu-vertical_gtrNI {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.search-menu_KrBKQ:hover,
.search-menu-vertical_gtrNI:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.search-menu_KrBKQ > a path,
.search-menu-vertical_gtrNI > a path,
.search-menu_KrBKQ > button path,
.search-menu-vertical_gtrNI > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.search-menu_KrBKQ:hover > a path,
.search-menu-vertical_gtrNI:hover > a path,
.search-menu_KrBKQ:hover > button path,
.search-menu-vertical_gtrNI:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.search-menu_KrBKQ:hover > a div,
.search-menu-vertical_gtrNI:hover > a div,
.search-menu_KrBKQ:hover > button div,
.search-menu-vertical_gtrNI:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.search-menu_KrBKQ > a,
.search-menu-vertical_gtrNI > a,
.search-menu_KrBKQ > button,
.search-menu-vertical_gtrNI > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.search-menu_KrBKQ > a.vertical-toolbar-icon_i0Zrr,
.search-menu-vertical_gtrNI > a.vertical-toolbar-icon_i0Zrr,
.search-menu_KrBKQ > button.vertical-toolbar-icon_i0Zrr,
.search-menu-vertical_gtrNI > button.vertical-toolbar-icon_i0Zrr {
  width: 100%;
}
.search-menu_KrBKQ > a:focus-visible,
.search-menu-vertical_gtrNI > a:focus-visible,
.search-menu_KrBKQ > button:focus-visible,
.search-menu-vertical_gtrNI > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.search-menu_KrBKQ.selected_mG7HA,
.search-menu-vertical_gtrNI.selected_mG7HA {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.search-menu_KrBKQ.selected_mG7HA > a path,
.search-menu-vertical_gtrNI.selected_mG7HA > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.search-menu-vertical_gtrNI {
  width: 100%;
}

.container_Ytnps {
  display: flex;
  flex: 1 1 auto;
  align-items: center;
}
.shortcutsBar_n9yFE {
  display: inline-flex;
  flex: 1 1 auto;
  vertical-align: top;
  height: 26px;
  white-space: nowrap;
  position: relative;
  margin-right: 5px;
}
.placeholder_mTmLM {
  align-self: center;
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.placeholderIcon_EgZ4e {
  margin-right: 4px;
}
.placeholderText_WuzbX {
  font: italic 400 13px 'Source Sans Pro', sans-serif;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
  flex-shrink: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}
.shortcutsContainer_xRUWN {
  position: absolute;
  right: 11px;
  left: 11px;
  height: inherit;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
}
.shortcutsScrollContainer_Ld2UL {
  position: absolute;
  transition: left 250ms;
}
.shortcutIconContainer_aN4M6 {
  display: inline-block;
  height: 26px;
  width: 30px;
}
.shortcutIconContainerDragging_hw2tO {
  opacity: 0;
}
.shortcutIcon_PN9Aj {
  height: 26px;
}
.loadingIndicator_odiAS {
  align-self: center;
}
.arrowPlaceholder_Nxh2E {
  height: 26px;
  margin-right: 11px;
  display: inline-block;
}
.arrow_I6P3h {
  width: 0;
  height: 0;
  position: absolute;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  display: inline-block;
  cursor: pointer;
}
.arrowLeft_fKG_g {
  left: 0px;
  border-right: 6px solid var(--bible-study-theme-button-overlay-icon-border-color, #666666);
  align-self: center;
}
.arrowLeft_fKG_g:hover {
  border-right-color: var(--bible-study-theme-link-hover-color, #4797ff);
}
.arrowRight_VKVkM {
  right: 0px;
  border-left: 6px solid var(--bible-study-theme-button-overlay-icon-border-color, #666666);
  align-self: center;
}
.arrowRight_VKVkM:hover {
  border-left-color: var(--bible-study-theme-link-hover-color, #4797ff);
}
.arrowDown_J5Ic5 {
  z-index: 1000;
  top: 5px;
  margin-left: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--bible-study-theme-button-overlay-icon-border-color, #666666);
}
.hidden_FdPI9 {
  display: none;
}
.separator_zEXaH {
  flex: 0 0 auto;
  width: 1px;
  height: 32px;
  background-color: var(--bible-study-theme-toolbar-separator-color, #eeeeee);
  margin: 0 16px;
}

.store-menu_hjOFz,
.store-menu-vertical_ejVns {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.store-menu_hjOFz:hover,
.store-menu-vertical_ejVns:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.store-menu_hjOFz > a path,
.store-menu-vertical_ejVns > a path,
.store-menu_hjOFz > button path,
.store-menu-vertical_ejVns > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.store-menu_hjOFz:hover > a path,
.store-menu-vertical_ejVns:hover > a path,
.store-menu_hjOFz:hover > button path,
.store-menu-vertical_ejVns:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.store-menu_hjOFz:hover > a div,
.store-menu-vertical_ejVns:hover > a div,
.store-menu_hjOFz:hover > button div,
.store-menu-vertical_ejVns:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.store-menu_hjOFz > a,
.store-menu-vertical_ejVns > a,
.store-menu_hjOFz > button,
.store-menu-vertical_ejVns > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.store-menu_hjOFz > a.vertical-toolbar-icon_z4msz,
.store-menu-vertical_ejVns > a.vertical-toolbar-icon_z4msz,
.store-menu_hjOFz > button.vertical-toolbar-icon_z4msz,
.store-menu-vertical_ejVns > button.vertical-toolbar-icon_z4msz {
  width: 100%;
}
.store-menu_hjOFz > a:focus-visible,
.store-menu-vertical_ejVns > a:focus-visible,
.store-menu_hjOFz > button:focus-visible,
.store-menu-vertical_ejVns > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.store-menu_hjOFz.selected_jP6Gy,
.store-menu-vertical_ejVns.selected_jP6Gy {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.store-menu_hjOFz.selected_jP6Gy > a path,
.store-menu-vertical_ejVns.selected_jP6Gy > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}

.logoTabIcon_av7hA {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 38px;
  padding: 11px 0px;
}
.logoTabIcon_av7hA.vertical-toolbar-icon_kIxq3 {
  height: 24px;
  width: 24px;
  padding: 0px;
  margin: 0px;
}
.logoTabIcon_av7hA svg {
  width: 24px;
  height: 24px;
}
.logoTabIcon_av7hA.hovering_CZgEs .regularIcon_Fjhm2 {
  display: none;
}
.logoTabIcon_av7hA.hovering_CZgEs .hoverIcon_cRefL {
  display: block;
}
.logoTabIcon_av7hA:hover .regularIcon_Fjhm2 {
  display: none;
}
.logoTabIcon_av7hA:hover .hoverIcon_cRefL {
  display: block;
}
.icon_nOMr_,
.regularIcon_Fjhm2,
.hoverIcon_cRefL {
  height: 24px;
  border-radius: 3px;
  overflow: hidden;
}
.regularIcon_Fjhm2 {
  display: block;
}
.hoverIcon_cRefL {
  display: none;
}

.commandSuggestions_vMrnx {
  max-width: calc(100vw - 12px * 2);
}
.commandSuggestions_vMrnx .commandSuggestionLoadingContainer_V7SAX {
  display: flex;
  justify-content: center;
  height: 18px;
}
.commandSuggestions_vMrnx .commandSuggestionLoadingContainer_V7SAX .workingIndicator_mT4Iz {
  height: 14px;
  margin-top: 4px;
}
.commandSuggestion__M9tI {
  text-overflow: ellipsis;
  overflow: hidden;
}
.commandAutocompleteContainer_pLLmQ {
  flex: 1;
  font-size: 14px;
  line-height: normal;
}
.commandAutocompleteContainer_pLLmQ input[type='text'] {
  background-color: var(--bible-study-theme-go-box-text-box-background-color, #ffffff);
  height: 32px;
  border: none;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  padding: 0 8px;
}
.commandAutocompleteContainer_pLLmQ.suggestionsLoading_IGFEv .commandSuggestion__M9tI:first-child:hover {
  background: transparent;
}
.commandAutocompleteContainer_pLLmQ > div {
  position: relative;
  top: 6px;
}

.goBox_kxS0g {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  line-height: inherit;
  border-radius: 3px;
  background-color: var(--bible-study-theme-go-box-text-box-background-color, #ffffff);
}
.goBox_kxS0g:hover {
  border-color: var(--bible-study-theme-text-box-focused-border-color, #1e6afe);
}
.goInputForm_nPCjy {
  height: 100%;
}
.goInputContainer_uQFyk {
  display: flex;
  align-items: center;
  height: 100%;
}
.goInputContainer_uQFyk svg path {
  fill: var(--bible-study-theme-button-icon-color, #63728c);
}
.goInputContainer_uQFyk svg path:hover {
  fill: var(--bible-study-theme-button-icon-hover-color, #515d72);
}

.bible-menu_ChupW,
.bible-menu-vertical_dBTLZ {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.bible-menu_ChupW:hover,
.bible-menu-vertical_dBTLZ:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.bible-menu_ChupW > a path,
.bible-menu-vertical_dBTLZ > a path,
.bible-menu_ChupW > button path,
.bible-menu-vertical_dBTLZ > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.bible-menu_ChupW:hover > a path,
.bible-menu-vertical_dBTLZ:hover > a path,
.bible-menu_ChupW:hover > button path,
.bible-menu-vertical_dBTLZ:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.bible-menu_ChupW:hover > a div,
.bible-menu-vertical_dBTLZ:hover > a div,
.bible-menu_ChupW:hover > button div,
.bible-menu-vertical_dBTLZ:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.bible-menu_ChupW > a,
.bible-menu-vertical_dBTLZ > a,
.bible-menu_ChupW > button,
.bible-menu-vertical_dBTLZ > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.bible-menu_ChupW > a.vertical-toolbar-icon_qr_gp,
.bible-menu-vertical_dBTLZ > a.vertical-toolbar-icon_qr_gp,
.bible-menu_ChupW > button.vertical-toolbar-icon_qr_gp,
.bible-menu-vertical_dBTLZ > button.vertical-toolbar-icon_qr_gp {
  width: 100%;
}
.bible-menu_ChupW > a:focus-visible,
.bible-menu-vertical_dBTLZ > a:focus-visible,
.bible-menu_ChupW > button:focus-visible,
.bible-menu-vertical_dBTLZ > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.bible-menu_ChupW.selected_duAQO,
.bible-menu-vertical_dBTLZ.selected_duAQO {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.bible-menu_ChupW.selected_duAQO > a path,
.bible-menu-vertical_dBTLZ.selected_duAQO > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.bible-menu-vertical_dBTLZ {
  width: 100%;
}

.notes-menu_eT47s,
.notes-menu-vertical_gtHIP {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.notes-menu_eT47s:hover,
.notes-menu-vertical_gtHIP:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.notes-menu_eT47s > a path,
.notes-menu-vertical_gtHIP > a path,
.notes-menu_eT47s > button path,
.notes-menu-vertical_gtHIP > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.notes-menu_eT47s:hover > a path,
.notes-menu-vertical_gtHIP:hover > a path,
.notes-menu_eT47s:hover > button path,
.notes-menu-vertical_gtHIP:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.notes-menu_eT47s:hover > a div,
.notes-menu-vertical_gtHIP:hover > a div,
.notes-menu_eT47s:hover > button div,
.notes-menu-vertical_gtHIP:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.notes-menu_eT47s > a,
.notes-menu-vertical_gtHIP > a,
.notes-menu_eT47s > button,
.notes-menu-vertical_gtHIP > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.notes-menu_eT47s > a.vertical-toolbar-icon_Pac2d,
.notes-menu-vertical_gtHIP > a.vertical-toolbar-icon_Pac2d,
.notes-menu_eT47s > button.vertical-toolbar-icon_Pac2d,
.notes-menu-vertical_gtHIP > button.vertical-toolbar-icon_Pac2d {
  width: 100%;
}
.notes-menu_eT47s > a:focus-visible,
.notes-menu-vertical_gtHIP > a:focus-visible,
.notes-menu_eT47s > button:focus-visible,
.notes-menu-vertical_gtHIP > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.notes-menu_eT47s.selected_mP0yl,
.notes-menu-vertical_gtHIP.selected_mP0yl {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.notes-menu_eT47s.selected_mP0yl > a path,
.notes-menu-vertical_gtHIP.selected_mP0yl > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.notes-menu-vertical_gtHIP {
  width: 100%;
}

.application-header .signInButtonContainer_fghct {
  margin-left: 7px;
}
.vertical-toolbar-container .signInButtonContainer_fghct {
  margin-left: 0px;
}

a.externalLink_nI86P {
  display: inline-flex;
  align-items: center;
  color: var(--bible-study-theme-link-color, #1e6afe);
}
a.externalLink_nI86P:visited,
a.externalLink_nI86P:active,
a.externalLink_nI86P:focus {
  color: var(--bible-study-theme-link-color, #1e6afe);
}
a.externalLink_nI86P:hover {
  color: var(--bible-study-theme-link-hover-color, #4797ff);
}
a.externalLink_nI86P:hover .externalLinkIcon_NpYT7 svg path {
  fill: var(--bible-study-theme-link-hover-color, #4797ff);
}
.externalLinkText_hBskm {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.externalLinkIcon_NpYT7 {
  margin-left: var(--external-link-icon-gap, 6px);
  display: inline-flex;
  align-items: center;
  padding: 2px 0 0 0;
}
.externalLinkIcon_NpYT7 svg path {
  fill: var(--bible-study-theme-link-color, #1e6afe);
}

.dropdown-wrapper_CENEd {
  padding: 8px 0;
}
.overflowOption_rrQfL {
  font: 400 14px 'Source Sans Pro', sans-serif;
  display: block;
  padding: 5px 12px;
  white-space: nowrap;
  width: 100%;
  text-align: left;
  color: var(--bible-study-theme-ui-font-color, #000000);
  box-sizing: border-box;
}
.overflowOption_rrQfL:visited,
.overflowOption_rrQfL:active,
.overflowOption_rrQfL:focus,
.overflowOption_rrQfL:hover {
  color: inherit;
}
.overflowOption_rrQfL:hover {
  background-color: var(--bible-study-theme-item-hover-background-color, #f4f4f4);
}
.overflowOption_rrQfL button {
  color: var(--bible-study-theme-ui-font-color, #000000);
  width: 100%;
  text-align: left;
}
.go-box-container_AbGOb {
  padding: 0 12px;
  position: relative;
}
.goBox_rmlNZ {
  position: relative;
  width: 100%;
  height: 32px;
  box-sizing: border-box;
  border: var(--bible-study-theme-text-box-border-style, 1px solid #f4f4f4);
  border-color: transparent;
  border-radius: 3px;
  margin-bottom: 5px;
}
.goBox_rmlNZ:focus-within {
  border-color: var(--bible-study-theme-text-box-focused-border-color, #1e6afe);
}
.goBox_rmlNZ input[type='text'] {
  font-size: 14px;
}
.shortcutsBar_C_o_l {
  position: relative;
  line-height: 0;
  padding: 8px 2px;
}
.separator_DAP7y {
  border-bottom: 1px solid var(--bible-study-theme-context-menu-content-item-separator-color, #e7e7e7);
  margin: 5px 0;
}

.quickActionsHeader_zI2rK {
  margin: 8px;
  font-weight: 600;
  font-size: 12px;
  color: var(--bible-study-theme-icon-color-active-disabled, #919cae);
}
.itemList_m54rT {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
  min-height: 0;
  padding-bottom: 1px;
}
.minimized-item-list_bKbc_ {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow-y: hidden;
}
.quickActionsSection_BgRLK {
  display: flex;
  flex-direction: column;
  min-height: 80px;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
}
.overflowQuickActions_S0_Rl .quickActionsHeader_zI2rK {
  display: none;
}
.overflowQuickActions_S0_Rl .itemList_m54rT {
  overflow-y: hidden;
  display: flex;
  margin-left: 8px;
  column-gap: 3px;
}

.optionIcon_VZzUp {
  display: grid;
  padding-top: 2px;
}
.hideText_ojBN7 {
  display: none;
}
.optionText_RXEEN {
  max-width: 100%;
  min-width: 100%;
  text-overflow: ellipsis;
  line-height: normal;
  overflow: hidden;
  margin-left: 4px;
  text-align: left;
}

svg.ringSvg_tskAm > path.ringProgress_Oi33x {
  fill: none;
}
svg.ringSvg_tskAm > path.ringProgress_Oi33x:hover {
  fill: none;
}
.ringProgress_Oi33x {
  stroke: var(--bible-study-theme-feature-usage-used-color, #4797ff);
}
.ringTrack_bCmzi {
  stroke: var(--bible-study-theme-feature-usage-unused-color, #c7cfdc);
}
.container_ZO7Rz {
  display: grid;
  justify-items: center;
  align-items: center;
}
.ringSvg_tskAm {
  grid-column: 1;
  grid-row: 1;
}
.sparklesIcon_iVZ7_ {
  grid-column: 1;
  grid-row: 1;
}

.container_tu3aw {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 8px;
}
.textContainer_x_5gN {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.textContainer_x_5gN p {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.percentageUsed_auD2h {
  font-weight: 600;
}
.refillDate_oYDOr {
  font-size: 12px;
  color: var(--bible-study-theme-ui-font-color-light, #aaaaaa);
  white-space: nowrap;
}

.tooltipContainer_toydk {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.tooltipContainer_toydk p {
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.tooltipUsagePercentage_kvy0d {
  font-weight: 600;
}
.tooltipResetDate_vJC9t {
  font-size: 12px;
  color: var(--bible-study-theme-ui-font-color-light, #aaaaaa);
  white-space: nowrap;
}

.help-center-menu_av999,
.help-center-menu-vertical_FBSF4 {
  height: 38px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  border: none;
  font-size: 0;
  background: none;
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.help-center-menu_av999:hover,
.help-center-menu-vertical_FBSF4:hover {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.help-center-menu_av999 > a path,
.help-center-menu-vertical_FBSF4 > a path,
.help-center-menu_av999 > button path,
.help-center-menu-vertical_FBSF4 > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-color, #515d72);
}
.help-center-menu_av999:hover > a path,
.help-center-menu-vertical_FBSF4:hover > a path,
.help-center-menu_av999:hover > button path,
.help-center-menu-vertical_FBSF4:hover > button path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.help-center-menu_av999:hover > a div,
.help-center-menu-vertical_FBSF4:hover > a div,
.help-center-menu_av999:hover > button div,
.help-center-menu-vertical_FBSF4:hover > button div {
  color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.help-center-menu_av999 > a,
.help-center-menu-vertical_FBSF4 > a,
.help-center-menu_av999 > button,
.help-center-menu-vertical_FBSF4 > button {
  height: 38px;
  width: 38px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.help-center-menu_av999 > a.vertical-toolbar-icon_vllYN,
.help-center-menu-vertical_FBSF4 > a.vertical-toolbar-icon_vllYN,
.help-center-menu_av999 > button.vertical-toolbar-icon_vllYN,
.help-center-menu-vertical_FBSF4 > button.vertical-toolbar-icon_vllYN {
  width: 100%;
}
.help-center-menu_av999 > a:focus-visible,
.help-center-menu-vertical_FBSF4 > a:focus-visible,
.help-center-menu_av999 > button:focus-visible,
.help-center-menu-vertical_FBSF4 > button:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
.help-center-menu_av999.selected_AZMkP,
.help-center-menu-vertical_FBSF4.selected_AZMkP {
  --bible-study-icon-color: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.help-center-menu_av999.selected_AZMkP > a path,
.help-center-menu-vertical_FBSF4.selected_AZMkP > a path {
  fill: var(--bible-study-theme-app-toolbar-icon-hover-color, #154ac9);
}
.help-center-menu-vertical_FBSF4 {
  width: 100%;
}
.helpIcon_T72WM {
  width: 24px;
  height: 24px;
}

.shortcuts-bar-container_JwuTU {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 145px;
  margin-left: -2px;
}
.top-go-box_ZeM1V {
  height: 30px;
  box-sizing: border-box;
  border: var(--bible-study-theme-text-box-border-style, 1px solid #f4f4f4);
  border-color: transparent;
  border-radius: 3px;
  background-color: var(--bible-study-theme-go-box-text-box-background-color, #ffffff);
  width: 260px;
  padding: 4px 5px 4px 0px;
  margin: 0 8px;
}
.top-go-box_ZeM1V input[type='text'] {
  font-size: 14px;
}
.top-go-box_ZeM1V:focus-within {
  border-color: var(--bible-study-theme-text-box-focused-border-color, #1e6afe);
}
.applicationHeader_wYwRU {
  margin: 0 auto;
  -webkit-user-select: none;
          user-select: none;
  cursor: default;
  font-size: 0;
  background-color: var(--bible-study-theme-window-background-color, #eeeeee);
  display: flex;
  justify-content: space-between;
  /* The pseudo elements used for shadow effects on selected
	tabs get clipped in IE without visible overflow. */
}
.applicationHeader_wYwRU > a {
  overflow: visible;
}
.tabItems_JwTgd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 5px);
  margin-left: calc(5px);
}
.tabItems_JwTgd > *:not(:last-child) {
  padding-right: 1px;
}
.tabItems_JwTgd > *:not(:last-child).shortcuts-bar-container_JwuTU {
  padding-right: 0px;
}
.tabItems_JwTgd > *:first-child {
  padding-right: 2px;
}
.spacer_C5yMN {
  margin-left: auto;
  padding: 0px;
}

.webAppErrorBoundary_VHvj2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--bible-study-theme-panel-background-color, #ffffff);
}
.contentContainer_tlwCF {
  display: flex;
  flex-direction: column;
}
.headerContainer_VO0yx {
  font-size: 16px;
}
.headerContainer_VO0yx h1 {
  font-size: 26px;
  font-weight: normal;
  margin-bottom: 12px;
}
.actionContainer_bgLKJ {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.actionContainer_bgLKJ a,
.actionContainer_bgLKJ a:visited,
.actionContainer_bgLKJ a:active,
.actionContainer_bgLKJ a:focus {
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.reload_NQ7Ua {
  align-self: right;
  display: block;
  font-size: 16px;
  padding: 6px 18px;
  border-radius: 4px;
  border: none;
  background: var(--bible-study-theme-button-primary-background-color, #1e6afe);
  color: var(--bible-study-theme-button-primary-color, #ffffff);
  font-family: 'Source Sans Pro', sans-serif;
}
.reload_NQ7Ua:hover {
  background: var(--bible-study-theme-button-primary-hover-background-color, #154ac9);
  color: var(--bible-study-theme-button-primary-hover-color, #ffffff);
}

@keyframes delayVisibility_tXt7g {
  from {
    color: transparent;
  }
  to {
    color: var(--bible-study-theme-ui-font-color, #000000);
  }
}
.alert_D90yb {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.widthFinder_GEtQR {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
}
.processing_Mv640 {
  animation-duration: 250ms;
  animation-name: delayVisibility_tXt7g;
  animation-timing-function: step-end;
  width: var(--copy-toast-computed-width);
}
.success_LARQy {
  width: var(--copy-toast-computed-width);
}
.timeout_J1coQ {
  margin-bottom: 8px;
}
.timeoutAction_gH1bb {
  display: flex;
  justify-content: center;
}

.toasts-container_NZadz {
  max-width: var(--alert-toast-max-width, 190px);
}

.logo-icon-container_oOBA9 {
  display: flex;
  align-items: center;
}
.go-box-wrapper_u3hfU {
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  column-gap: 12px;
  padding: 0px 8px 4px 7px;
  box-sizing: border-box;
}
.go-box-container_LrYIK {
  display: flex;
  align-items: center;
  column-gap: 12px;
}
.go-box_kA48z {
  height: 30px;
  flex-grow: 1;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.go-box-popout_EHOjf {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 417px;
  max-width: calc(100vw - 39px);
  position: absolute;
  top: 0px;
  left: 39px;
  padding: 8px;
  z-index: 10;
  border-radius: 8px;
  background-color: var(--bible-study-theme-dropdown-background-color, #ffffff);
  box-shadow: var(--bible-study-theme-popup-drop-shadow-style, 0px 2px 24px #00000033);
  box-sizing: border-box;
}
.go-box-popout_EHOjf .go-box_kA48z {
  border: var(--bible-study-theme-text-box-focused-border-style, 1px solid #1e6afe);
  box-sizing: border-box;
}
.hidden_jYuYI {
  display: none;
}

.shortcutsList_vLvLQ {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 2px 0;
  text-indent: 0;
  height: 100%;
  list-style-type: none;
  overflow-y: auto;
  overflow-x: hidden;
}
.shortcutsListItem_dQoce {
  flex-shrink: 0;
  overflow: hidden;
  padding: 2px 0;
  position: relative;
}
.shortcutsTitle_wMdBR {
  max-width: 100%;
  min-width: 100%;
  text-overflow: ellipsis;
  line-height: normal;
  overflow: hidden;
}
.shortcutsIcon_fhabR {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

.dropIndicator_EnJtQ {
  z-index: 10000;
  pointer-events: none;
  width: 100%;
  border-bottom: 2px solid var(--bible-study-theme-active-item-thick-border-color, #154ac9);
  position: absolute;
  top: -1px;
  left: 0;
  border-radius: 2px;
}
.dropIndicatorContainer_fDHx8 {
  position: relative;
  pointer-events: none;
}

.shortcutsHeader_xgnSr {
  margin: 8px;
  font-weight: 600;
  font-size: 12px;
  color: var(--bible-study-theme-app-toolbar-text-color, #333333);
}
.shortcutsSection_z927P {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100px;
  max-height: 100%;
  overflow: hidden;
}
.loadingIndicator_v930G {
  padding: 0 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.loadingIndicator_v930G svg {
  margin: auto;
  width: 100%;
}
.tailItem_X3puY {
  height: 100%;
  flex-grow: 1;
}
.emptyState_bpuan {
  padding: 5px;
  display: flex;
  align-items: center;
}
.emptyState_bpuan.minimized_Kk19O svg {
  margin: auto;
  width: 100%;
}
.emptyStateIcon_NPwsF {
  color: var(--bible-study-theme-icon-color-active, #515d72);
  margin-right: 8px;
}
.emptyStateText_krRa6 {
  color: var(--bible-study-theme-icon-color-active, #515d72);
  font-size: 14px;
}

.footer-section_CkpCo {
  display: flex;
  align-items: center;
}

.vertical-toolbar-background_egBJx {
  height: 100%;
  background-color: var(--bible-study-theme-window-background-color, #eeeeee);
}
.vertical-toolbar_XBLMR {
  height: 100%;
  width: 210px;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  background-color: var(--bible-study-theme-window-background-color, #eeeeee);
}
.vertical-toolbar_XBLMR .section_MYvQH:first-child {
  border: 0;
  padding-top: 8px;
}
.minimized_QUflS {
  align-items: center;
  width: 45px;
}
.toggle-collapsed-button_rO28c {
  position: absolute;
  top: calc(100% - 32px);
  left: 200px;
  width: 18px;
  height: 18px;
  z-index: 2;
  background-color: var(--bible-study-theme-panel-background-color, #ffffff);
  border-radius: 50%;
  box-shadow: 0px 4px 12px var(--bible-study-theme-drop-shadow-color, #00000026);
  display: flex;
  --bible-study-icon-color: var(--bible-study-theme-ui-font-color, #000000);
}
.toggle-collapsed-button_rO28c svg {
  margin: auto;
}
.toggle-collapsed-button_rO28c:hover {
  --bible-study-icon-color: var(--bible-study-theme-link-color, #1e6afe);
}
.collapsed-toggle-collapsed-button_IZ1sS {
  left: 35px;
}
.section_MYvQH {
  width: 100%;
  border-top: 1px solid var(--bible-study-theme-border-color-heavy, #cccccc);
  flex-shrink: 0;
  padding: 4px;
  box-sizing: border-box;
}
.navigation-section_tCtU9 {
  display: flex;
  flex-direction: column;
}
.shortcuts-section_BB1Ba {
  flex-shrink: 1;
  flex-grow: 1;
  min-height: calc(100px + 2 * 4px);
  overflow: hidden;
}
.space-above_ID0OL {
  margin-top: auto;
}
.quick-actions-section_x8esG {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  min-height: calc(80px + 2 * 4px);
  overflow: hidden;
}
.should-scroll_aS3FM {
  flex-shrink: 1;
}

.relativeBox_mv3op {
  position: relative;
}
.wrapper_gMZt7 {
  padding: 4px;
  z-index: 1;
  position: absolute;
  bottom: 0;
}
.closeButton_PM4nY {
  position: absolute;
  top: 9px;
  right: 9px;
}
.content_f2FKM {
  display: flex;
  flex-direction: column;
  gap: 12px;
  float: right;
  color: var(--bible-study-theme-ui-font-color, #000000);
}

.application-root {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.application-root.vertical-toolbar-container {
  flex-direction: row;
}
.application-root:focus {
  outline: none;
}
.application-root .skip-button {
  color: var(--bible-study-theme-button-primary-active-color, #ffffff);
  background-color: var(--bible-study-theme-button-primary-background-color, #1e6afe);
  border-color: var(--bible-study-theme-button-primary-border-color, #1e6afe);
  padding: 4px 7px;
  border-radius: var(--bible-study-theme-button-border-radius, 4px);
  font-size: 14px;
  font-weight: 400;
  top: auto;
  width: 1px;
  height: 1px;
}
.application-root .skip-button:focus {
  left: 0;
  width: auto;
  height: 24px;
  margin: 11px;
  z-index: 1;
}
.custom-drag-layer {
  position: fixed;
  pointer-events: none;
  cursor: default;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.application-header {
  height: 46px;
  width: 100%;
}
.bottomToolbar .application-header {
  touch-action: none;
}
.application-header:not(.home-page-active) + .home-active {
  z-index: 1;
}
.app-command-tooltip-generic,
.app-command-tooltip-external-link,
.app-command-tooltip-tab,
.app-command-tooltip-logos-explore-resource {
  background: var(--bible-study-theme-popup-background-color, #ffffff);
  border-radius: var(--bible-study-theme-popup-border-radius, 8px);
  padding: 8px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  max-width: 370px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 85%;
  box-shadow: 0px 4px 12px var(--bible-study-theme-drop-shadow-color, #00000026);
}
.app-command-tooltip-logos-explore-resource {
  max-width: 230px;
}
.app-command-tooltip-resource .resourcetext {
  background: var(--bible-study-theme-popup-background-color, #ffffff);
  border-radius: var(--bible-study-theme-popup-border-radius, 8px);
  padding: 8px;
  box-shadow: 0px 4px 12px var(--bible-study-theme-drop-shadow-color, #00000026);
  max-height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 370px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.85em;
  z-index: 3;
}
.app-command-tooltip-resource .resourcetext.no-links a {
  color: var(--bible-study-theme-ui-font-color, #000000);
  pointer-events: none;
  cursor: default;
}
.app-command-tooltip-bibleWordStudy {
  background: var(--bible-study-theme-popup-background-color, #ffffff);
  padding: 8px;
  border-radius: var(--bible-study-theme-popup-border-radius, 8px);
  box-shadow: 0px 4px 12px var(--bible-study-theme-drop-shadow-color, #00000026);
  height: inherit;
}
.app-command-tooltip-bibleWordStudy .translation-graph {
  max-height: 142px;
  max-width: 142px;
}
.app-command-tooltip-notesTool {
  background: var(--bible-study-theme-popup-background-color, #ffffff);
  padding: 8px;
  border-radius: var(--bible-study-theme-popup-border-radius, 8px);
  box-shadow: 0px 4px 12px var(--bible-study-theme-drop-shadow-color, #00000026);
  font-family: 'Source Sans Pro', sans-serif;
}
.app-command-tooltip-notesTool ol,
.app-command-tooltip-notesTool ul {
  list-style-position: inside;
  padding-left: 1em;
}
.app-command-tooltip-notesTool .note-title {
  text-align: right;
  font-weight: 600;
  font-size: 80%;
  margin-top: 12px;
}
.app-command-tooltip-processing .container {
  background: var(--bible-study-theme-popup-background-color, #ffffff);
  border-radius: var(--bible-study-theme-popup-border-radius, 8px);
  padding: 8px;
  box-shadow: 0px 4px 12px var(--bible-study-theme-drop-shadow-color, #00000026);
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.85em;
}
.app-main-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-height: 0;
}
.content-container {
  display: flex;
  flex-grow: 1;
}
.tiles {
  height: 100%;
  flex-grow: 1;
}
.main {
  position: relative;
  height: 100%;
  display: flex;
  flex-grow: 1;
  min-height: 0;
}
.content-container .application-container {
  display: block;
  position: relative;
  background: var(--bible-study-theme-window-background-color, #eeeeee);
  z-index: 1;
  overflow: hidden;
  height: 100%;
  box-sizing: border-box;
  padding: 0px 2px 2px 2px;
}
.content-container .application-container.vertical-toolbar {
  padding-left: 0px;
}
.home-container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: block;
  background: var(--bible-study-theme-panel-background-color, #ffffff);
  flex-grow: 1;
}
.application-modal-host {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.hidden {
  display: none;
}
.banners-container {
  background-color: var(--bible-study-theme-window-background-color, #eeeeee);
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  padding: 4px 2px 4px 0;
}
.banners-container:empty {
  padding: 0;
}

.notificationBanner_R5OKF {
  background-color: var(--bible-study-theme-window-background-color, #eeeeee);
}
.notificationBanner_R5OKF > * {
  border-radius: 8px;
}

.container_S7Q2N {
  display: flex;
}
.container_S7Q2N > :not(:first-child) {
  margin-left: 2px;
}
.widthFinder_jYOZO {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
}

.copyLinkButtonContainer_sMuH_ {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media (max-width: 400px) {
  .copyLinkButtonContainer_sMuH_ {
    margin-right: 12px;
  }
}
.copyLinkIconContainer_Eq8tN {
  display: flex;
  align-items: center;
  margin-right: 4px;
}
.statusIndicatorContainer_K6wQF {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}
@media (max-width: 400px) {
  .statusIndicatorContainer_K6wQF {
    display: none;
  }
}
.success_GM0Yc {
  --bible-study-icon-color: var(--bible-study-theme-icon-saved-color, #5ba224);
}
.failure_y6mEq {
  --bible-study-icon-color: var(--bible-study-theme-icon-alert-color, #cc3333);
}
.fade_lMOzr {
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

.dialogContentContainer_ur06L {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 480px) {
  .dialogContentContainer_ur06L {
    min-width: 448px;
    width: 448px;
  }
}
.loadingContainer_P2LFY {
  width: 100%;
  min-width: 50px;
  min-height: 237px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title_timvV {
  font-weight: 600;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
.body_th1fa {
  margin-left: 28px;
  font-size: 14px;
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
}
.children_nNTzD > *:first-child {
  padding-top: 8px;
}
.container_qtP1q {
  max-width: 100%;
}

.publicOptionText_xU5PZ {
  text-align: left;
}

.cardContainer_SRXGF {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.externalLinkContainer_Uycki {
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.contentContainer_yZ90o {
  max-width: 360px;
}
@media screen and (min-width: 400px) {
  .contentContainer_yZ90o {
    min-width: 360px;
  }
}
.resultsContainer_QBoIX {
  padding: 12px 8px;
  height: 220px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
  border-top: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
}
.noResultsContainer_F4gAi {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.collaborationSettingsContainer_xFVQw {
  border-bottom: 1px solid var(--bible-study-theme-border-color, #e7e7e7);
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
}
.collaborationSingleGroupWarningContainer_Tw5fx {
  margin-top: 12px;
}
.groupContainer_qPMO4 {
  max-height: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.groupContainer_qPMO4 img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.groupContainer_qPMO4 {
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
}
.groupContainer_qPMO4 > button {
  margin: 0 !important;
  padding: 0 !important;
}
.groupContainer_qPMO4 .groupCheckbox_KaUJu {
  margin: 1px !important;
}
.groupLocation_weGET {
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
}
.searchBox_jutnW {
  padding: 0 8px 8px 8px;
}

.triggerContainer_NmcxQ {
  border: 1px solid var(--bible-study-theme-border-color-heavy, #cccccc);
  border-radius: 8px;
}
.changeButton_p5RNz {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 8px;
}
.groupContainer_VxeA2 {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding-bottom: 2px;
}
.groupContainer_VxeA2 img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.groupsContainer_CaP9Q {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 4px;
  max-height: 160px;
  overflow: auto;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: calc(8px - 1px);
}
.groupsContainer_CaP9Q > .groupContainer_VxeA2:last-child {
  margin-bottom: 4px;
}

.radioChildren_M_kMN {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.publicOptionText_HxDYd {
  text-align: left;
}

.cardContainer_KALL9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.endCollaborationButtonContainer_udsRw {
  margin-top: 4px;
}

.cardContainer_rn71e {
  width: 100%;
}

.dialogContentContainer_fXWtr {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
@media (min-width: 480px) {
  .dialogContentContainer_fXWtr {
    min-width: 448px;
    width: 448px;
  }
}
.loadingContainer_XkP5h {
  width: 100%;
  min-width: 50px;
  min-height: 237px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cardContainer_exgut {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.disconnectButtonContainer_p1F4Y {
  margin-top: 4px;
}

.cardContainer__SIaI {
  margin-left: 8px;
  margin-bottom: 8px;
}
.cardContentsContainer_vyqR9 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.restartCollaborationButtonContainer_C5rvp {
  margin-top: 4px;
}

.cardContainer_p5K4p {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cardContainer_zs443 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.player_M0g_a {
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: unset !important;
}
.playerContainer_Z8vTU {
  width: inherit;
  height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}
.vjsWrapper_GfUfA {
  width: 100%;
  height: 100%;
}

.header_EpJfR {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-right: 8px;
}
.title_vNGGB {
  font-size: 18px;
  line-height: 14px;
  font-weight: 600;
}
.videoContainer_NerR_ {
  width: 768px;
}
@media (max-width: 800px) {
  .videoContainer_NerR_ {
    width: 100%;
    height: 100%;
    align-self: center;
  }
}
.hideDialog_OiStJ {
  display: none;
}

.container_h4I5j {
  width: 100%;
  position: absolute;
}
.container_h4I5j.modal_q_sFx {
  height: 100vh;
}
.container_h4I5j.fullscreen_LroEb {
  height: 100%;
}
.iframe_bsJa_ {
  z-index: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
}
.loadingIndicatorContainer_h0XUa {
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: var(--bible-study-theme-dropdown-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
}
.iframeDialogFooter_u14eJ {
  display: flex;
  flex: 1;
  align-items: flex-end;
  flex-direction: column;
  border-top: 2px solid #cccccc;
  padding-top: 10px;
}

.page_t64In {
  display: flex;
  flex-direction: column;
  padding-bottom: 130px;
  width: 100%;
}
.overlay_TV4ps {
  padding-bottom: 0;
  overflow-y: scroll;
  height: 100vh;
}
.headerBackgroundBasic_gOUww {
  overflow: visible;
  /* Palette/Blue/blueMediumDark */
  background-color: #005ec3;
  background-image: url(https://files.logoscdn.com/v1/assets/14513872/optimized?share=cnh1BqAF1oJ9C0tt);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 650px) {
  .headerBackgroundBasic_gOUww {
    background-image: url(https://files.logoscdn.com/v1/assets/14513872/optimized?share=cnh1BqAF1oJ9C0tt&w=700);
    background-position-y: top;
  }
}
.headerVideoMain_cjEUv {
  min-height: 669px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 65%);
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1000px) {
  .headerVideoMain_cjEUv {
    min-height: 0;
  }
}
.headerMainContentContainer_bStx2 {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 8.33333333%;
  margin-right: 8.33333333%;
}
@media (max-width: 650px) {
  .headerMainContentContainer_bStx2 {
    margin-left: 2.333333%;
    margin-right: 2.333333%;
  }
}
.headerMainContentInnerContainer_tz4Va {
  align-self: center;
  max-width: 921px;
  width: 100%;
  align-items: center;
  display: flex;
  padding-bottom: 48px;
  padding-top: 128px;
}
@media (max-width: 1000px) {
  .headerMainContentInnerContainer_tz4Va {
    padding-top: 48px;
  }
}
@media (max-width: 650px) {
  .headerMainContentInnerContainer_tz4Va {
    padding-top: 24px;
  }
}
.headerMainContent_w6xUW {
  width: 100%;
}
.headerTitleText_Fo9_0 {
  font-size: 52px;
  line-height: 55px;
  letter-spacing: -0.01em;
  font-weight: 900;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  color: #ffffff;
  max-width: 529px;
}
.headerDescriptionText_DZcVf {
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  max-width: 562px;
  margin-top: 24px;
}
@media (max-width: 1000px) {
  .headerDescriptionText_DZcVf {
    margin-top: 12px;
  }
}
@media (max-width: 650px) {
  .headerDescriptionText_DZcVf {
    margin-top: 0px;
  }
}
.headerCtaContainer_iyTD0 {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 24px;
  max-width: 335px;
  padding: 24px;
  background: #ffffff;
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  margin-top: 40px;
}
@media (max-width: 1000px) {
  .headerCtaContainer_iyTD0 {
    margin-top: 12px;
  }
}
.headerCtaText_mfBrL {
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  /* Palette/Gray/gray80 */
  color: #444444;
}
.headerCtaFinePrint_TZRV_ {
  color: black;
  font-size: 12px;
}
.mainContent_yY3s8 {
  display: flex;
  flex-direction: column;
  max-width: 921px;
  align-self: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 8.3333%;
  margin-right: 8.3333%;
}
@media (max-width: 650px) {
  .mainContent_yY3s8 {
    margin-left: 2.333333%;
    margin-right: 2.333333%;
  }
}
.mainHeadingText_cPg2r {
  margin-top: 62px;
  font-weight: 900;
  font-size: 48px;
  max-width: 850px;
  /* Palette/Blue/blueMediumDark */
  color: #005ec3;
}
.exploreFeaturesHeading_S52SO {
  font-weight: 600;
  font-size: 32px;
  line-height: 32px;
  color: #00336b;
  margin-top: 48px;
}
.exploreFeaturesBody_WlwJF {
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  margin-top: 8px;
}
.comparisonContainer_AJCRv {
  /* Palette/Gray/gray20 */
  border: 1px solid #dddddd;
  border-radius: 10px;
  margin-top: 24px;
}
.comparisonContainer_AJCRv.additionalSection_fK0pt {
  margin-top: 0px;
}
.comparisonTitleRow_x9En_ {
  display: flex;
  align-self: stretch;
  border-bottom: 1px solid #dddddd;
}
.comparisonTitleContainerSpace_j_vmD {
  flex: 1;
}
.comparisonTitleContainerFree_FoCYh {
  display: flex;
  justify-content: center;
  flex: 1;
}
.comparisonTitleFreeTitle_CBHbW {
  padding: 20px 40px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  /* Palette/Blue/blueExtraDark */
  color: #00336b;
}
@media (max-width: 650px) {
  .comparisonTitleFreeTitle_CBHbW {
    padding: 6px 12px;
  }
}
.comparisonTitleContainerTrial_MBqS3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex: 1;
}
.comparisonTitleTrialContent_fMima {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  gap: 10px;
}
@media (max-width: 650px) {
  .comparisonTitleTrialContent_fMima {
    padding: 6px 12px;
  }
}
.comparisonTitleTrial_W9I_E {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  /* Palette/Blue/blueExtraDark */
  color: #00336b;
}
.comparisonTitleTrialTitle_LxHQT {
  font-weight: 900;
}
.comparisonRow_d6Syh {
  display: flex;
  align-items: center;
  min-height: 44px;
  align-self: stretch;
}
.comparisonRow_d6Syh.alternatingBackground_wPC2p {
  /* Palette/Gray/gray05 */
  background: #f4f4f4;
}
.comparisonItemTitleContainer_sx5DP {
  flex: 1;
}
.comparisonItemTitle__ewnU {
  padding: 13px 20px;
  font-size: 18px;
  line-height: 20px;
  /* Palette/Gray/gray90 */
  color: #333333;
}
@media (max-width: 650px) {
  .comparisonItemTitle__ewnU {
    padding: 6px 0px 6px 12px;
  }
}
.comparisonItemValueFreeContainer_URO_a {
  display: flex;
  justify-content: center;
  flex: 1;
}
.comparisonItemValueTrialContainer_xNZd9 {
  display: flex;
  justify-content: center;
  flex: 1;
}
.comparisonItemValueCheck_bhASt {
  display: flex;
}
.comparisonItemValueCheck_bhASt svg {
  position: relative;
  width: 24px;
  height: 24px;
}
.comparisonItemValueCheck_bhASt svg path {
  fill: #00336b;
}
.comparisonItemValueNumber_RpoLv {
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  /* Palette/Gray/gray90 */
  color: #333333;
}
.includedResourcesHeader_yJNwq {
  font-weight: 900;
  font-size: 18px;
  padding-top: 24px;
  padding-bottom: 12px;
  /* Palette/Gray/gray90 */
  color: #333333;
}
.closingCtaContainer_ZoCZT {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 100px;
  max-width: 535px;
  padding: 24px;
  box-sizing: border-box;
  align-self: center;
  background: rgba(165, 208, 255, 0.5);
  box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.closingCtaText_uZzM2 {
  font-weight: 900;
  font-size: 24px;
  line-height: 26px;
  text-align: center;
  /* Palette/Gray/gray80 */
  color: #444444;
}
.largeCtaButtonParent_OLasJ a,
.largeCtaButtonParent_OLasJ button {
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  width: 269px;
  font-weight: 600;
}

.logosbase {
	padding-bottom: 100px;
}

.logosbase .section--medium-top {
	margin-top: 48px;
}

.logosbase .smush-top {
	margin-top: 0;
}

.logosbase .blacktext {
	color: black !important;
}

.logosbase .product__title {
	font-weight: normal !important;
}

.logosbase .js-set-equal {
	margin-bottom: 12px;
}

.logosbase .h4 {
	max-width: 580px;
	margin: auto;
}

.logosbase .bg-grey-fpo {
	background-image: url(https://amber.logos.com/proxy/files/v1/assets/3015698/files/14786297/content?rev=9124689&share=Ecek4IADpC1tyt8D);
	background-size: cover;
	background-position-x: center;
}

.logosbase .secondary-nav {
	top: 0px !important;
}

.logosbase .secondary-nav__current {
	color: transparent;
}

footer .p {
	font-weight: normal;
}

.logosbase .product-grid__product {
	text-align: left;
}

@media (max-width: 766px) {
	.logosbase .secondary-nav.secondary-nav--fixed {
		top: 96px !important;
	}

	.logosbase .product-grid__product {
		width: 100%;
	}

	.logosbase .product {
		width: 100%;
		text-align: center;
	}

	.logosbase .product img {
		margin: auto;
	}
}

.logosbase .mobile .secondary-nav__list {
	border-bottom: #898d8d 1px solid;
	padding: 0;
	overflow-y: scroll;
	height: calc(100vh - 138px);
}

/*Parallax screenshot scroll css*/
.commerce {
  /*parallax background css*/
}
.commerce .js-scroll-image-1 {
  transition: none;
}
.commerce .js-scroll-position-object-1,
.commerce .js-scroll-position-object-2 {
  display: block !important;
  margin-top: 0px;
}
.commerce .js-scroll-position-object-2 {
  padding-bottom: 316.18px;
}
@media (max-width: 768px) {
  .commerce .js-scroll-position-object-2 {
    padding-bottom: 210.2px;
  }
  .commerce .js-scroll-image-1 {
    width: 90%;
  }
}
.commerce .bplayer {
  background-position-y: -75px;
  background-position-x: right;
  background-repeat: no-repeat;
}
.commerce #bplayer-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
.commerce .bplayer h2,
.commerce .bplayer p {
  color: white;
}
.commerce .bplayer .pushed-text-block__content .h6 {
  color: white;
}
.commerce .bplayer p.h5 {
  margin-top: 24px !important;
}
.commerce .bplayer .pushed-text-block__content a {
  margin-top: 24px;
}
@media (max-width: 1400px) {
  .commerce .bplayer {
    background-position-x: 56vw !important;
  }
}
@media (max-width: 1220px) {
  .commerce .bplayer {
    background-position-x: 48vw !important;
  }
}
@media (max-width: 580px) {
  .commerce #bplayer-3 {
    padding-top: 520px;
  }
  .commerce .bplayer {
    background-position-x: 50% !important;
  }
  .commerce .logosbase .bplayer .pushed-text-block .pushed-text-block__content {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100% !important;
  }
}

.commerce .logosbase .var-primary-color {
  background-color: #005ec3;
}
.commerce .logosbase .var-primary-color-hover {
  background-color: #004590;
}
.commerce .logosbase .var-secondary-color {
  background-color: #f66500;
}
.commerce .logosbase .var-secondary-color-hover {
  background-color: #cd5002;
}
.commerce .logosbase .var-black {
  background-color: #000;
}
.commerce .logosbase .var-off-black {
  background-color: #333;
}
.commerce .logosbase .var-dark-gray {
  background-color: #666666;
}
.commerce .logosbase .var-med-gray {
  background-color: #898d8d;
}
.commerce .logosbase .var-light-gray {
  background-color: #d1d1d1;
}
.commerce .logosbase .var-lighter-gray {
  background-color: #ebebeb;
}
.commerce .logosbase .var-off-white {
  background-color: #f6f6f6;
}
.commerce .logosbase .var-white {
  background-color: #fff;
}
.commerce .logosbase .var-primary-color,
.commerce .logosbase .var-primary-color-hover,
.commerce .logosbase .var-secondary-color,
.commerce .logosbase .var-secondary-color-hover,
.commerce .logosbase .var-black,
.commerce .logosbase .var-off-black,
.commerce .logosbase .var-dark-gray,
.commerce .logosbase .var-med-gray,
.commerce .logosbase .var-light-gray,
.commerce .logosbase .var-light-gray,
.commerce .logosbase .var-off-white,
.commerce .logosbase .var-white {
  display: block;
  height: 100px;
  margin-top: 0;
  width: 100px;
}
.commerce .var-font-primary {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.commerce .var-font-secondary {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
.commerce .var-font-monospace {
  font-family: monospace;
}
.commerce .var-font-size-super-sm {
  font-size: 42px;
  line-height: 46px;
}
.commerce .var-font-size-h1-sm {
  font-size: 36px;
  line-height: 42px;
}
.commerce .var-font-size-h2-sm {
  font-size: 28px;
  line-height: 34px;
}
.commerce .var-font-size-h3-sm {
  font-size: 22px;
  line-height: 28px;
}
.commerce .var-font-size-h4-sm {
  font-size: 18px;
  line-height: 24px;
}
.commerce .var-font-size-h5-sm {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-h6-sm {
  font-size: 24px;
  line-height: 28px;
}
.commerce .var-font-size-super-md {
  font-size: 48px;
  line-height: 50px;
}
.commerce .var-font-size-h1-md {
  font-size: 36px;
  line-height: 44px;
}
.commerce .var-font-size-h2-md {
  font-size: 28px;
  line-height: 34px;
}
.commerce .var-font-size-h3-md {
  font-size: 22px;
  line-height: 26px;
}
.commerce .var-font-size-h4-md {
  font-size: 18px;
  line-height: 22px;
}
.commerce .var-font-size-h5-md {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-super-lg {
  font-size: 64px;
  line-height: 64px;
}
.commerce .var-font-size-h1-lg {
  font-size: 52px;
  line-height: 55px;
}
.commerce .var-font-size-h2-lg {
  font-size: 30px;
  line-height: 36px;
}
.commerce .var-font-size-h3-lg {
  font-size: 22px;
  line-height: 28px;
}
.commerce .var-font-size-h4-lg {
  font-size: 18px;
  line-height: 22px;
}
.commerce .var-font-size-h5-lg {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-b1 {
  font-size: 18px;
  line-height: 24px;
}
.commerce .var-font-size-b2 {
  font-size: 16px;
  line-height: 22px;
}
.commerce .var-font-size-b3 {
  font-size: 14px;
  line-height: 20px;
}
.commerce .var-font-size-b4 {
  font-size: 13px;
  line-height: 18px;
}
.commerce .var-font-size-b5 {
  font-size: 12px;
  line-height: 16px;
}
.commerce .var-font-size-ui1 {
  font-size: 18px;
  line-height: 18px;
}
.commerce .var-font-size-ui2 {
  font-size: 16px;
  line-height: 16px;
}
.commerce .var-font-size-ui3 {
  font-size: 14px;
  line-height: 14px;
}
.commerce .var-font-size-ui4 {
  font-size: 13px;
  line-height: 13px;
}
.commerce .var-font-size-ui5 {
  font-size: 12px;
  line-height: 12px;
}
.commerce .var-font-size-small {
  font-size: 14px;
  line-height: 18px;
}
.commerce .var-font-size-extra-small {
  font-size: 12px;
  line-height: 16px;
}
.commerce #site-inner,
.commerce #bd,
.commerce #main {
  width: auto !important;
}
.commerce #ft {
  margin-left: auto !important;
  margin-right: auto !important;
}
.commerce body {
  min-width: 0;
}
.commerce #site > .header,
.commerce #site-inner > .header,
.commerce #site > .section,
.commerce #site-inner > .section,
.commerce #site > .footer,
.commerce #site-inner > .footer {
  width: 100%;
}
@media screen and (max-width: 699px) {
  .commerce #hd,
  .commerce #ft,
  .commerce .site-notifications-list,
  .commerce #ajaxnotifications {
    display: none !important;
  }
}
.commerce .logosbase {
  color: #333;
  display: relative;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.commerce .logosbase *,
.commerce .logosbase *:before,
.commerce .logosbase *:after {
  box-sizing: border-box;
}
.commerce .logosbase * + * {
  margin-top: 12px;
}
.commerce .logosbase .wistia_responsive_padding,
.commerce .logosbase audio,
.commerce .logosbase canvas,
.commerce .logosbase embed,
.commerce .logosbase iframe,
.commerce .logosbase object,
.commerce .logosbase picture,
.commerce .logosbase video {
  display: block;
  margin: 24px 0;
  max-width: 100%;
}
.commerce .logosbase .wistia_responsive_padding:first-child,
.commerce .logosbase audio:first-child,
.commerce .logosbase canvas:first-child,
.commerce .logosbase embed:first-child,
.commerce .logosbase iframe:first-child,
.commerce .logosbase object:first-child,
.commerce .logosbase picture:first-child,
.commerce .logosbase video:first-child {
  margin-top: 0;
}
.commerce .logosbase .wistia_responsive_padding:last-child,
.commerce .logosbase audio:last-child,
.commerce .logosbase canvas:last-child,
.commerce .logosbase embed:last-child,
.commerce .logosbase iframe:last-child,
.commerce .logosbase object:last-child,
.commerce .logosbase picture:last-child,
.commerce .logosbase video:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .wistia_embed * {
  margin-top: auto;
}
.commerce .logosbase audio:not([controls]) {
  display: none;
  height: 0;
}
.commerce .logosbase img,
.commerce .logosbase svg {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.commerce .logosbase img {
  border-style: none;
}
.commerce .logosbase svg:not(:root) {
  overflow: hidden;
}
.commerce .logosbase video {
  display: inline-block;
}
.commerce .logosbase a {
  border-bottom: 2px solid transparent;
  color: #1e91d6;
  font: inherit;
  position: relative;
  text-decoration: none;
  transition-property: color, border-color;
  transition: 0.3s ease;
  -webkit-text-decoration-skip: objects;
}
.commerce .logosbase a:active,
.commerce .logosbase a:hover,
.commerce .logosbase a:focus {
  border-color: #399eda;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase a:visited {
  color: #1e91d6;
}
.commerce .logosbase a.image-link:active,
.commerce .logosbase a.image-link:hover,
.commerce .logosbase a.image-link:focus {
  border-color: transparent;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase table {
  border-collapse: collapse;
  border: 0 none;
  display: inline-block;
  margin: 24px 0;
  max-height: 100vh;
  max-width: 100%;
  min-height: 0;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  vertical-align: top;
}
.commerce .logosbase table:first-child {
  margin-top: 0;
}
.commerce .logosbase table:last-child {
  margin-bottom: 0;
}
.commerce .logosbase table caption {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  caption-side: top;
  color: inherit;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  text-align: left;
}
@media (min-width: 1160px) {
  .commerce .logosbase table caption {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase table caption:first-child {
  margin-top: 0;
}
.commerce .logosbase table th,
.commerce .logosbase table td {
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  max-height: 144px;
  text-align: left;
  vertical-align: top;
}
.commerce .logosbase table thead th {
  border-bottom: 1px solid #d1d1d1;
  vertical-align: bottom;
}
.commerce .logosbase table tbody > tr:last-child th,
.commerce .logosbase table tfoot > tr:last-child th,
.commerce .logosbase table tbody > tr:last-child td,
.commerce .logosbase table tfoot > tr:last-child td {
  border-bottom: 0 none;
}
.commerce .logosbase table tfoot > tr:first-child th,
.commerce .logosbase table tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
}
.commerce .logosbase p {
  color: inherit;
  font: inherit;
  margin-bottom: 0;
}
.commerce .logosbase p:first-child {
  margin-top: 0;
}
.commerce .logosbase small {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
.commerce .logosbase .small {
  font-size: 14px;
  line-height: 18px;
}
.commerce .logosbase .extra-small {
  font-size: 12px;
}
.commerce .logosbase ol,
.commerce .logosbase ul,
.commerce .logosbase dl {
  margin-bottom: 0;
  text-align: left;
}
.commerce .logosbase ol ol,
.commerce .logosbase ul ol,
.commerce .logosbase dl ol,
.commerce .logosbase ol ul,
.commerce .logosbase ul ul,
.commerce .logosbase dl ul {
  margin-top: 0;
}
.commerce .logosbase ol,
.commerce .logosbase ul {
  padding-left: 30px;
}
.commerce .logosbase ol li,
.commerce .logosbase ul li {
  padding: 0;
  margin: 0;
}
.commerce .logosbase dt,
.commerce .logosbase dfn {
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
.commerce .logosbase dd {
  margin: 0;
  padding-left: 30px;
}
.commerce .logosbase .list-flush {
  list-style: none;
  padding-left: 0;
}
.commerce .logosbase .list-flush dd {
  padding-left: 0;
}
.commerce .logosbase .list-spaced li + li {
  margin-top: 12px;
}
.commerce .logosbase hr {
  border: 0 none;
  border-top: 1px solid #898d8d;
  margin: 24px 0;
}
.commerce .logosbase hr:first-child {
  margin-top: 0;
}
.commerce .logosbase hr:last-child {
  margin-bottom: 0;
}
.commerce .logosbase abbr,
.commerce .logosbase b,
.commerce .logosbase strong,
.commerce .logosbase code,
.commerce .logosbase kbd,
.commerce .logosbase samp,
.commerce .logosbase cite,
.commerce .logosbase del,
.commerce .logosbase s,
.commerce .logosbase dfn,
.commerce .logosbase em,
.commerce .logosbase i,
.commerce .logosbase ins,
.commerce .logosbase mark,
.commerce .logosbase output,
.commerce .logosbase q,
.commerce .logosbase sub,
.commerce .logosbase sup,
.commerce .logosbase time,
.commerce .logosbase u,
.commerce .logosbase var {
  margin-top: 0;
}
.commerce .logosbase abbr {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.commerce .logosbase address {
  font-style: normal;
}
.commerce .logosbase b,
.commerce .logosbase strong {
  font-weight: bold;
}
.commerce .logosbase code,
.commerce .logosbase kbd,
.commerce .logosbase samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.commerce .logosbase cite {
  font-style: normal;
}
.commerce .logosbase del,
.commerce .logosbase s {
  text-decoration: line-through;
}
.commerce .logosbase dfn,
.commerce .logosbase em,
.commerce .logosbase i {
  font-style: italic;
}
.commerce .logosbase ins {
  text-decoration: underline;
}
.commerce .logosbase mark {
  background-color: rgba(246, 101, 0, 0.4);
  color: inherit;
}
.commerce .logosbase output {
  font: inherit;
}
.commerce .logosbase pre {
  font-family: monospace, monospace;
  font-size: 1em;
  margin: 24px 0;
  tab-size: 4;
}
.commerce .logosbase pre:first-child {
  margin-top: 0;
}
.commerce .logosbase pre:last-child {
  margin-bottom: 0;
}
.commerce .logosbase q:before {
  content: '\201C';
}
.commerce .logosbase q:after {
  content: '\201D';
}
.commerce .logosbase sub,
.commerce .logosbase sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.commerce .logosbase sub {
  bottom: -0.25em;
}
.commerce .logosbase sup {
  top: -0.5em;
}
.commerce .logosbase time {
  font: inherit;
}
.commerce .logosbase u {
  text-decoration: underline;
}
.commerce .logosbase var {
  font-style: italic;
}
.commerce .logosbase .h-super {
  font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase .h-super {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h1,
.commerce .logosbase .h1 {
  font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h1,
  .commerce .logosbase .h1 {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h2,
.commerce .logosbase .h2 {
  font: 28px / 34px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h2,
  .commerce .logosbase .h2 {
    font: 30px / 36px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h3,
.commerce .logosbase .h3 {
  font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h3,
  .commerce .logosbase .h3 {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h4,
.commerce .logosbase .h4 {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h4,
  .commerce .logosbase .h4 {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h5,
  .commerce .logosbase .h5 {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h6,
  .commerce .logosbase .h6 {
    font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (max-width: 1159px) {
  .commerce .logosbase .h-super-sm {
    font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h1-sm {
    font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h2-sm {
    font: 28px / 34px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h3-sm {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h4-sm {
    font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  }
  .commerce .logosbase .h5-sm {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
  .commerce .logosbase .h6-sm {
    font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase .h-super-lg {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h1-lg {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h2-lg {
    font: 30px / 36px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2,
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5,
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
}
.commerce .logosbase .h-super:first-child,
.commerce .logosbase h1:first-child,
.commerce .logosbase .h1:first-child,
.commerce .logosbase h2:first-child,
.commerce .logosbase .h2:first-child,
.commerce .logosbase h3:first-child,
.commerce .logosbase .h3:first-child,
.commerce .logosbase h4:first-child,
.commerce .logosbase .h4:first-child,
.commerce .logosbase h5:first-child,
.commerce .logosbase .h5:first-child,
.commerce .logosbase h6:first-child,
.commerce .logosbase .h6:first-child {
  margin-top: 0;
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2,
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  color: #06296c;
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  color: #575251;
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2 {
  font-weight: 900;
}
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  font-weight: 700;
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  font-weight: normal;
}
.commerce .logosbase .b5 {
  letter-spacing: 0.7;
}
.commerce .logosbase .h-bold {
  font-weight: bold;
}
.commerce .logosbase .h-descriptor {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  color: #06296c;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
}
.commerce .logosbase .h-descriptor:first-child {
  margin-top: 0;
}
.commerce .logosbase .h-descriptor--strong {
  font-weight: 900;
}
.commerce .logosbase .h-italic {
  font-style: italic;
}
.commerce .logosbase .h-white {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.commerce .logosbase .b1 {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b2 {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b3 {
  font: 14px / 20px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b4 {
  font: 13px / 18px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b5 {
  letter-spacing: 0.7;
}
.commerce .logosbase .ui1 {
  font: 18px / 18px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui2 {
  font: 16px / 16px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui3 {
  font: 14px / 14px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui4 {
  font: 13px / 13px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui5 {
  font: 12px / 12px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .blockquote {
  font: 16px/20px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  margin: 24px auto;
  max-width: 680px;
  text-align: center;
}
@media (min-width: 1160px) {
  .commerce .logosbase .blockquote {
    font: 16px/20px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .blockquote:first-child {
  margin-top: 0;
}
.commerce .logosbase .blockquote:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .blockquote__footer {
  font-weight: bold;
  margin-top: 8px;
}
.commerce .logosbase .blockquote--flush {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.commerce .logosbase .btn {
  appearance: none;
  background-color: #429c1c;
  border-radius: 3px;
  border: 1px solid #429c1c;
  color: #fafafa;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
  min-width: 72px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .btn:not(.btn--link) {
  padding: 8px 10px;
}
.commerce .logosbase .btn::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .btn:last-child,
.commerce .logosbase .btn:last-of-type {
  margin-right: 0;
}
.commerce .logosbase .btn:visited {
  color: #fafafa;
}
.commerce .logosbase .btn:active {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #6fb352;
  color: #fafafa;
  border-color: #6fb352;
}
.commerce .logosbase .btn:hover {
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
}
.commerce .logosbase .btn:focus {
  border: solid 2px #79cafb;
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
  text-decoration: none;
}
.commerce .logosbase .btn--sm {
  min-width: 56px;
  font-size: 14px;
}
.commerce .logosbase .btn--sm:not(.btn--link) {
  padding: 6px 8px;
}
.commerce .logosbase .btn:disabled,
.commerce .logosbase .btn--disabled {
  background-color: #b1d2a2;
  border-color: #b1d2a2;
  color: #fafafa;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .btn:disabled:visited,
.commerce .logosbase .btn--disabled:visited {
  color: #fafafa;
}
.commerce .logosbase .btn--link,
.commerce .logosbase .btn--deemphasized {
  font-size: 16px;
  color: #1e91d6;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
.commerce .logosbase .btn--link:active,
.commerce .logosbase .btn--deemphasized:active {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .btn--link:hover,
.commerce .logosbase .btn--deemphasized:hover {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .btn--link:focus,
.commerce .logosbase .btn--deemphasized:focus {
  color: #0174b9;
}
.commerce .logosbase .btn--link:visited,
.commerce .logosbase .btn--deemphasized:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline,
.commerce .logosbase .btn--primary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:visited,
.commerce .logosbase .btn--primary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:active,
.commerce .logosbase .btn--primary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .btn--primary-outline:hover,
.commerce .logosbase .btn--primary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:focus,
.commerce .logosbase .btn--primary-inverted:focus {
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .btn--secondary:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary:active {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .btn--secondary:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .btn--secondary:focus {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .btn--secondary-outline,
.commerce .logosbase .btn--secondary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
  box-shadow: none;
}
.commerce .logosbase .btn--secondary-outline:visited,
.commerce .logosbase .btn--secondary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary-outline:active,
.commerce .logosbase .btn--secondary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .btn--secondary-outline:hover,
.commerce .logosbase .btn--secondary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary-outline:focus,
.commerce .logosbase .btn--secondary-inverted:focus {
  color: #1e91d6;
  background-color: #fff;
  border-color: #1e91d6;
}
.commerce .logosbase .btn--light-outline,
.commerce .logosbase .btn--inverted {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .btn--light-outline:visited,
.commerce .logosbase .btn--inverted:visited {
  color: #fff;
}
.commerce .logosbase .btn--light-outline:active,
.commerce .logosbase .btn--inverted:active {
  box-shadow: none;
  background-color: #c0dcec;
  color: #1e91d6;
  border-color: #0174b9;
}
.commerce .logosbase .btn--light-outline:hover,
.commerce .logosbase .btn--inverted:hover {
  background-color: #dae7f0;
  color: #005ec3;
  border-color: #fff;
}
.commerce .logosbase .btn--icon {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
}
.commerce .logosbase .btn--icon:visited {
  color: #fff;
}
.commerce .logosbase .btn--icon:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .btn--icon:focus {
  color: #fff;
}
.commerce .logosbase .btn--icon img {
  margin-right: 6px;
  height: 16px;
  width: auto;
}
@media (min-width: 1160px) {
  .commerce .logosbase .btn--lg {
    font-size: 16px;
    line-height: 1;
    margin-right: 30px;
    min-width: 96px;
  }
  .commerce .logosbase .btn--lg:not(.btn--link) {
    padding: 12px 16px;
  }
  .commerce .logosbase .btn--super {
    font-size: 24px;
    line-height: 1;
    min-width: 128px;
  }
  .commerce .logosbase .btn--super:not(.btn--link) {
    padding: 16px 24px;
  }
}
.commerce .logosbase button.btn-primary {
  appearance: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  padding: 11px 13px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
}
.commerce .logosbase button.btn-primary.disabled,
.commerce .logosbase button.btn-primary:disabled {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.commerce .logosbase button.btn-primary.disabled:visited,
.commerce .logosbase button.btn-primary:disabled:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary.btn--disabled,
.commerce .logosbase .btn--secondary disabled,
.commerce .logosbase .btn--icon.btn--disabled,
.commerce .logosbase .btn--icon disabled {
  background-color: #a4cfe8;
  border-color: #a4cfe8;
  color: #fff;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .btn--secondary.btn--disabled:visited,
.commerce .logosbase .btn--secondary disabled:visited,
.commerce .logosbase .btn--icon.btn--disabled:visited,
.commerce .logosbase .btn--icon disabled:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary-outline.btn--disabled,
.commerce .logosbase .btn--secondary-outline:disabled {
  border-color: #a4cfe8;
  color: #a4cfe8;
  background-color: transparent;
}
.commerce .logosbase .btn--light-outline.btn--disabled,
.commerce .logosbase .btn--light-outline:disabled,
.commerce .logosbase .btn--inverted.btn--disabled,
.commerce .logosbase .btn--inverted:disabled {
  border-color: #f5f5f5;
  color: #a8a8a8;
}
.commerce .logosbase .btn--deemphasized.btn--disabled,
.commerce .logosbase .btn--deemphasized:disabled,
.commerce .logosbase .btn--link.btn--disabled,
.commerce .logosbase .btn--link:disabled {
  color: #a4cfe8;
}
.commerce .logosbase .buy-btn {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.commerce .logosbase .buy-btn::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .buy-btn:last-child {
  margin-right: 0;
}
.commerce .logosbase .buy-btn:hover .purchase-options-dialog {
  display: block;
}
.commerce .logosbase .buy-btn .purchase-button-form button,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary {
  appearance: none;
  background-color: #429c1c;
  border-radius: 3px;
  border: 1px solid #429c1c;
  color: #fafafa;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
  min-width: 72px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .buy-btn .purchase-button-form button:not(.btn--link),
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:not(.btn--link) {
  padding: 8px 10px;
}
.commerce .logosbase .buy-btn .purchase-button-form button::first-letter,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .buy-btn .purchase-button-form button:last-child,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:last-child,
.commerce .logosbase .buy-btn .purchase-button-form button:last-of-type,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:last-of-type {
  margin-right: 0;
}
.commerce .logosbase .buy-btn .purchase-button-form button:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:visited {
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:active {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #6fb352;
  color: #fafafa;
  border-color: #6fb352;
}
.commerce .logosbase .buy-btn .purchase-button-form button:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:hover {
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:focus {
  border: solid 2px #79cafb;
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
  text-decoration: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--sm,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--sm {
  min-width: 56px;
  font-size: 14px;
}
.commerce .logosbase .buy-btn .purchase-button-form button--sm:not(.btn--link),
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--sm:not(.btn--link) {
  padding: 6px 8px;
}
.commerce .logosbase .buy-btn .purchase-button-form button:disabled,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:disabled,
.commerce .logosbase .buy-btn .purchase-button-form button--disabled,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--disabled {
  background-color: #b1d2a2;
  border-color: #b1d2a2;
  color: #fafafa;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button:disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--disabled:visited {
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized {
  font-size: 16px;
  color: #1e91d6;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:active,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:active {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:hover {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:focus {
  color: #0174b9;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:focus {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:active {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:focus {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:focus {
  color: #1e91d6;
  background-color: #fff;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:active {
  box-shadow: none;
  background-color: #c0dcec;
  color: #1e91d6;
  border-color: #0174b9;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:hover {
  background-color: #dae7f0;
  color: #005ec3;
  border-color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:focus {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon img,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon img {
  margin-right: 6px;
  height: 16px;
  width: auto;
}
@media (min-width: 1160px) {
  .commerce .logosbase .buy-btn .purchase-button-form button--lg,
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--lg {
    font-size: 16px;
    line-height: 1;
    margin-right: 30px;
    min-width: 96px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--lg:not(.btn--link),
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--lg:not(.btn--link) {
    padding: 12px 16px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--super,
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--super {
    font-size: 24px;
    line-height: 1;
    min-width: 128px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--super:not(.btn--link),
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--super:not(.btn--link) {
    padding: 16px 24px;
  }
}
.commerce .logosbase .buy-btn .purchase-options-dialog {
  display: none;
  left: 100%;
  list-style: none;
  margin-top: 0;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.commerce .logosbase .buy-btn .purchase-options-dialog li {
  display: block;
  margin-top: 8px;
}
.commerce .logosbase .buy-btn .purchase-options-dialog li:first-child {
  margin-top: 0;
}
.commerce .logosbase .buy-btn .purchase-options-dialog .purchase-button-form button,
.commerce .logosbase .buy-btn .purchase-options-dialog .purchase-button-form .btn-primary {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  min-width: 95px;
  padding: 8px 1rem;
  transition-property: background-color, border-color, box-shadow, color, opacity;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary {
  color: #fff;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:focus {
  color: #fff;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary {
  background-color: #429c1c;
  border-color: #429c1c;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:focus {
  background-color: #58a837;
  border-color: #58a837;
}
.commerce .logosbase .buy-btn--secondary .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:visited,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:active,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:focus {
  background-color: #fff;
  border-color: #fff;
  color: #429c1c;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button.print,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button.download {
  background-color: #429c1c;
  color: white;
}
.commerce .logosbase .figure {
  margin: 24px 0;
}
.commerce .logosbase .figure:first-child {
  margin-top: 0;
}
.commerce .logosbase .figure:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .figure__image {
  margin-bottom: 0;
}
.commerce .logosbase .figure__caption {
  margin-top: 0;
}
.commerce ::placeholder {
  color: #c4c4c4;
  opacity: 1;
  font-style: normal;
}
.commerce ::-webkit-placeholder {
  color: #c4c4c4;
  opacity: 1;
  font-style: normal;
}
.commerce :-ms-input-placeholder {
  color: #c4c4c4;
}
.commerce ::-ms-input-placeholder {
  color: #c4c4c4;
}
.commerce .logosbase .form {
  margin: 24px 0;
}
.commerce .logosbase .form--cozy {
  margin-top: 12px;
}
.commerce .logosbase .form:first-child {
  margin-top: 0;
}
.commerce .logosbase .form:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .form__field {
  margin: 12px 0;
}
.commerce .logosbase .form__label {
  display: inline-block;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  margin-left: 15px;
}
.commerce .logosbase .form__label + * {
  margin-top: 0;
}
.commerce .logosbase .form__input,
.commerce .logosbase .form__select,
.commerce .logosbase .form__textarea,
.commerce .logosbase .form__input-bar-input {
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  color: #333;
  display: block;
  font: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 12px 15px;
  transition: border-color 0.3s ease;
}
.commerce .logosbase .form__input:focus,
.commerce .logosbase .form__select:focus,
.commerce .logosbase .form__textarea:focus,
.commerce .logosbase .form__input-bar-input:focus {
  border: 1px solid #005ec3;
  outline: 0 none;
}
.commerce .logosbase .form__input,
.commerce .logosbase .form__input-bar-input {
  overflow: visible;
  min-width: 10em;
  width: 16em;
}
.commerce .logosbase .form__input[type='color'],
.commerce .logosbase .form__input-bar-input[type='color'] {
  height: 96px;
  width: 96px;
}
.commerce .logosbase .form__input[type='date'],
.commerce .logosbase .form__input-bar-input[type='date'],
.commerce .logosbase .form__input[type='time'],
.commerce .logosbase .form__input-bar-input[type='time'],
.commerce .logosbase .form__input[type='datetime-local'],
.commerce .logosbase .form__input-bar-input[type='datetime-local'],
.commerce .logosbase .form__input[type='month'],
.commerce .logosbase .form__input-bar-input[type='month'] {
  -webkit-appearance: listbox;
}
.commerce .logosbase .form__select {
  background: #fff url(https://files.logoscdn.com/v1/files/3933551/content.svg?signature=EVyBQ2DulSzTPuorkfs1QBPpdp4) calc(100% - 7.5px) center no-repeat;
  background-size: 12px auto;
  -moz-appearance: none;
  position: relative;
  width: 20em;
}
.commerce .logosbase .form__select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.commerce .logosbase .form__input--narrow,
.commerce .logosbase .form__select--narrow {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
}
.commerce .logosbase .form__input--full-width,
.commerce .logosbase .form__select--full-width {
  width: 100%;
}
.commerce .logosbase .form__textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
}
.commerce .logosbase .form__file-input {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  line-height: 12px;
  padding: 8px 7.5px;
  transition: border-color 0.3s ease;
  width: 16em;
}
.commerce .logosbase .form__file-input:focus {
  border-color: #005ec3;
  outline: 0 none;
}
.commerce .logosbase .form__fieldset {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin: 0 0 12px 0;
  padding: 0 15px;
}
.commerce .logosbase .form__legend {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-style: italic;
  margin: 12px 0 0 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 1160px) {
  .commerce .logosbase .form__legend {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .form__legend:first-child {
  margin-top: 0;
}
.commerce .logosbase .form__checkbox,
.commerce .logosbase .form__radio {
  align-items: flex-start;
  display: flex;
  margin-top: 8px;
}
.commerce .logosbase .form__checkbox:first-child,
.commerce .logosbase .form__radio:first-child {
  margin-top: 0;
}
.commerce .logosbase .form__checkbox-input,
.commerce .logosbase .form__radio-input {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  display: inline-block;
  flex-shrink: 0;
  font-size: inherit;
  height: 1em;
  margin: 4px 0.5em 0 0;
  outline: 0 none;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, border-color;
  vertical-align: top;
  width: 1em;
  -webkit-appearance: none;
}
.commerce .logosbase .form__checkbox-input:before,
.commerce .logosbase .form__radio-input:before {
  display: block;
  left: 50%;
  padding: -1px 0 0 -1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}
.commerce .logosbase .form__checkbox-input:checked,
.commerce .logosbase .form__radio-input:checked {
  background-color: #005ec3;
  border-color: #005ec3;
}
.commerce .logosbase .form__checkbox-input:checked:before,
.commerce .logosbase .form__radio-input:checked:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.commerce .logosbase .form__checkbox-input:focus,
.commerce .logosbase .form__radio-input:focus {
  border-color: #005ec3;
}
.commerce .logosbase .form__checkbox-label,
.commerce .logosbase .form__radio-label {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  flex-shrink: 1;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
}
.commerce .logosbase .form__checkbox-input {
  border-radius: 3px;
}
.commerce .logosbase .form__checkbox-input:before {
  color: #fff;
  content: '\2714';
  font-size: 0.75em;
  line-height: 1em;
  text-align: center;
  width: 100%;
}
.commerce .logosbase .form__radio-input {
  border-radius: 100%;
}
.commerce .logosbase .form__radio-input:before {
  background-color: #fff;
  border-radius: 100%;
  content: '';
  height: 0.5em;
  width: 0.5em;
}
.commerce .logosbase .form__input-bar {
  display: flex;
  max-width: 20em;
  overflow: hidden;
}
.commerce .logosbase .form__input-bar--narrow .form__input-bar-input,
.commerce .logosbase .form__input-bar--narrow .form__input-bar-btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.commerce .logosbase .form__input-bar--full-width {
  max-width: 100%;
  width: 100%;
}
.commerce .logosbase .form__input-bar--full-width .form__input-bar-input {
  flex-grow: 1;
}
.commerce .logosbase .form__input-bar-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  max-width: none;
}
.commerce .logosbase .form__input-bar-input:focus {
  border-right: 2px solid #005ec3;
}
.commerce .logosbase .form__input-bar-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  flex-shrink: 0;
  margin-top: 0;
  min-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}
.commerce .logosbase .hr-display {
  border-color: #005ec3;
  border-top-width: 2px;
  display: block;
  margin: 24px auto;
  width: 70px;
}
.commerce .logosbase .hr-display:first-child {
  margin-top: 24px;
}
.commerce .logosbase .hr-display:last-child {
  margin-bottom: 24px;
}
.commerce .logosbase .hr-display--light {
  border-color: #fff;
}
.commerce .logosbase .hr-display--left {
  margin-left: 0;
  margin-right: 0;
}
.commerce .logosbase .hr-gradient {
  background: linear-gradient(to left, #1e91d6 33.33%, #005ec3 33.33%, #005ec3 66.67%, #06296c 66.67%);
  width: 36px;
  height: 4px;
  border: none;
  display: block;
  margin: 24px auto;
}
.commerce .logosbase .hr-gradient:first-child {
  margin-top: 24px;
}
.commerce .logosbase .hr-gradient:last-child {
  margin-bottom: 24px;
}
.commerce .logosbase .hr-gradient--light {
  border-color: #fff;
  background: linear-gradient(to left, #d8effc 33.33%, #1e91d6 33.33%, #1e91d6 66.67%, #005ec3 66.67%);
}
.commerce .logosbase .hr-gradient--left {
  margin-left: 0;
  margin-right: 0;
}
.commerce .logosbase .list-unstyled {
  list-style: none;
  padding-left: 0;
}
.commerce .logosbase .list-unstyled dd {
  padding-left: 0;
}
.commerce .logosbase .list-spaced li {
  margin-bottom: 12px;
}
.commerce .logosbase .list-inline {
  padding-left: 0;
}
.commerce .logosbase .list-inline li {
  display: inline-block;
  margin: 0 15px;
}
.commerce .logosbase .list-inline li:first-child {
  margin-left: 0;
}
.commerce .logosbase .list-inline li:last-child {
  margin-right: 0;
}
.commerce .logosbase .product {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #333;
  display: inline-block;
}
.commerce .logosbase .product--center {
  text-align: center;
}
.commerce .logosbase .product--center .product__image {
  align-self: flex-start;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.commerce .logosbase .product__image {
  align-items: flex-end;
  border: 0 none;
  display: block;
  display: flex;
  height: 216px;
}
.commerce .logosbase .product__image img {
  height: auto;
  max-height: 100%;
  width: auto;
}
.commerce .logosbase .product__title {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  color: #333;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product__title {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .product__title:first-child {
  margin-top: 0;
}
.commerce .logosbase .product__tagline {
  font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  color: #333;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product__tagline {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .product__tagline:first-child {
  margin-top: 0;
}
.commerce .logosbase .product__title,
.commerce .logosbase .product__tagline {
  margin-top: 12px;
}
.commerce .logosbase .product__description {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .product__meta,
.commerce .logosbase .product__compare-price,
.commerce .logosbase .product__percent-savings,
.commerce .logosbase .product__price {
  margin-top: 0;
}
.commerce .logosbase .product__meta {
  font-size: 14px;
  line-height: 18px;
}
.commerce .logosbase .product__percent-savings {
  color: #ce0000;
}
.commerce .logosbase .product__price {
  color: #333;
  font-weight: bold;
}
.commerce .logosbase .product--featured .product__title {
  font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  font-weight: bold !important;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product--featured .product__title {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .product--featured .product__title:first-child {
  margin-top: 0;
}
.commerce .logosbase .video-thumbnail {
  line-height: 0;
  margin: 24px 0;
}
.commerce .logosbase .video-thumbnail:first-child {
  margin-top: 0;
}
.commerce .logosbase .video-thumbnail:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .video-thumbnail__inner {
  display: inline-block;
  margin-top: 0;
  position: relative;
}
.commerce .logosbase .video-thumbnail__play-btn {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: 33.333%;
  left: 50%;
  margin-left: -9.375%;
  margin-top: -9.375%;
  position: absolute;
  top: 50%;
  transition: background-color 0.4s ease;
  width: 18.75%;
}
.commerce .logosbase .video-thumbnail__play-btn:focus,
.commerce .logosbase .video-thumbnail__play-btn:active,
.commerce .logosbase .video-thumbnail__play-btn:hover {
  background-color: rgba(115, 133, 159, 0.5);
}
.commerce .logosbase .video-thumbnail__play-icon {
  height: 33.333%;
  left: 50%;
  margin: -16.6665% 0 0 -11.111%;
  position: absolute;
  top: 50%;
  width: 33.333%;
}
.commerce .logosbase .video-thumbnail__image {
  margin-top: 0;
}
.commerce .logosbase .four-up {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.commerce .logosbase .four-up__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.33333333%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .four-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .four-up__section:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .four-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .four-up__section:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-bottom: 0;
  }
}
.commerce .logosbase .media {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
.commerce .logosbase .media:first-child {
  margin-top: 0;
}
.commerce .logosbase .media:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .media__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 580px) {
  .commerce .logosbase .media {
    display: flex;
  }
  .commerce .logosbase .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-top: 0;
  }
  .commerce .logosbase .media__section--bigger {
    flex-shrink: 0;
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
  }
  .commerce .logosbase .media__section--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .media--reverse {
    flex-direction: row-reverse;
  }
  .commerce .logosbase .media--reverse .media__section:first-child {
    float: right;
  }
  .commerce .logosbase .media--reverse .media__section:last-child {
    float: left;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .media__section:last-child {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .media__section--bigger:first-child,
  .commerce .logosbase .media__section--smaller:first-child {
    margin-left: 0;
  }
  .commerce .logosbase .media__section--bigger + .media__section,
  .commerce .logosbase .media__section--smaller + .media__section {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .media__section--bigger {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media__section--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .media--reverse .media__section:last-child {
    left: -8.33333333%;
  }
  .commerce .logosbase .media--flush-right .media__section:first-child,
  .commerce .logosbase .media--flush-right .media__section:last-child {
    margin-left: 8.33333333%;
    left: 0;
  }
}
.commerce .logosbase .media-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}
.commerce .logosbase .media-grid:first-child {
  margin-top: 0;
}
.commerce .logosbase .media-grid:last-child {
  margin-bottom: -48px;
}
.commerce .logosbase .media-grid__item {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 460px) {
  .commerce .logosbase .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(3n + 1) {
    clear: left;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.commerce .logosbase .product-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}
.commerce .logosbase .product-grid:first-child {
  margin-top: 0;
}
.commerce .logosbase .product-grid:last-child {
  margin-bottom: -48px;
}
.commerce .logosbase .product-grid__product {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 760px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(4n + 1) {
    clear: left;
  }
}
.commerce .logosbase .pushed-text-block {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.commerce .logosbase .pushed-text-block .pushed-text-block__content {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 580px) {
  .commerce .logosbase .pushed-text-block {
    margin: auto;
  }
  .commerce .logosbase .pushed-text-block--narrow .pushed-text-block__content {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--bigger {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--reverse {
    float: right;
  }
}
.commerce .logosbase .row-of-lists {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
  overflow: hidden;
}
.commerce .logosbase .row-of-lists:first-child {
  margin-top: 0;
}
.commerce .logosbase .row-of-lists:last-child {
  margin-bottom: -24px;
}
.commerce .logosbase .row-of-lists__list {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}
.commerce .logosbase .row-of-lists__list:nth-of-type(n) {
  clear: none;
}
.commerce .logosbase .row-of-lists__list:nth-of-type(1n + 1) {
  clear: left;
}
.commerce .logosbase .row-of-lists__list > * {
  margin-top: 12px;
}
.commerce .logosbase .row-of-lists__list > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 500px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 680px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 900px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(4n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
}
.commerce .logosbase .three-up {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.commerce .logosbase .three-up__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.33333333%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .three-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .three-up__section:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-left: 4.16666667%;
  }
  .commerce .logosbase .three-up__section:first-child {
    margin-left: 0;
  }
}
.commerce .logosbase .billboard {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #06296c;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.commerce .logosbase .billboard .h-super,
.commerce .logosbase .billboard h1,
.commerce .logosbase .billboard .h1,
.commerce .logosbase .billboard h2,
.commerce .logosbase .billboard .h2,
.commerce .logosbase .billboard h3,
.commerce .logosbase .billboard .h3,
.commerce .logosbase .billboard h4,
.commerce .logosbase .billboard .h4,
.commerce .logosbase .billboard h5,
.commerce .logosbase .billboard .h5,
.commerce .logosbase .billboard h6,
.commerce .logosbase .billboard .h6 {
  color: #fff;
}
.commerce .logosbase .billboard a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .billboard a:not(.btn):hover,
.commerce .logosbase .billboard a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .billboard .h-super,
.commerce .logosbase .billboard h1,
.commerce .logosbase .billboard .h1,
.commerce .logosbase .billboard h2,
.commerce .logosbase .billboard .h2,
.commerce .logosbase .billboard h3,
.commerce .logosbase .billboard .h3,
.commerce .logosbase .billboard h4,
.commerce .logosbase .billboard .h4,
.commerce .logosbase .billboard h5,
.commerce .logosbase .billboard .h5,
.commerce .logosbase .billboard h6,
.commerce .logosbase .billboard .h6 {
  color: #fff;
}
.commerce .logosbase .billboard .h-descriptor {
  color: #fff;
}
.commerce .logosbase .billboard .h-ruled:before,
.commerce .logosbase .billboard .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase .billboard a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .billboard a:not(.btn):hover,
.commerce .logosbase .billboard a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .billboard--light {
  color: #06296c;
  -webkit-font-smoothing: initial;
  background-color: #f6f6f6;
}
.commerce .logosbase .billboard--light .h-super,
.commerce .logosbase .billboard--light h1,
.commerce .logosbase .billboard--light .h1,
.commerce .logosbase .billboard--light h2,
.commerce .logosbase .billboard--light .h2,
.commerce .logosbase .billboard--light h3,
.commerce .logosbase .billboard--light .h3,
.commerce .logosbase .billboard--light h4,
.commerce .logosbase .billboard--light .h4,
.commerce .logosbase .billboard--light h5,
.commerce .logosbase .billboard--light .h5,
.commerce .logosbase .billboard--light h6,
.commerce .logosbase .billboard--light .h6 {
  color: #06296c;
}
.commerce .logosbase .billboard--light a:not(.btn) {
  border-color: transparent;
  color: #1e91d6;
}
.commerce .logosbase .billboard--light a:not(.btn):hover,
.commerce .logosbase .billboard--light a:not(.btn):focus {
  border-color: #399eda;
  color: #399eda;
}
.commerce .logosbase .billboard--light a:not(.btn):visited {
  color: #5a008f;
}
.commerce .logosbase .billboard__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .billboard__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .billboard__row {
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase .billboard__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.commerce .logosbase .billboard__section--no-margin {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .commerce .logosbase .billboard {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
}
@media screen and (min-width: 620px) {
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .billboard__section--small ~ .billboard__section--small {
    margin-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    margin-left: 16.66666667%;
  }
  .commerce .logosbase .billboard__section--small ~ .billboard__section--small {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .commerce .logosbase .billboard {
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: left;
  }
  .commerce .logosbase .billboard__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    margin-left: 8.33333333%;
    margin-bottom: 0;
  }
  .commerce .logosbase .billboard__section ~ .billboard__section {
    margin-left: 0;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-left: 0;
  }
  .commerce .logosbase .billboard--v-center .billboard__row {
    align-items: center;
    display: flex;
  }
  .commerce .logosbase .billboard--v-center .billboard__section--small {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .commerce .logosbase .billboard__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-left: 0;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .commerce .logosbase .billboard {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.commerce .logosbase .email-cap {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #333;
  overflow: hidden;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.commerce .logosbase .email-cap .h-super,
.commerce .logosbase .email-cap h1,
.commerce .logosbase .email-cap .h1,
.commerce .logosbase .email-cap h2,
.commerce .logosbase .email-cap .h2,
.commerce .logosbase .email-cap h3,
.commerce .logosbase .email-cap .h3,
.commerce .logosbase .email-cap h4,
.commerce .logosbase .email-cap .h4,
.commerce .logosbase .email-cap h5,
.commerce .logosbase .email-cap .h5,
.commerce .logosbase .email-cap h6,
.commerce .logosbase .email-cap .h6 {
  color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn):hover,
.commerce .logosbase .email-cap a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .email-cap .h-super,
.commerce .logosbase .email-cap h1,
.commerce .logosbase .email-cap .h1,
.commerce .logosbase .email-cap h2,
.commerce .logosbase .email-cap .h2,
.commerce .logosbase .email-cap h3,
.commerce .logosbase .email-cap .h3,
.commerce .logosbase .email-cap h4,
.commerce .logosbase .email-cap .h4,
.commerce .logosbase .email-cap h5,
.commerce .logosbase .email-cap .h5,
.commerce .logosbase .email-cap h6,
.commerce .logosbase .email-cap .h6 {
  color: #fff;
}
.commerce .logosbase .email-cap .h-descriptor {
  color: #fff;
}
.commerce .logosbase .email-cap .h-ruled:before,
.commerce .logosbase .email-cap .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn):hover,
.commerce .logosbase .email-cap a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .email-cap:first-child {
  margin-top: 0;
}
.commerce .logosbase .email-cap:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .email-cap__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .email-cap__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .email-cap__form {
  display: inline-block;
  text-align: left;
  max-width: 100%;
  width: 300px;
}
@media (min-width: 700px) {
  .commerce .logosbase .email-cap {
    text-align: left;
  }
  .commerce .logosbase .email-cap__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .commerce .logosbase .email-cap__text {
    margin-right: 30px;
  }
  .commerce .logosbase .email-cap__text p {
    margin-bottom: 0;
  }
  .commerce .logosbase .email-cap__form {
    flex-shrink: 0;
    margin-top: 0;
    width: 20rem;
  }
}
.commerce .logosbase .secondary-nav {
  background-color: #fff;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  height: 42px;
  overflow: hidden;
  position: relative;
  left: 0;
  margin-top: 0;
  transition: height 0.4s ease;
  width: 100%;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
}
.commerce .logosbase .secondary-nav__toggle {
  border: 0 none;
  display: inline-block;
  margin: 12px 15px;
  position: absolute;
  right: 0;
  top: 1px;
  transition: box-shadow 0.4s ease;
  z-index: 1000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.commerce .logosbase .secondary-nav__toggle--active {
  box-shadow: none;
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-secondary-line {
  opacity: 0;
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transform: rotate(45deg) translateY(6px);
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transform: rotate(-45deg) translateY(-6px);
}
.commerce .logosbase .secondary-nav__toggle-svg {
  display: block;
}
.commerce .logosbase .secondary-nav__toggle-secondary-line {
  transition: opacity 0.4s ease;
}
.commerce .logosbase .secondary-nav__toggle-primary-line-1,
.commerce .logosbase .secondary-nav__toggle-primary-line-2 {
  transition: transform 0.4s ease;
  transform-origin: center center;
}
.commerce .logosbase .secondary-nav__toggle-primary-line-1 {
  transform: rotate(0) translateX(0) translateY(0) scaleX(1);
}
.commerce .logosbase .secondary-nav__toggle-primary-line-2 {
  transform: rotate(0) translateX(0) translateY(0) scaleX(1);
}
.commerce .logosbase .secondary-nav__container {
  margin-top: 0;
}
.commerce .logosbase .secondary-nav__current,
.commerce .logosbase .secondary-nav__link {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  color: #333;
  display: block;
  line-height: 18px;
  padding: 12px 15px;
}
.commerce .logosbase .secondary-nav__current {
  background-color: #005ec3;
  color: #fff;
  text-align: center;
}
.commerce .logosbase .secondary-nav__list,
.commerce .logosbase .secondary-nav__dropdown {
  font-size: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.commerce .logosbase .secondary-nav__list {
  border-bottom: #898d8d 1px solid;
  padding: 0;
}
.commerce .logosbase .secondary-nav__item {
  border-top: #898d8d 1px solid;
  display: block;
  position: relative;
}
.commerce .logosbase .secondary-nav__link {
  border: 0 none;
  transition: background-color 0.4s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.commerce .logosbase .secondary-nav__link:visited {
  color: #333;
}
.commerce .logosbase .secondary-nav__link:hover {
  color: #004590;
}
.commerce .logosbase .secondary-nav__dropdown-toggle {
  border: 0 none;
  display: block;
  line-height: 0;
  margin-top: 0;
  padding: 14px 15px 12px 15px;
  position: absolute;
  transition: 0.4s ease;
  transition-property: transform;
  top: 0;
  right: 0;
}
.commerce .logosbase .secondary-nav__dropdown-toggle--flipped {
  transform: rotateX(-180deg);
}
.commerce .logosbase .secondary-nav__dropdown-toggle svg {
  margin: 0;
}
.commerce .logosbase .secondary-nav__dropdown {
  background-color: #f6f6f6;
  display: none;
  padding: 0.5em 0;
}
.commerce .logosbase .secondary-nav--open {
  height: 100%;
  height: 100vh;
  overflow: scroll;
}
.commerce .logosbase .secondary-nav--fixed {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
}
.commerce .logosbase .secondary-nav--dark .secondary-nav__current {
  background-color: #333;
}
@media (min-width: 600px) {
  .commerce .logosbase .secondary-nav {
    background-color: #005ec3;
    height: auto;
    overflow: visible;
  }
  .commerce .logosbase .secondary-nav__toggle,
  .commerce .logosbase .secondary-nav__current {
    display: none;
  }
  .commerce .logosbase .secondary-nav__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 982px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
    padding: 0;
  }
  .commerce .logosbase .secondary-nav__container:after {
    clear: both;
    content: '';
    display: table;
  }
  .commerce .logosbase .secondary-nav__list {
    border-bottom: 0 none;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__list {
      align-items: stretch;
      display: flex;
      justify-content: space-around;
    }
  }
  .commerce .logosbase .secondary-nav__dropdown-toggle {
    display: none;
  }
  .commerce .logosbase .secondary-nav__dropdown {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
  }
  .commerce .logosbase .secondary-nav__item {
    border-top: 0 none;
    display: inline-block;
    position: static;
    transition: background-color 0.4s ease;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__item {
      display: inline-flex;
    }
  }
  .commerce .logosbase .secondary-nav__item:hover .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__item:hover .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
    }
  }
  .commerce .logosbase .secondary-nav__link {
    color: #fff;
    display: inline-block;
    font-size: 14px;
  }
  .commerce .logosbase .secondary-nav__link:visited {
    color: #fff;
  }
  .commerce .logosbase .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav__link--active {
    background-color: #004590;
    color: #fff;
  }
  .commerce .logosbase .secondary-nav__link:focus ~ .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__link:focus ~ .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
    }
  }
  .commerce .logosbase .secondary-nav__link--dropdown {
    color: #1e91d6;
  }
  .commerce .logosbase .secondary-nav__link--dropdown:visited {
    color: #1e91d6;
  }
  .commerce .logosbase .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav__link--dropdown:focus {
    background-color: transparent;
    color: #399eda;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__link {
      align-items: center;
      display: flex;
    }
  }
  .commerce .logosbase .secondary-nav--dark {
    background-color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__dropdown {
    background-color: #f6f6f6;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--active {
    background-color: #666666;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown {
    background-color: #f6f6f6;
    color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:visited {
    color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:focus {
    background-color: #f6f6f6;
    color: #666666;
  }
}
@media (min-width: 700px) {
  .commerce .logosbase .secondary-nav__link {
    font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (min-width: 768px) {
  .commerce .logosbase .secondary-nav {
    top: 0;
  }
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__current,
.commerce .logosbase .secondary-nav--unlimited .auto-nav-more {
  display: none;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__current-grey {
  display: block;
  height: 48px;
  background-color: #f5f5f5;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__item {
  border-top: none;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__list {
  background-color: #fff;
  display: block;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:hover,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:active,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:focus,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link--active {
  background-color: #ebf7ff;
  color: #1e91d6;
  text-shadow: 1px 0 0 currentColor;
  -webkit-font-smoothing: subpixel-antialiased;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(48deg) translateY(7px) translateX(-1px);
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(-48deg) translateY(-7px) translateX(1px);
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__current {
  display: none;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__current-grey {
  display: block;
  height: 48px;
  background-color: #f5f5f5;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__item {
  border-top: none;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__list,
.commerce .logosbase .secondary-nav--limited .secondary-nav__dropdown {
  background-color: #fff;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:hover,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:active,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link--active {
  background-color: #ebf7ff;
  color: #1e91d6;
  text-shadow: 1px 0 0 currentColor;
  -webkit-font-smoothing: subpixel-antialiased;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(48deg) translateY(7px) translateX(-1px);
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(-48deg) translateY(-7px) translateX(1px);
}
@media (min-width: 600px) {
  .commerce .logosbase .secondary-nav--unlimited {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__current-grey,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__current {
    display: none;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__container {
    text-align: center;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__list {
    display: inline-flex;
    padding: 0;
    list-style: none;
    align-items: center;
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link {
    color: #3d3d3d;
    white-space: nowrap;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link--active {
    background-color: transparent;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more {
    position: relative;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .arrow {
    margin-left: 8px;
    transition: transform 0.2s ease-in-out 0s;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .more-btn {
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .arrow {
    transform: rotate(180deg);
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .arrow path {
    stroke: #1e91d6;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link {
    width: inherit;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link--active {
    background-color: #ebf7ff;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more-list {
    position: absolute;
    right: 0;
    top: 46px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    padding: 0;
    list-style: none;
    box-shadow: 0 5px 5px -3px rgba(110, 131, 183, 0.2), 0 3px 14px 2px rgba(110, 131, 183, 0.12), 0 8px 10px 0 rgba(110, 131, 183, 0.14);
    background-color: #fff;
    border-radius: 4px;
  }
  .commerce .logosbase .secondary-nav--limited {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__current-grey {
    display: none;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect {
    position: relative;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:after {
    content: url(https://files.logoscdn.com/v1/files/52387617/assets/12149467/content.svg?signature=D7-83JB8z207v2IO8aQYCslQk90);
    position: absolute;
    top: 17px;
    right: 0;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:hover .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:active .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:focus .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect--active .secondary-nav__linkTitle {
    background-color: #fafafa;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:hover:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:active:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:focus:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect--active:after {
    content: url(https://files.logoscdn.com/v1/files/52387599/assets/12149466/content.svg?signature=LasJ0OIIrO5Zb0M0tkG8QRXOQao);
    position: absolute;
    top: 17px;
    right: 0;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__list {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__dropdown {
    background-color: #fff;
    position: absolute;
    width: 218px;
    flex-direction: column;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link {
    color: #3d3d3d;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--active {
    background-color: #fafafa;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus ~ .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus ~ .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown {
    background-color: #fff;
    color: #3d3d3d;
    width: 100%;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:visited {
    color: #333;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:focus {
    background-color: #ebf7ff;
    color: #1e91d6;
  }
}
.commerce .logosbase .section {
  overflow: hidden;
  margin-top: 72px;
  margin-bottom: 72px;
}
.commerce .logosbase .section__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.commerce .logosbase .section__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .section--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.commerce .logosbase .section--super-narrow {
  margin-top: 24px;
  margin-bottom: 24px;
}
.commerce .logosbase .section--dark {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.commerce .logosbase .section--dark .h-super,
.commerce .logosbase .section--dark h1,
.commerce .logosbase .section--dark .h1,
.commerce .logosbase .section--dark h2,
.commerce .logosbase .section--dark .h2,
.commerce .logosbase .section--dark h3,
.commerce .logosbase .section--dark .h3,
.commerce .logosbase .section--dark h4,
.commerce .logosbase .section--dark .h4,
.commerce .logosbase .section--dark h5,
.commerce .logosbase .section--dark .h5,
.commerce .logosbase .section--dark h6,
.commerce .logosbase .section--dark .h6 {
  color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn):hover,
.commerce .logosbase .section--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .section--dark .h-super,
.commerce .logosbase .section--dark h1,
.commerce .logosbase .section--dark .h1,
.commerce .logosbase .section--dark h2,
.commerce .logosbase .section--dark .h2,
.commerce .logosbase .section--dark h3,
.commerce .logosbase .section--dark .h3,
.commerce .logosbase .section--dark h4,
.commerce .logosbase .section--dark .h4,
.commerce .logosbase .section--dark h5,
.commerce .logosbase .section--dark .h5,
.commerce .logosbase .section--dark h6,
.commerce .logosbase .section--dark .h6 {
  color: #fff;
}
.commerce .logosbase .section--dark .h-descriptor {
  color: #fff;
}
.commerce .logosbase .section--dark .h-ruled:before,
.commerce .logosbase .section--dark .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn):hover,
.commerce .logosbase .section--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .section--bg,
.commerce .logosbase .section--bg.section--super-narrow {
  margin-top: 0;
  margin-bottom: 0;
}
.commerce .logosbase .section--bg {
  padding-top: 72px;
  padding-bottom: 72px;
}
.commerce .logosbase .section--bg.section--super-narrow {
  padding-top: 24px;
  padding-bottom: 24px;
}
.commerce .logosbase .section--compact {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.commerce .logosbase .section--smush-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.commerce .logosbase .section--smush-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.commerce .logosbase .section > .section:first-child,
.commerce .logosbase .section__container > .section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.commerce .logosbase .section > .section:last-child,
.commerce .logosbase .section__container > .section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .section {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .commerce .logosbase .section--super-narrow {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .commerce .logosbase .section--narrow {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .commerce .logosbase .section--bg,
  .commerce .logosbase .section--bg.section--super-narrow,
  .commerce .logosbase .section--bg.section--narrow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .commerce .logosbase .section--bg {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .commerce .logosbase .section--bg.section--super-narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .commerce .logosbase .section--bg.section--narrow {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .commerce .logosbase .section--compact {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1160px) {
  .commerce .logosbase .section__flush-image {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .commerce .logosbase .section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .commerce .logosbase .section--super-narrow {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .commerce .logosbase .section--narrow {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .commerce .logosbase .section--bg,
  .commerce .logosbase .section--bg.section--super-narrow,
  .commerce .logosbase .section--bg.section--narrow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .commerce .logosbase .section--bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .commerce .logosbase .section--bg.section--super-narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .commerce .logosbase .section--bg.section--narrow {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .commerce .logosbase .section--compact {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.commerce .logosbase .bg-lighter-gray {
  background-color: #ebebeb;
}
.commerce .logosbase .bg-off-white {
  background-color: #f6f6f6;
}
.commerce .logosbase .bg-white {
  background-color: #fff;
}
.commerce .logosbase .bg-primary {
  background-color: #005ec3;
}
.commerce .logosbase .bg-navy {
  background-color: #06296c;
}
.commerce .logosbase .bg-off-black {
  background-color: #333;
}
.commerce .logosbase .u-limit-measure {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
.commerce .logosbase .u-text-center {
  text-align: center;
}
.commerce .logosbase .section--dark a.image-link:link {
  color: #fff;
  border-bottom: 0;
}
.commerce .logosbase .section--dark a.image-link:active,
.commerce .logosbase .section--dark a.image-link:hover,
.commerce .logosbase .section--dark a.image-link:focus {
  border-color: transparent;
  border-bottom: 0;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase .shift-up {
  transition: 0.4s ease-out;
  transform: translateY(50px);
}
.commerce .logosbase .shift-up--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .shift-up--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .shift-up.active {
  transform: translateY(0);
}
.commerce .logosbase .shift-left {
  transition: 0.4s ease-out;
  transform: translateX(50px);
}
.commerce .logosbase .shift-left--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .shift-left--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .shift-left.active {
  transform: translateX(0);
}
.commerce .logosbase .fade-in {
  transition: 0.6s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-in--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .fade-in--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .fade-in.active {
  opacity: 1;
}
.commerce .logosbase .fade-children > * {
  transition: 0.6s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-children.active > * {
  opacity: 1;
}
.commerce .logosbase .fade-bg {
  transition: 0.4s ease-out;
  background-color: #fafafa;
}
.commerce .logosbase .fade-bg.active {
  background-color: #fff;
}
.commerce .logosbase .fade-bg--and-borders {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.commerce .logosbase .fade-bg--and-borders.active {
  border-top-color: #d1d1d1;
  border-bottom-color: #d1d1d1;
}
.commerce .logosbase .fade-bg--cross-fade > * {
  transition: 0.4s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-bg--cross-fade.active > * {
  opacity: 1;
}
.commerce .logosbase hr.fade-divider {
  transition: 0.4s ease-out;
  border-top-color: transparent;
}
.commerce .logosbase hr.fade-divider.active {
  border-top-color: #d1d1d1;
}
.commerce .logosbase .shift-up.delay,
.commerce .logosbase .shift-left.delay,
.commerce .logosbase .fade-in.delay,
.commerce .logosbase .fade-bg.delay {
  transition-delay: 0.1s;
}
.commerce .logosbase .shift-up.delay-xl,
.commerce .logosbase .shift-left.delay-xl,
.commerce .logosbase .fade-in.delay-xl,
.commerce .logosbase .fade-bg.delay-xl {
  transition-delay: 0.8s;
}
@media (prefers-reduced-motion) {
  .commerce .logosbase .shift-up,
  .commerce .logosbase .shift-left,
  .commerce .logosbase .fade-in,
  .commerce .logosbase .fade-bg,
  .commerce .logosbase .fade-bg--cross-fade > *,
  .commerce .logosbase hr.fade-divider {
    transition: initial;
  }
  .commerce .logosbase .shift-up,
  .commerce .logosbase .shift-up.active,
  .commerce .logosbase .shift-left,
  .commerce .logosbase .shift-left.active {
    transform: initial;
  }
  .commerce .logosbase .fade-in,
  .commerce .logosbase .fade-in.active,
  .commerce .logosbase .fade-bg--cross-fade > *,
  .commerce .logosbase .fade-bg--cross-fade.active > * {
    opacity: initial;
  }
  .commerce .logosbase .fade-bg,
  .commerce .logosbase .fade-bg.active {
    background-color: #fff;
    border-top-color: #d1d1d1;
    border-bottom-color: #d1d1d1;
  }
  .commerce .logosbase hr.fade-divider,
  .commerce .logosbase hr.fade-divider.active {
    border-top-color: #d1d1d1;
  }
}
.commerce .logosbase .video-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.commerce .logosbase .video-bg video {
  margin: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .commerce .logosbase .video-bg video {
    max-height: none;
  }
}
.commerce .logosbase .js-video-bg {
  position: relative;
}
.commerce .logosbase .expand-collapse .expand-collapse__btn {
  width: 100%;
}
.commerce .logosbase .icon-btn {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, transform;
  width: 60px;
}
.commerce .logosbase .icon-btn:active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
}
.commerce .logosbase .icon-btn:hover,
.commerce .logosbase .icon-btn:focus {
  background-color: rgba(0, 94, 195, 0.8);
  box-shadow: none;
  transform: scale(1.25);
}
.commerce .logosbase .icon-btn:focus {
  outline: 0 none;
}
.commerce .logosbase .icon-btn--solid {
  background-color: #333;
}
.commerce .logosbase .icon-btn--solid:hover,
.commerce .logosbase .icon-btn--solid:focus {
  background-color: #005ec3;
}
.commerce .logosbase .icon-btn--close:before {
  color: #fff;
  content: 'x';
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.commerce .logosbase .img-popover {
  margin-top: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  position: relative;
  border-bottom: initial;
}
.commerce .logosbase .img-popover:before {
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, transform;
  width: 60px;
  background-image: url(https://files.logoscdn.com/v1/files/45320283/content.svg?signature=ORblfchTFX8f3pF6AuYqsqQeI5I);
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.commerce .logosbase .img-popover:before:active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
}
.commerce .logosbase .img-popover:before:hover,
.commerce .logosbase .img-popover:before:focus {
  box-shadow: none;
  transform: scale(1.25);
}
.commerce .logosbase .img-popover:before:focus {
  outline: 0 none;
}
.commerce .logosbase .img-popover:before--solid {
  background-color: #333;
}
.commerce .logosbase .img-popover:before--magnify {
  background-image: url(https://files.logoscdn.com/v1/files/42436690/content.svg?signature=sEQYEbD9_VB1zpZT6DyQxPvYVng);
}
.commerce .logosbase .img-popover:before--play {
  background-image: url(https://files.logoscdn.com/v1/files/45856154/content.svg?signature=FYbfNbtNxKw1ly9q6v427QNKRh4);
}
.commerce .logosbase .img-popover:before--close:before {
  color: #fff;
  content: 'x';
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.commerce .logosbase .img-popover:hover:before {
  transform: translate(-50%, -50%) scale(1.25);
}
.commerce .logosbase .img-popover img {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.commerce .logosbase .popover-image {
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 72px 32px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commerce .logosbase .popover-image .container {
  overflow: visible;
}
.commerce .logosbase .popover-image__image {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 0;
  position: relative;
}
.commerce .logosbase .popover-image__image img {
  margin-bottom: 0;
  margin-top: 0;
  max-height: 80vh;
}
.commerce .logosbase .popover-image__close {
  position: absolute;
  right: -30px;
  top: -30px;
}
.commerce .logosbase .js-purchase-button-ajax-pdp-link {
  display: inline-block;
}
.commerce body {
  margin: 0;
  padding-bottom: 64px;
}
.commerce *,
.commerce *:before,
.commerce *:after {
  box-sizing: border-box;
}
.commerce .sg-toggle-grid {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border: 0 none;
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
  bottom: 1.5em;
  font-size: 16px;
  position: fixed;
  right: 15px;
  z-index: 9999;
}
.commerce .sg-toggle-grid:visited {
  color: inherit;
}
.commerce .sg-toggle-grid:hover,
.commerce .sg-toggle-grid:focus {
  color: #003976;
}
.commerce .sg-grid-lines {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.commerce .sg-grid-lines__container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  overflow: visible;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .sg-grid-lines__row {
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
.commerce .sg-grid-lines__col {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 8.33333333%;
  outline: 1px solid rgba(255, 0, 0, 0.15);
  height: 100%;
}
.commerce .sg-grid-lines__col-inner {
  background: rgba(255, 0, 0, 0.15);
  height: 100%;
  min-width: 2px;
}
.commerce .logosbase .sg-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .sg-container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .sg-header {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.commerce .logosbase .sg-header__heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #003976;
  font-size: 24px;
}
.commerce .logosbase .sg-header__sub-heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #003976;
  font-size: 18px;
}
.commerce .logosbase .sg-header__sub-heading:first-child {
  margin-top: 1.5em;
}
.commerce .logosbase .sg-header__menu {
  margin: 0.75em 0 0 0;
}
.commerce .logosbase .sg-header a {
  border: 0 none;
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.commerce .logosbase .sg-header a:visited {
  color: inherit;
}
.commerce .logosbase .sg-header a:hover,
.commerce .logosbase .sg-header a:focus {
  color: #003976;
}
@media (min-width: 600px) {
  .commerce .logosbase .sg-nav__row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .commerce .logosbase .sg-nav__item {
    clear: both;
    float: left;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
  }
  .commerce .logosbase .sg-nav__item:nth-of-type(even) {
    clear: none;
    margin-left: 8.33333333%;
  }
}
.commerce .logosbase .sg-section {
  display: none;
}
.commerce .logosbase .sg-section:target {
  display: block;
}
.commerce .logosbase .sg-section__header {
  background-color: #003976;
}
.commerce .logosbase .sg-section__heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0.375em 0.75em;
  text-align: center;
}
.commerce .logosbase .sg-section--preview {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  height: 100%;
  opacity: 0.95;
  overflow: hidden;
  position: fixed;
  right: 1.5em;
  top: 1.5em;
  transform: scale(0.5);
  transform-origin: top right;
  width: 100%;
  z-index: 9999;
}
.commerce .logosbase .sg-heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border-top: 0.1875em solid #003976;
  border-bottom: 0.1875em solid #003976;
  color: #003976;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0.75em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}
.commerce .logosbase .sg-label,
.commerce .logosbase .sg-note {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #ddd;
  color: #aaa;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0.75em;
  text-decoration: none;
}
.commerce .logosbase .sg-label {
  cursor: pointer;
  overflow-x: auto;
  position: relative;
  transition: all 0.3s ease;
}
.commerce .logosbase .sg-label:after {
  background-color: rgba(0, 0, 0, 0.13);
  color: #fff;
  content: 'Click to copy';
  display: block;
  font-weight: bold;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: background-color 0.3s ease;
  width: 10em;
}
.commerce .logosbase .sg-label--copied:after {
  content: 'Copied!';
}
.commerce .logosbase .sg-label:visited {
  color: #aaa;
}
.commerce .logosbase .sg-label:hover,
.commerce .logosbase .sg-label:focus {
  border-color: #222;
  color: #222;
}
.commerce .logosbase .sg-label:hover:after {
  background-color: #000;
}
.commerce .logosbase a.sg-label:after {
  display: none;
}
.commerce .logosbase .sg-note {
  border-color: #003976;
  color: #003976;
  margin-bottom: 0.75em;
}
.commerce .logosbase .sg-note:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .sg-note:before {
  background-color: #003976;
  border-radius: 100%;
  color: #fff;
  content: 'i';
  display: inline-block;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  margin-right: 0.375em;
  text-align: center;
  width: 1.5em;
}
.commerce .logosbase .sg-dark-bg {
  background: #4a4a4a;
  margin-top: 0;
  padding: 0.75em;
}
.commerce .logosbase .sg-off-black-bg {
  background: #333;
  overflow: hidden;
  margin: 0;
}
.commerce .logosbase #minor-buttons div.sg-container a {
  margin-bottom: 30px;
  margin-top: 6px;
}
.commerce .logosbase #minor-buttons div.sg-container span {
  width: 100%;
  min-height: 50px;
}
.commerce .logosbase #minor-buttons div.sg-container .buttons-columns-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.commerce .logosbase #minor-buttons div.sg-container .buttons-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  margin-top: 0;
  padding: 0 10px;
}
.commerce .logosbase #principles-typography div.sg-container .sg-label {
  margin-top: 36px;
}
.commerce .logosbase #principles-typography div.sg-container .sg-heading {
  margin-top: 12px;
}
.commerce .logosbase_l8 .h-descriptor {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  color: #666666;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
}
.commerce .logosbase_l8 .h-descriptor:first-child {
  margin-top: 0;
}
.commerce .logosbase_l8 .h-descriptor--strong {
  color: #06296c;
  font-weight: bold;
}
.commerce .logosbase_l8 .section--narrow.section--smush-bottom .h-descriptor {
  margin-top: -24px;
}
.commerce .logosbase_l8 .section--super-narrow.section--smush-bottom .h-descriptor {
  margin-top: 24px;
}
.commerce .logosbase_l8 .h-neutral {
  color: #06296c;
}
.commerce .logosbase_l8 .h-ruled:before,
.commerce .logosbase_l8 .h-ruled:after {
  content: '';
  background: #06296c;
  height: 2px;
  width: 24px;
}
.commerce .logosbase_l8 .h-ruled:before {
  display: block;
  margin-bottom: 4px;
}
.commerce .logosbase_l8 .h-ruled:after {
  display: none;
  margin-top: 4px;
}
.commerce .logosbase_l8 .h-ruled.h-descriptor:before {
  margin-bottom: 16px;
}
.commerce .logosbase_l8 .h-ruled.h-descriptor:after {
  margin-top: 16px;
}
.commerce .logosbase_l8 .h-ruled--light:before,
.commerce .logosbase_l8 .h-ruled--light:after {
  background-color: #56a7ff;
}
.commerce .logosbase_l8 .h-ruled--neutral:before,
.commerce .logosbase_l8 .h-ruled.h-descriptor:before,
.commerce .logosbase_l8 .h-ruled--neutral:after,
.commerce .logosbase_l8 .h-ruled.h-descriptor:after {
  background-color: #666666;
}
.commerce .logosbase_l8 .h-ruled--center {
  text-align: center;
}
.commerce .logosbase_l8 .h-ruled--center:before,
.commerce .logosbase_l8 .h-ruled--center:after {
  margin-left: auto;
  margin-right: auto;
}
.commerce .logosbase_l8 .h-ruled--right {
  padding-top: 4px;
  position: relative;
  text-align: right;
}
.commerce .logosbase_l8 .h-ruled--right:before,
.commerce .logosbase_l8 .h-ruled--right:after {
  margin: 0;
  position: absolute;
  right: 0;
}
.commerce .logosbase_l8 .h-ruled--right:before {
  top: 0;
}
.commerce .logosbase_l8 .h-ruled--right:after {
  bottom: 0;
}
.commerce .logosbase_l8 .h-ruled--right.h-descriptor {
  padding-top: 16px;
}
.commerce .logosbase_l8 .h-ruled--under:before {
  display: none;
}
.commerce .logosbase_l8 .h-ruled--under:after {
  display: block;
}
.commerce .logosbase_l8 .h-ruled--under.h-descriptor:before {
  margin-bottom: 16px;
}
.commerce .logosbase_l8 .h-ruled--under.h-descriptor:after {
  margin-top: 16px;
}
.commerce .logosbase_l8 .h-ruled--under.h-ruled--right {
  padding-top: 0;
  padding-bottom: 4px;
}
.commerce .logosbase_l8 .h-ruled--under.h-ruled--right.h-descriptor {
  padding-bottom: 16px;
}
.commerce .logosbase_l8 .h-ruled--under.h-ruled--right.h-descriptor:before,
.commerce .logosbase_l8 .h-ruled--under.h-ruled--right.h-descriptor:after {
  margin: 0;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .h-ruled:before {
    margin-bottom: 24px;
  }
  .commerce .logosbase_l8 .h-ruled:after {
    margin-top: 24px;
  }
  .commerce .logosbase_l8 .h-ruled.h-descriptor:before {
    margin-bottom: 16px;
  }
  .commerce .logosbase_l8 .h-ruled.h-descriptor:after {
    margin-top: 16px;
  }
  .commerce .logosbase_l8 .h-ruled--right {
    padding-top: 24px;
  }
  .commerce .logosbase_l8 .h-ruled--right:before,
  .commerce .logosbase_l8 .h-ruled--right:after {
    margin: 0;
  }
  .commerce .logosbase_l8 .h-ruled--right.h-descriptor {
    padding-top: 16px;
  }
  .commerce .logosbase_l8 .h-ruled--under.h-ruled--right {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .commerce .logosbase_l8 .h-ruled--under.h-ruled--right.h-descriptor {
    padding-bottom: 16px;
  }
}
.commerce .logosbase_l8 .card-pair {
  padding: 24px 0;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase_l8 .card-pair__card {
  margin-top: 0;
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.commerce .logosbase_l8 .card-pair__card:last-child {
  margin-top: 24px;
}
.commerce .logosbase_l8 .card-pair__card-inner {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 580px) {
  .commerce .logosbase_l8 .card-pair__card {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .commerce .logosbase_l8 .card-pair__card {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase_l8 .card-pair__card:first-child {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase_l8 .card-pair__card:last-child {
    margin-top: 0;
  }
}
.commerce .logosbase_l8 .carousel {
  overflow-x: auto;
}
.commerce .logosbase_l8 .carousel__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}
.commerce .logosbase_l8 .carousel__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase_l8 .carousel__inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  font-size: 0;
  white-space: nowrap;
}
.commerce .logosbase_l8 .carousel__item {
  display: inline-block;
  flex-shrink: 0;
  margin-top: 0;
  width: 100%;
}
.commerce .logosbase_l8 .carousel__item--positioned {
  display: inline-flex;
  position: relative;
  right: -50%;
  transition: opacity 0.3s ease;
}
.commerce .logosbase_l8 .carousel__item--positioned .carousel__item-inner {
  display: flex;
  padding: 0 15px;
}
.commerce .logosbase_l8 .carousel__bullet-nav {
  margin-top: 4px;
  text-align: center;
}
.commerce .logosbase_l8 .carousel__bullet-nav--shadowless {
  margin-top: 24px;
}
.commerce .logosbase_l8 .carousel__bullet {
  background-color: #d1d1d1;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  margin: 0 6px;
  width: 12px;
}
.commerce .logosbase_l8 .carousel__bullet:hover,
.commerce .logosbase_l8 .carousel__bullet:focus {
  background-color: #898d8d;
}
.commerce .logosbase_l8 .carousel__bullet--active,
.commerce .logosbase_l8 .carousel__bullet--active:hover,
.commerce .logosbase_l8 .carousel__bullet--active:focus {
  background-color: #005ec3;
}
.commerce .logosbase_l8 .media--bleed {
  overflow: visible;
}
.commerce .logosbase_l8 .media--bleed .media__section:first-child {
  padding-left: 0;
}
.commerce .logosbase_l8 .media--bleed.media--reverse .media__section:first-child {
  padding-left: 15px;
  padding-right: 0;
}
@media screen and (min-width: 580px) {
  .commerce .logosbase_l8 .media--bleed .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    float: none;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:first-child {
    padding-left: 0;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:last-child {
    margin-top: 24px;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase_l8 .media--bleed .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 91.66666667%;
    position: static;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:last-child {
    margin-left: 0;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section:first-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase_l8 .media--bleed {
    align-items: center;
    display: flex;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:first-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
    direction: rtl;
    padding: 0 15px;
    position: static;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:first-child img {
    max-width: 150%;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:last-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-left: 8.33333333%;
    margin-top: 0;
    position: static;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse {
    flex-direction: row-reverse;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section:first-child {
    margin-left: 8.33333333%;
    direction: ltr;
    float: right;
    padding: 0 15px;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section:last-child {
    float: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .commerce .logosbase_l8 .media--bleed .media__section:first-child img {
    max-width: 200%;
  }
}
.commerce .logosbase_l8 .three-facts__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase_l8 .three-facts__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase_l8 .three-facts__inner {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
.commerce .logosbase_l8 .three-facts__fact {
  border-bottom: 2px solid #8b9bbd;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  margin-top: 0;
  padding: 32px 0 48px 0;
  text-align: center;
}
.commerce .logosbase_l8 .three-facts__text {
  margin-top: 8px;
}
.commerce .logosbase_l8 .three-facts__text--big {
  font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 900;
  color: #005ec3;
  margin-top: 8px;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .three-facts__text--big {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase_l8 .three-facts__text--big:first-child {
  margin-top: 0;
}
@media (min-width: 700px) {
  .commerce .logosbase_l8 .three-facts__inner {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    max-width: none;
  }
  .commerce .logosbase_l8 .three-facts__fact {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    border-bottom: 0 none;
    padding: 0 30px;
    position: static;
  }
  .commerce .logosbase_l8 .three-facts__fact:before {
    background-color: #666666;
    content: '';
    display: block;
    height: 100%;
    max-height: 180px;
    position: absolute;
    top: 12px;
    margin-left: -30px;
    width: 1px;
  }
  .commerce .logosbase_l8 .three-facts__fact:first-child:before {
    display: none;
  }
  .commerce .logosbase_l8 .three-facts__text {
    font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  }
  .commerce .logosbase_l8 .three-facts__text--big {
    font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
    display: block;
    margin-bottom: 0;
    margin-top: 24px;
    color: #06296c;
    font-weight: 900;
    color: #005ec3;
    margin-top: 8px;
  }
  .commerce .logosbase_l8 .three-facts__text--big:first-child {
    margin-top: 0;
  }
}
@media (min-width: 700px) and (min-width: 1160px) {
  .commerce .logosbase_l8 .three-facts__text--big {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
@media (min-width: 700px) and (min-width: 1160px) {
  .commerce .logosbase_l8 .three-facts__fact:before {
    max-height: 200px;
  }
}
.commerce .logosbase .two-col__inner {
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase .two-col__column-first,
.commerce .logosbase .two-col__column-second {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 41.66666667%;
  margin-top: 0;
  text-align: left;
}
.commerce .logosbase .two-col__column-second {
  margin-left: 16.66666667%;
}
@media (max-width: 1160px) {
  .commerce .logosbase .two-col__column-first,
  .commerce .logosbase .two-col__column-second {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
  }
}
.commerce .logosbase_l8 .accordion-list {
  font: 18px/24px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  list-style: none;
  padding-left: 15px;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .accordion-list {
    font: 18px/22px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase_l8 .accordion-list__item {
  cursor: pointer;
  margin-top: 12px;
  position: relative;
}
.commerce .logosbase_l8 .accordion-list__item:before {
  content: '\25b6';
  display: inline-block;
  font-size: 0.5em;
  left: -15px;
  line-height: 1;
  margin-top: 0.6em;
  position: absolute;
}
.commerce .logosbase_l8 .accordion-list__item:first-child {
  margin-top: 0;
}
.commerce .logosbase_l8 .accordion-list__item--open:before {
  transform: rotate(90deg);
}
.commerce .logosbase_l8 .accordion-list__item--open .accordion-list__section {
  display: block;
}
.commerce .logosbase_l8 .accordion-list__section {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  display: none;
  margin-top: 4px;
}
.commerce .logosbase_l8 .attentionblock {
  margin-top: 0;
  padding: 24px 90px;
  background-color: #ececec;
}
.commerce .logosbase_l8 .attentionblock h1 {
  padding-top: 12px 0;
}
.commerce .logosbase_l8 .attentionblock__desc {
  padding-bottom: 12px;
}
.commerce .logosbase_l8 .attentionblock__desc a:active,
.commerce .logosbase_l8 .attentionblock__desc a:visited,
.commerce .logosbase_l8 .attentionblock__desc a:hover {
  color: #005ec3;
  text-decoration: none;
  border: none;
}
@media (max-width: 1160px) {
  .commerce .logosbase_l8 .attentionblock {
    padding: 24px 30px;
  }
  .commerce .logosbase_l8 .attentionblock__desc {
    padding-bottom: 0;
  }
}
.commerce .logosbase_l8 .quote-card {
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}
.commerce .logosbase_l8 .quote-card:last-child {
  margin-bottom: 20px;
}
.commerce .logosbase_l8 .quote-card__image {
  width: 100%;
}
.commerce .logosbase_l8 .quote-card__text {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  margin-top: 0;
  padding: 24px 30px 24px 30px;
  white-space: normal;
}
.commerce .logosbase_l8 .quote-card__blockquote {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.commerce .logosbase_l8 .quote-card__blockquote-footer {
  color: #06296c;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 500px) {
  .commerce .logosbase_l8 .quote-card {
    margin-left: auto;
    margin-right: auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .quote-card {
    width: 33.33333333%;
  }
}
.commerce .logosbase_l8 .carousel-resource {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  position: relative;
}
.commerce .logosbase_l8 .carousel-resource .carousel-resource__scrim {
  opacity: 0.85;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute !important;
  margin: auto;
  margin-top: 0;
  left: 0;
  top: 0;
}
.commerce .logosbase_l8 .carousel-resource .carousel-resource__scrim-text {
  text-align: center;
  line-height: 1.33;
  margin-top: 45%;
  color: #333333;
}
@media (max-width: 1160px) {
  .commerce .logosbase_l8 .carousel-resource {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
}
@media (max-width: 1160px) {
  .commerce .logosbase_l8 .carousel-resource {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 66.66666667%;
  }
}
.commerce .logosbase_l8 .bp-legend svg {
  vertical-align: top;
  margin-right: 12px;
  margin-top: 0;
}
.commerce .logosbase_l8 .attention-bar {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #e00000;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.commerce .logosbase_l8 .attention-bar .h-super,
.commerce .logosbase_l8 .attention-bar h1,
.commerce .logosbase_l8 .attention-bar .h1,
.commerce .logosbase_l8 .attention-bar h2,
.commerce .logosbase_l8 .attention-bar .h2,
.commerce .logosbase_l8 .attention-bar h3,
.commerce .logosbase_l8 .attention-bar .h3,
.commerce .logosbase_l8 .attention-bar h4,
.commerce .logosbase_l8 .attention-bar .h4,
.commerce .logosbase_l8 .attention-bar h5,
.commerce .logosbase_l8 .attention-bar .h5,
.commerce .logosbase_l8 .attention-bar h6,
.commerce .logosbase_l8 .attention-bar .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar a:not(.btn):hover,
.commerce .logosbase_l8 .attention-bar a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .attention-bar .h-super,
.commerce .logosbase_l8 .attention-bar h1,
.commerce .logosbase_l8 .attention-bar .h1,
.commerce .logosbase_l8 .attention-bar h2,
.commerce .logosbase_l8 .attention-bar .h2,
.commerce .logosbase_l8 .attention-bar h3,
.commerce .logosbase_l8 .attention-bar .h3,
.commerce .logosbase_l8 .attention-bar h4,
.commerce .logosbase_l8 .attention-bar .h4,
.commerce .logosbase_l8 .attention-bar h5,
.commerce .logosbase_l8 .attention-bar .h5,
.commerce .logosbase_l8 .attention-bar h6,
.commerce .logosbase_l8 .attention-bar .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar .h-descriptor {
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar .h-ruled:before,
.commerce .logosbase_l8 .attention-bar .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase_l8 .attention-bar a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar a:not(.btn):hover,
.commerce .logosbase_l8 .attention-bar a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .attention-bar__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.commerce .logosbase_l8 .attention-bar__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase_l8 .attention-bar__btn {
  min-width: 124px;
}
.commerce .logosbase_l8 .attention-bar--big {
  background-color: #005ec3;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .attention-bar__inner {
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
    display: flex;
  }
  .commerce .logosbase_l8 .attention-bar__section {
    margin-top: 0;
    text-align: left;
  }
  .commerce .logosbase_l8 .attention-bar__section:first-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 75%;
  }
  .commerce .logosbase_l8 .attention-bar__section:last-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
  .commerce .logosbase_l8 .attention-bar__btn {
    min-width: none;
    width: 100%;
  }
  .commerce .logosbase_l8 .attention-bar--big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .commerce .logosbase_l8 .attention-bar--big .attention-bar__section:first-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
    margin-left: 8.33333333%;
  }
  .commerce .logosbase_l8 .attention-bar--big .attention-bar__section:last-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .attention-bar {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .commerce .logosbase_l8 .attention-bar--big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .commerce .logosbase_l8 .attention-bar--big .attention-bar__section:first-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-left: 16.66666667%;
  }
  .commerce .logosbase_l8 .attention-bar--big .attention-bar__section:last-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
}
.commerce .logosbase_l8 .video-header {
  background-color: #ebebeb;
  overflow: visible;
  margin-top: 0;
}
.commerce .logosbase_l8 .video-header__main-container,
.commerce .logosbase_l8 .video-header__video-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
.commerce .logosbase_l8 .video-header__main-container:after,
.commerce .logosbase_l8 .video-header__video-container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase_l8 .video-header__main-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase_l8 .video-header__main {
  margin-top: 0;
  min-height: 304px;
}
.commerce .logosbase_l8 .video-header__main--dark {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.commerce .logosbase_l8 .video-header__main--dark .h-super,
.commerce .logosbase_l8 .video-header__main--dark h1,
.commerce .logosbase_l8 .video-header__main--dark .h1,
.commerce .logosbase_l8 .video-header__main--dark h2,
.commerce .logosbase_l8 .video-header__main--dark .h2,
.commerce .logosbase_l8 .video-header__main--dark h3,
.commerce .logosbase_l8 .video-header__main--dark .h3,
.commerce .logosbase_l8 .video-header__main--dark h4,
.commerce .logosbase_l8 .video-header__main--dark .h4,
.commerce .logosbase_l8 .video-header__main--dark h5,
.commerce .logosbase_l8 .video-header__main--dark .h5,
.commerce .logosbase_l8 .video-header__main--dark h6,
.commerce .logosbase_l8 .video-header__main--dark .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn):hover,
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark .h-super,
.commerce .logosbase_l8 .video-header__main--dark h1,
.commerce .logosbase_l8 .video-header__main--dark .h1,
.commerce .logosbase_l8 .video-header__main--dark h2,
.commerce .logosbase_l8 .video-header__main--dark .h2,
.commerce .logosbase_l8 .video-header__main--dark h3,
.commerce .logosbase_l8 .video-header__main--dark .h3,
.commerce .logosbase_l8 .video-header__main--dark h4,
.commerce .logosbase_l8 .video-header__main--dark .h4,
.commerce .logosbase_l8 .video-header__main--dark h5,
.commerce .logosbase_l8 .video-header__main--dark .h5,
.commerce .logosbase_l8 .video-header__main--dark h6,
.commerce .logosbase_l8 .video-header__main--dark .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark .h-descriptor {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark .h-ruled:before,
.commerce .logosbase_l8 .video-header__main--dark .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn):hover,
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark .video-header__video-heading {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main-inner {
  align-items: center;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
}
.commerce .logosbase_l8 .video-header__main-content {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.commerce .logosbase_l8 .video-header__video-inner {
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 264px;
  padding-top: 32px;
  text-align: center;
}
.commerce .logosbase_l8 .video-header__video-inner a {
  border: 0 none;
}
.commerce .logosbase_l8 .video-header__video-inner--dark {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #005ec3;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .h-super,
.commerce .logosbase_l8 .video-header__video-inner--dark h1,
.commerce .logosbase_l8 .video-header__video-inner--dark .h1,
.commerce .logosbase_l8 .video-header__video-inner--dark h2,
.commerce .logosbase_l8 .video-header__video-inner--dark .h2,
.commerce .logosbase_l8 .video-header__video-inner--dark h3,
.commerce .logosbase_l8 .video-header__video-inner--dark .h3,
.commerce .logosbase_l8 .video-header__video-inner--dark h4,
.commerce .logosbase_l8 .video-header__video-inner--dark .h4,
.commerce .logosbase_l8 .video-header__video-inner--dark h5,
.commerce .logosbase_l8 .video-header__video-inner--dark .h5,
.commerce .logosbase_l8 .video-header__video-inner--dark h6,
.commerce .logosbase_l8 .video-header__video-inner--dark .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn):hover,
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .h-super,
.commerce .logosbase_l8 .video-header__video-inner--dark h1,
.commerce .logosbase_l8 .video-header__video-inner--dark .h1,
.commerce .logosbase_l8 .video-header__video-inner--dark h2,
.commerce .logosbase_l8 .video-header__video-inner--dark .h2,
.commerce .logosbase_l8 .video-header__video-inner--dark h3,
.commerce .logosbase_l8 .video-header__video-inner--dark .h3,
.commerce .logosbase_l8 .video-header__video-inner--dark h4,
.commerce .logosbase_l8 .video-header__video-inner--dark .h4,
.commerce .logosbase_l8 .video-header__video-inner--dark h5,
.commerce .logosbase_l8 .video-header__video-inner--dark .h5,
.commerce .logosbase_l8 .video-header__video-inner--dark h6,
.commerce .logosbase_l8 .video-header__video-inner--dark .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .h-descriptor {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .h-ruled:before,
.commerce .logosbase_l8 .video-header__video-inner--dark .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn):hover,
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .video-header__video-heading {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-heading {
  font: 28px / 34px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  color: #005ec3;
}
.commerce .logosbase_l8 .video-header__video-sub-heading {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  margin-top: 8px;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .video-header__video-sub-heading {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase_l8 .video-header__video-sub-heading:first-child {
  margin-top: 0;
}
.commerce .logosbase_l8 .video-header__video-inner {
  position: relative;
}
.commerce .logosbase_l8 .video-header__play-btn-container {
  bottom: 85px;
  left: 50%;
  position: absolute;
}
.commerce .logosbase_l8 .video-header__play-btn {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: 70px;
  margin-left: -35px;
  position: relative;
  transition: background-color 0.4s ease;
  width: 70px;
}
.commerce .logosbase_l8 .video-header__play-btn:focus,
.commerce .logosbase_l8 .video-header__play-btn:active,
.commerce .logosbase_l8 .video-header__play-btn:hover {
  background-color: rgba(115, 133, 159, 0.5);
}
.commerce .logosbase_l8 .video-header__play-icon {
  height: 33.333%;
  left: 50%;
  margin: -16.6665% 0 0 -11.111%;
  position: absolute;
  top: 50%;
  width: 33.333%;
}
@media (min-width: 500px) {
  .commerce .logosbase_l8 .video-header__main-content {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 66.66666667%;
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .video-header__main,
  .commerce .logosbase_l8 .video-header__main-inner {
    min-height: 384px;
  }
  .commerce .logosbase_l8 .video-header__video-inner {
    min-height: 384px;
  }
  .commerce .logosbase_l8 .video-header__video-inner {
    padding-top: 24px;
  }
  .commerce .logosbase_l8 .video-header__video-heading {
    font: 36px / 44px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase_l8 .video-header__video-sub-heading {
    margin-top: 12px;
  }
  .commerce .logosbase_l8 .video-header__play-btn-container {
    bottom: 181px;
  }
}
@media (min-width: 997px) {
  .commerce .logosbase_l8 .video-header__main {
    min-height: 768px;
  }
  .commerce .logosbase_l8 .video-header__video-container {
    margin-top: -384px;
  }
  .commerce .logosbase_l8 .video-header__video-inner {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .video-header__video-heading {
    font: 30px / 36px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase_l8 .u-br-sm,
.commerce .logosbase_l8 .u-br-md,
.commerce .logosbase_l8 .u-br-lg {
  clear: both;
  display: none;
  margin-top: 0;
}
@media (max-width: 1159px) {
  .commerce .logosbase_l8 .u-br-sm {
    display: block;
  }
}
@media (min-width: 1160px) and (max-width: 1159px) {
  .commerce .logosbase_l8 .u-br-md {
    display: block;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .u-br-lg {
    display: block;
  }
}
.commerce .logosbase_l8 .u-smush {
  margin-top: 0 !important;
}
@media (max-width: 1159px) {
  .commerce .logosbase_l8 .u-smush-sm {
    margin-top: 0 !important;
  }
}
@media (min-width: 1160px) and (max-width: 1159px) {
  .commerce .logosbase_l8 .u-smush-md {
    margin-top: 0 !important;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .u-smush-lg {
    margin-top: 0 !important;
  }
}
.commerce .logosbase_l8 .u-minor-smush {
  margin-top: 8px !important;
}
@media (max-width: 1159px) {
  .commerce .logosbase_l8 .u-minor-smush-sm {
    margin-top: 8px !important;
  }
}
@media (min-width: 1160px) and (max-width: 1159px) {
  .commerce .logosbase_l8 .u-minor-smush-md {
    margin-top: 8px !important;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .u-minor-smush-lg {
    margin-top: 8px !important;
  }
}

.commerce .logosbase .var-primary-color {
  background-color: #005ec3;
}
.commerce .logosbase .var-primary-color-hover {
  background-color: #004590;
}
.commerce .logosbase .var-secondary-color {
  background-color: #f66500;
}
.commerce .logosbase .var-secondary-color-hover {
  background-color: #cd5002;
}
.commerce .logosbase .var-black {
  background-color: #000;
}
.commerce .logosbase .var-off-black {
  background-color: #333;
}
.commerce .logosbase .var-dark-gray {
  background-color: #666666;
}
.commerce .logosbase .var-med-gray {
  background-color: #898d8d;
}
.commerce .logosbase .var-light-gray {
  background-color: #d1d1d1;
}
.commerce .logosbase .var-lighter-gray {
  background-color: #ebebeb;
}
.commerce .logosbase .var-off-white {
  background-color: #f6f6f6;
}
.commerce .logosbase .var-white {
  background-color: #fff;
}
.commerce .logosbase .var-primary-color,
.commerce .logosbase .var-primary-color-hover,
.commerce .logosbase .var-secondary-color,
.commerce .logosbase .var-secondary-color-hover,
.commerce .logosbase .var-black,
.commerce .logosbase .var-off-black,
.commerce .logosbase .var-dark-gray,
.commerce .logosbase .var-med-gray,
.commerce .logosbase .var-light-gray,
.commerce .logosbase .var-light-gray,
.commerce .logosbase .var-off-white,
.commerce .logosbase .var-white {
  display: block;
  height: 100px;
  margin-top: 0;
  width: 100px;
}
.commerce .var-font-primary {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.commerce .var-font-secondary {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
.commerce .var-font-monospace {
  font-family: monospace;
}
.commerce .var-font-size-super-sm {
  font-size: 42px;
  line-height: 46px;
}
.commerce .var-font-size-h1-sm {
  font-size: 36px;
  line-height: 42px;
}
.commerce .var-font-size-h2-sm {
  font-size: 28px;
  line-height: 34px;
}
.commerce .var-font-size-h3-sm {
  font-size: 22px;
  line-height: 28px;
}
.commerce .var-font-size-h4-sm {
  font-size: 18px;
  line-height: 24px;
}
.commerce .var-font-size-h5-sm {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-h6-sm {
  font-size: 24px;
  line-height: 28px;
}
.commerce .var-font-size-super-md {
  font-size: 48px;
  line-height: 50px;
}
.commerce .var-font-size-h1-md {
  font-size: 36px;
  line-height: 44px;
}
.commerce .var-font-size-h2-md {
  font-size: 28px;
  line-height: 34px;
}
.commerce .var-font-size-h3-md {
  font-size: 22px;
  line-height: 26px;
}
.commerce .var-font-size-h4-md {
  font-size: 18px;
  line-height: 22px;
}
.commerce .var-font-size-h5-md {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-super-lg {
  font-size: 64px;
  line-height: 64px;
}
.commerce .var-font-size-h1-lg {
  font-size: 52px;
  line-height: 55px;
}
.commerce .var-font-size-h2-lg {
  font-size: 30px;
  line-height: 36px;
}
.commerce .var-font-size-h3-lg {
  font-size: 22px;
  line-height: 28px;
}
.commerce .var-font-size-h4-lg {
  font-size: 18px;
  line-height: 22px;
}
.commerce .var-font-size-h5-lg {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-b1 {
  font-size: 18px;
  line-height: 24px;
}
.commerce .var-font-size-b2 {
  font-size: 16px;
  line-height: 22px;
}
.commerce .var-font-size-b3 {
  font-size: 14px;
  line-height: 20px;
}
.commerce .var-font-size-b4 {
  font-size: 13px;
  line-height: 18px;
}
.commerce .var-font-size-b5 {
  font-size: 12px;
  line-height: 16px;
}
.commerce .var-font-size-ui1 {
  font-size: 18px;
  line-height: 18px;
}
.commerce .var-font-size-ui2 {
  font-size: 16px;
  line-height: 16px;
}
.commerce .var-font-size-ui3 {
  font-size: 14px;
  line-height: 14px;
}
.commerce .var-font-size-ui4 {
  font-size: 13px;
  line-height: 13px;
}
.commerce .var-font-size-ui5 {
  font-size: 12px;
  line-height: 12px;
}
.commerce .var-font-size-small {
  font-size: 14px;
  line-height: 18px;
}
.commerce .var-font-size-extra-small {
  font-size: 12px;
  line-height: 16px;
}
.commerce #site-inner,
.commerce #bd,
.commerce #main {
  width: auto !important;
}
.commerce #ft {
  margin-left: auto !important;
  margin-right: auto !important;
}
.commerce body {
  min-width: 0;
}
.commerce #site > .header,
.commerce #site-inner > .header,
.commerce #site > .section,
.commerce #site-inner > .section,
.commerce #site > .footer,
.commerce #site-inner > .footer {
  width: 100%;
}
@media screen and (max-width: 699px) {
  .commerce #hd,
  .commerce #ft,
  .commerce .site-notifications-list,
  .commerce #ajaxnotifications {
    display: none !important;
  }
}
.commerce .logosbase {
  color: #333;
  display: relative;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.commerce .logosbase *,
.commerce .logosbase *:before,
.commerce .logosbase *:after {
  box-sizing: border-box;
}
.commerce .logosbase * + * {
  margin-top: 12px;
}
.commerce .logosbase .wistia_responsive_padding,
.commerce .logosbase audio,
.commerce .logosbase canvas,
.commerce .logosbase embed,
.commerce .logosbase iframe,
.commerce .logosbase object,
.commerce .logosbase picture,
.commerce .logosbase video {
  display: block;
  margin: 24px 0;
  max-width: 100%;
}
.commerce .logosbase .wistia_responsive_padding:first-child,
.commerce .logosbase audio:first-child,
.commerce .logosbase canvas:first-child,
.commerce .logosbase embed:first-child,
.commerce .logosbase iframe:first-child,
.commerce .logosbase object:first-child,
.commerce .logosbase picture:first-child,
.commerce .logosbase video:first-child {
  margin-top: 0;
}
.commerce .logosbase .wistia_responsive_padding:last-child,
.commerce .logosbase audio:last-child,
.commerce .logosbase canvas:last-child,
.commerce .logosbase embed:last-child,
.commerce .logosbase iframe:last-child,
.commerce .logosbase object:last-child,
.commerce .logosbase picture:last-child,
.commerce .logosbase video:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .wistia_embed * {
  margin-top: auto;
}
.commerce .logosbase audio:not([controls]) {
  display: none;
  height: 0;
}
.commerce .logosbase img,
.commerce .logosbase svg {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.commerce .logosbase img {
  border-style: none;
}
.commerce .logosbase svg:not(:root) {
  overflow: hidden;
}
.commerce .logosbase video {
  display: inline-block;
}
.commerce .logosbase a {
  border-bottom: 2px solid transparent;
  color: #1e91d6;
  font: inherit;
  position: relative;
  text-decoration: none;
  transition-property: color, border-color;
  transition: 0.3s ease;
  -webkit-text-decoration-skip: objects;
}
.commerce .logosbase a:active,
.commerce .logosbase a:hover,
.commerce .logosbase a:focus {
  border-color: #399eda;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase a:visited {
  color: #1e91d6;
}
.commerce .logosbase a.image-link:active,
.commerce .logosbase a.image-link:hover,
.commerce .logosbase a.image-link:focus {
  border-color: transparent;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase table {
  border-collapse: collapse;
  border: 0 none;
  display: inline-block;
  margin: 24px 0;
  max-height: 100vh;
  max-width: 100%;
  min-height: 0;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  vertical-align: top;
}
.commerce .logosbase table:first-child {
  margin-top: 0;
}
.commerce .logosbase table:last-child {
  margin-bottom: 0;
}
.commerce .logosbase table caption {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  caption-side: top;
  color: inherit;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  text-align: left;
}
@media (min-width: 1160px) {
  .commerce .logosbase table caption {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase table caption:first-child {
  margin-top: 0;
}
.commerce .logosbase table th,
.commerce .logosbase table td {
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  max-height: 144px;
  text-align: left;
  vertical-align: top;
}
.commerce .logosbase table thead th {
  border-bottom: 1px solid #d1d1d1;
  vertical-align: bottom;
}
.commerce .logosbase table tbody > tr:last-child th,
.commerce .logosbase table tfoot > tr:last-child th,
.commerce .logosbase table tbody > tr:last-child td,
.commerce .logosbase table tfoot > tr:last-child td {
  border-bottom: 0 none;
}
.commerce .logosbase table tfoot > tr:first-child th,
.commerce .logosbase table tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
}
.commerce .logosbase p {
  color: inherit;
  font: inherit;
  margin-bottom: 0;
}
.commerce .logosbase p:first-child {
  margin-top: 0;
}
.commerce .logosbase small {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
.commerce .logosbase .small {
  font-size: 14px;
  line-height: 18px;
}
.commerce .logosbase .extra-small {
  font-size: 12px;
}
.commerce .logosbase ol,
.commerce .logosbase ul,
.commerce .logosbase dl {
  margin-bottom: 0;
  text-align: left;
}
.commerce .logosbase ol ol,
.commerce .logosbase ul ol,
.commerce .logosbase dl ol,
.commerce .logosbase ol ul,
.commerce .logosbase ul ul,
.commerce .logosbase dl ul {
  margin-top: 0;
}
.commerce .logosbase ol,
.commerce .logosbase ul {
  padding-left: 30px;
}
.commerce .logosbase ol li,
.commerce .logosbase ul li {
  padding: 0;
  margin: 0;
}
.commerce .logosbase dt,
.commerce .logosbase dfn {
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
.commerce .logosbase dd {
  margin: 0;
  padding-left: 30px;
}
.commerce .logosbase .list-flush {
  list-style: none;
  padding-left: 0;
}
.commerce .logosbase .list-flush dd {
  padding-left: 0;
}
.commerce .logosbase .list-spaced li + li {
  margin-top: 12px;
}
.commerce .logosbase hr {
  border: 0 none;
  border-top: 1px solid #898d8d;
  margin: 24px 0;
}
.commerce .logosbase hr:first-child {
  margin-top: 0;
}
.commerce .logosbase hr:last-child {
  margin-bottom: 0;
}
.commerce .logosbase abbr,
.commerce .logosbase b,
.commerce .logosbase strong,
.commerce .logosbase code,
.commerce .logosbase kbd,
.commerce .logosbase samp,
.commerce .logosbase cite,
.commerce .logosbase del,
.commerce .logosbase s,
.commerce .logosbase dfn,
.commerce .logosbase em,
.commerce .logosbase i,
.commerce .logosbase ins,
.commerce .logosbase mark,
.commerce .logosbase output,
.commerce .logosbase q,
.commerce .logosbase sub,
.commerce .logosbase sup,
.commerce .logosbase time,
.commerce .logosbase u,
.commerce .logosbase var {
  margin-top: 0;
}
.commerce .logosbase abbr {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.commerce .logosbase address {
  font-style: normal;
}
.commerce .logosbase b,
.commerce .logosbase strong {
  font-weight: bold;
}
.commerce .logosbase code,
.commerce .logosbase kbd,
.commerce .logosbase samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.commerce .logosbase cite {
  font-style: normal;
}
.commerce .logosbase del,
.commerce .logosbase s {
  text-decoration: line-through;
}
.commerce .logosbase dfn,
.commerce .logosbase em,
.commerce .logosbase i {
  font-style: italic;
}
.commerce .logosbase ins {
  text-decoration: underline;
}
.commerce .logosbase mark {
  background-color: rgba(246, 101, 0, 0.4);
  color: inherit;
}
.commerce .logosbase output {
  font: inherit;
}
.commerce .logosbase pre {
  font-family: monospace, monospace;
  font-size: 1em;
  margin: 24px 0;
  tab-size: 4;
}
.commerce .logosbase pre:first-child {
  margin-top: 0;
}
.commerce .logosbase pre:last-child {
  margin-bottom: 0;
}
.commerce .logosbase q:before {
  content: '\201C';
}
.commerce .logosbase q:after {
  content: '\201D';
}
.commerce .logosbase sub,
.commerce .logosbase sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.commerce .logosbase sub {
  bottom: -0.25em;
}
.commerce .logosbase sup {
  top: -0.5em;
}
.commerce .logosbase time {
  font: inherit;
}
.commerce .logosbase u {
  text-decoration: underline;
}
.commerce .logosbase var {
  font-style: italic;
}
.commerce .logosbase .h-super {
  font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase .h-super {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h1,
.commerce .logosbase .h1 {
  font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h1,
  .commerce .logosbase .h1 {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h2,
.commerce .logosbase .h2 {
  font: 28px / 34px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h2,
  .commerce .logosbase .h2 {
    font: 30px / 36px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h3,
.commerce .logosbase .h3 {
  font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h3,
  .commerce .logosbase .h3 {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h4,
.commerce .logosbase .h4 {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h4,
  .commerce .logosbase .h4 {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h5,
  .commerce .logosbase .h5 {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h6,
  .commerce .logosbase .h6 {
    font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (max-width: 1159px) {
  .commerce .logosbase .h-super-sm {
    font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h1-sm {
    font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h2-sm {
    font: 28px / 34px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h3-sm {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h4-sm {
    font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  }
  .commerce .logosbase .h5-sm {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
  .commerce .logosbase .h6-sm {
    font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase .h-super-lg {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h1-lg {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h2-lg {
    font: 30px / 36px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2,
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5,
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
}
.commerce .logosbase .h-super:first-child,
.commerce .logosbase h1:first-child,
.commerce .logosbase .h1:first-child,
.commerce .logosbase h2:first-child,
.commerce .logosbase .h2:first-child,
.commerce .logosbase h3:first-child,
.commerce .logosbase .h3:first-child,
.commerce .logosbase h4:first-child,
.commerce .logosbase .h4:first-child,
.commerce .logosbase h5:first-child,
.commerce .logosbase .h5:first-child,
.commerce .logosbase h6:first-child,
.commerce .logosbase .h6:first-child {
  margin-top: 0;
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2,
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  color: #06296c;
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  color: #575251;
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2 {
  font-weight: 900;
}
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  font-weight: 700;
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  font-weight: normal;
}
.commerce .logosbase .b5 {
  letter-spacing: 0.7;
}
.commerce .logosbase .h-bold {
  font-weight: bold;
}
.commerce .logosbase .h-descriptor {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  color: #06296c;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
}
.commerce .logosbase .h-descriptor:first-child {
  margin-top: 0;
}
.commerce .logosbase .h-descriptor--strong {
  font-weight: 900;
}
.commerce .logosbase .h-italic {
  font-style: italic;
}
.commerce .logosbase .h-white {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.commerce .logosbase .b1 {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b2 {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b3 {
  font: 14px / 20px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b4 {
  font: 13px / 18px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b5 {
  letter-spacing: 0.7;
}
.commerce .logosbase .ui1 {
  font: 18px / 18px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui2 {
  font: 16px / 16px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui3 {
  font: 14px / 14px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui4 {
  font: 13px / 13px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui5 {
  font: 12px / 12px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .blockquote {
  font: 16px/20px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  margin: 24px auto;
  max-width: 680px;
  text-align: center;
}
@media (min-width: 1160px) {
  .commerce .logosbase .blockquote {
    font: 16px/20px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .blockquote:first-child {
  margin-top: 0;
}
.commerce .logosbase .blockquote:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .blockquote__footer {
  font-weight: bold;
  margin-top: 8px;
}
.commerce .logosbase .blockquote--flush {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.commerce .logosbase .btn {
  appearance: none;
  background-color: #429c1c;
  border-radius: 3px;
  border: 1px solid #429c1c;
  color: #fafafa;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
  min-width: 72px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .btn:not(.btn--link) {
  padding: 8px 10px;
}
.commerce .logosbase .btn::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .btn:last-child,
.commerce .logosbase .btn:last-of-type {
  margin-right: 0;
}
.commerce .logosbase .btn:visited {
  color: #fafafa;
}
.commerce .logosbase .btn:active {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #6fb352;
  color: #fafafa;
  border-color: #6fb352;
}
.commerce .logosbase .btn:hover {
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
}
.commerce .logosbase .btn:focus {
  border: solid 2px #79cafb;
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
  text-decoration: none;
}
.commerce .logosbase .btn--sm {
  min-width: 56px;
  font-size: 14px;
}
.commerce .logosbase .btn--sm:not(.btn--link) {
  padding: 6px 8px;
}
.commerce .logosbase .btn:disabled,
.commerce .logosbase .btn--disabled {
  background-color: #b1d2a2;
  border-color: #b1d2a2;
  color: #fafafa;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .btn:disabled:visited,
.commerce .logosbase .btn--disabled:visited {
  color: #fafafa;
}
.commerce .logosbase .btn--link,
.commerce .logosbase .btn--deemphasized {
  font-size: 16px;
  color: #1e91d6;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
.commerce .logosbase .btn--link:active,
.commerce .logosbase .btn--deemphasized:active {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .btn--link:hover,
.commerce .logosbase .btn--deemphasized:hover {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .btn--link:focus,
.commerce .logosbase .btn--deemphasized:focus {
  color: #0174b9;
}
.commerce .logosbase .btn--link:visited,
.commerce .logosbase .btn--deemphasized:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline,
.commerce .logosbase .btn--primary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:visited,
.commerce .logosbase .btn--primary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:active,
.commerce .logosbase .btn--primary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .btn--primary-outline:hover,
.commerce .logosbase .btn--primary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:focus,
.commerce .logosbase .btn--primary-inverted:focus {
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .btn--secondary:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary:active {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .btn--secondary:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .btn--secondary:focus {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .btn--secondary-outline,
.commerce .logosbase .btn--secondary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
  box-shadow: none;
}
.commerce .logosbase .btn--secondary-outline:visited,
.commerce .logosbase .btn--secondary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary-outline:active,
.commerce .logosbase .btn--secondary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .btn--secondary-outline:hover,
.commerce .logosbase .btn--secondary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary-outline:focus,
.commerce .logosbase .btn--secondary-inverted:focus {
  color: #1e91d6;
  background-color: #fff;
  border-color: #1e91d6;
}
.commerce .logosbase .btn--light-outline,
.commerce .logosbase .btn--inverted {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .btn--light-outline:visited,
.commerce .logosbase .btn--inverted:visited {
  color: #fff;
}
.commerce .logosbase .btn--light-outline:active,
.commerce .logosbase .btn--inverted:active {
  box-shadow: none;
  background-color: #c0dcec;
  color: #1e91d6;
  border-color: #0174b9;
}
.commerce .logosbase .btn--light-outline:hover,
.commerce .logosbase .btn--inverted:hover {
  background-color: #dae7f0;
  color: #005ec3;
  border-color: #fff;
}
.commerce .logosbase .btn--icon {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
}
.commerce .logosbase .btn--icon:visited {
  color: #fff;
}
.commerce .logosbase .btn--icon:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .btn--icon:focus {
  color: #fff;
}
.commerce .logosbase .btn--icon img {
  margin-right: 6px;
  height: 16px;
  width: auto;
}
@media (min-width: 1160px) {
  .commerce .logosbase .btn--lg {
    font-size: 16px;
    line-height: 1;
    margin-right: 30px;
    min-width: 96px;
  }
  .commerce .logosbase .btn--lg:not(.btn--link) {
    padding: 12px 16px;
  }
  .commerce .logosbase .btn--super {
    font-size: 24px;
    line-height: 1;
    min-width: 128px;
  }
  .commerce .logosbase .btn--super:not(.btn--link) {
    padding: 16px 24px;
  }
}
.commerce .logosbase button.btn-primary {
  appearance: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  padding: 11px 13px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
}
.commerce .logosbase button.btn-primary.disabled,
.commerce .logosbase button.btn-primary:disabled {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.commerce .logosbase button.btn-primary.disabled:visited,
.commerce .logosbase button.btn-primary:disabled:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary.btn--disabled,
.commerce .logosbase .btn--secondary disabled,
.commerce .logosbase .btn--icon.btn--disabled,
.commerce .logosbase .btn--icon disabled {
  background-color: #a4cfe8;
  border-color: #a4cfe8;
  color: #fff;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .btn--secondary.btn--disabled:visited,
.commerce .logosbase .btn--secondary disabled:visited,
.commerce .logosbase .btn--icon.btn--disabled:visited,
.commerce .logosbase .btn--icon disabled:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary-outline.btn--disabled,
.commerce .logosbase .btn--secondary-outline:disabled {
  border-color: #a4cfe8;
  color: #a4cfe8;
  background-color: transparent;
}
.commerce .logosbase .btn--light-outline.btn--disabled,
.commerce .logosbase .btn--light-outline:disabled,
.commerce .logosbase .btn--inverted.btn--disabled,
.commerce .logosbase .btn--inverted:disabled {
  border-color: #f5f5f5;
  color: #a8a8a8;
}
.commerce .logosbase .btn--deemphasized.btn--disabled,
.commerce .logosbase .btn--deemphasized:disabled,
.commerce .logosbase .btn--link.btn--disabled,
.commerce .logosbase .btn--link:disabled {
  color: #a4cfe8;
}
.commerce .logosbase .buy-btn {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.commerce .logosbase .buy-btn::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .buy-btn:last-child {
  margin-right: 0;
}
.commerce .logosbase .buy-btn:hover .purchase-options-dialog {
  display: block;
}
.commerce .logosbase .buy-btn .purchase-button-form button,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary {
  appearance: none;
  background-color: #429c1c;
  border-radius: 3px;
  border: 1px solid #429c1c;
  color: #fafafa;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
  min-width: 72px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .buy-btn .purchase-button-form button:not(.btn--link),
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:not(.btn--link) {
  padding: 8px 10px;
}
.commerce .logosbase .buy-btn .purchase-button-form button::first-letter,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .buy-btn .purchase-button-form button:last-child,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:last-child,
.commerce .logosbase .buy-btn .purchase-button-form button:last-of-type,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:last-of-type {
  margin-right: 0;
}
.commerce .logosbase .buy-btn .purchase-button-form button:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:visited {
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:active {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #6fb352;
  color: #fafafa;
  border-color: #6fb352;
}
.commerce .logosbase .buy-btn .purchase-button-form button:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:hover {
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:focus {
  border: solid 2px #79cafb;
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
  text-decoration: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--sm,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--sm {
  min-width: 56px;
  font-size: 14px;
}
.commerce .logosbase .buy-btn .purchase-button-form button--sm:not(.btn--link),
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--sm:not(.btn--link) {
  padding: 6px 8px;
}
.commerce .logosbase .buy-btn .purchase-button-form button:disabled,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:disabled,
.commerce .logosbase .buy-btn .purchase-button-form button--disabled,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--disabled {
  background-color: #b1d2a2;
  border-color: #b1d2a2;
  color: #fafafa;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button:disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--disabled:visited {
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized {
  font-size: 16px;
  color: #1e91d6;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:active,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:active {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:hover {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:focus {
  color: #0174b9;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:focus {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:active {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:focus {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:focus {
  color: #1e91d6;
  background-color: #fff;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:active {
  box-shadow: none;
  background-color: #c0dcec;
  color: #1e91d6;
  border-color: #0174b9;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:hover {
  background-color: #dae7f0;
  color: #005ec3;
  border-color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:focus {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon img,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon img {
  margin-right: 6px;
  height: 16px;
  width: auto;
}
@media (min-width: 1160px) {
  .commerce .logosbase .buy-btn .purchase-button-form button--lg,
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--lg {
    font-size: 16px;
    line-height: 1;
    margin-right: 30px;
    min-width: 96px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--lg:not(.btn--link),
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--lg:not(.btn--link) {
    padding: 12px 16px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--super,
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--super {
    font-size: 24px;
    line-height: 1;
    min-width: 128px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--super:not(.btn--link),
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--super:not(.btn--link) {
    padding: 16px 24px;
  }
}
.commerce .logosbase .buy-btn .purchase-options-dialog {
  display: none;
  left: 100%;
  list-style: none;
  margin-top: 0;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.commerce .logosbase .buy-btn .purchase-options-dialog li {
  display: block;
  margin-top: 8px;
}
.commerce .logosbase .buy-btn .purchase-options-dialog li:first-child {
  margin-top: 0;
}
.commerce .logosbase .buy-btn .purchase-options-dialog .purchase-button-form button,
.commerce .logosbase .buy-btn .purchase-options-dialog .purchase-button-form .btn-primary {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  min-width: 95px;
  padding: 8px 1rem;
  transition-property: background-color, border-color, box-shadow, color, opacity;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary {
  color: #fff;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:focus {
  color: #fff;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary {
  background-color: #429c1c;
  border-color: #429c1c;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:focus {
  background-color: #58a837;
  border-color: #58a837;
}
.commerce .logosbase .buy-btn--secondary .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:visited,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:active,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:focus {
  background-color: #fff;
  border-color: #fff;
  color: #429c1c;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button.print,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button.download {
  background-color: #429c1c;
  color: white;
}
.commerce .logosbase .figure {
  margin: 24px 0;
}
.commerce .logosbase .figure:first-child {
  margin-top: 0;
}
.commerce .logosbase .figure:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .figure__image {
  margin-bottom: 0;
}
.commerce .logosbase .figure__caption {
  margin-top: 0;
}
.commerce ::placeholder {
  color: #c4c4c4;
  opacity: 1;
  font-style: normal;
}
.commerce ::-webkit-placeholder {
  color: #c4c4c4;
  opacity: 1;
  font-style: normal;
}
.commerce :-ms-input-placeholder {
  color: #c4c4c4;
}
.commerce ::-ms-input-placeholder {
  color: #c4c4c4;
}
.commerce .logosbase .form {
  margin: 24px 0;
}
.commerce .logosbase .form--cozy {
  margin-top: 12px;
}
.commerce .logosbase .form:first-child {
  margin-top: 0;
}
.commerce .logosbase .form:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .form__field {
  margin: 12px 0;
}
.commerce .logosbase .form__label {
  display: inline-block;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  margin-left: 15px;
}
.commerce .logosbase .form__label + * {
  margin-top: 0;
}
.commerce .logosbase .form__input,
.commerce .logosbase .form__select,
.commerce .logosbase .form__textarea,
.commerce .logosbase .form__input-bar-input {
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  color: #333;
  display: block;
  font: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 12px 15px;
  transition: border-color 0.3s ease;
}
.commerce .logosbase .form__input:focus,
.commerce .logosbase .form__select:focus,
.commerce .logosbase .form__textarea:focus,
.commerce .logosbase .form__input-bar-input:focus {
  border: 1px solid #005ec3;
  outline: 0 none;
}
.commerce .logosbase .form__input,
.commerce .logosbase .form__input-bar-input {
  overflow: visible;
  min-width: 10em;
  width: 16em;
}
.commerce .logosbase .form__input[type='color'],
.commerce .logosbase .form__input-bar-input[type='color'] {
  height: 96px;
  width: 96px;
}
.commerce .logosbase .form__input[type='date'],
.commerce .logosbase .form__input-bar-input[type='date'],
.commerce .logosbase .form__input[type='time'],
.commerce .logosbase .form__input-bar-input[type='time'],
.commerce .logosbase .form__input[type='datetime-local'],
.commerce .logosbase .form__input-bar-input[type='datetime-local'],
.commerce .logosbase .form__input[type='month'],
.commerce .logosbase .form__input-bar-input[type='month'] {
  -webkit-appearance: listbox;
}
.commerce .logosbase .form__select {
  background: #fff url(https://files.logoscdn.com/v1/files/3933551/content.svg?signature=EVyBQ2DulSzTPuorkfs1QBPpdp4) calc(100% - 7.5px) center no-repeat;
  background-size: 12px auto;
  -moz-appearance: none;
  position: relative;
  width: 20em;
}
.commerce .logosbase .form__select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.commerce .logosbase .form__input--narrow,
.commerce .logosbase .form__select--narrow {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
}
.commerce .logosbase .form__input--full-width,
.commerce .logosbase .form__select--full-width {
  width: 100%;
}
.commerce .logosbase .form__textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
}
.commerce .logosbase .form__file-input {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  line-height: 12px;
  padding: 8px 7.5px;
  transition: border-color 0.3s ease;
  width: 16em;
}
.commerce .logosbase .form__file-input:focus {
  border-color: #005ec3;
  outline: 0 none;
}
.commerce .logosbase .form__fieldset {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin: 0 0 12px 0;
  padding: 0 15px;
}
.commerce .logosbase .form__legend {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-style: italic;
  margin: 12px 0 0 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 1160px) {
  .commerce .logosbase .form__legend {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .form__legend:first-child {
  margin-top: 0;
}
.commerce .logosbase .form__checkbox,
.commerce .logosbase .form__radio {
  align-items: flex-start;
  display: flex;
  margin-top: 8px;
}
.commerce .logosbase .form__checkbox:first-child,
.commerce .logosbase .form__radio:first-child {
  margin-top: 0;
}
.commerce .logosbase .form__checkbox-input,
.commerce .logosbase .form__radio-input {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  display: inline-block;
  flex-shrink: 0;
  font-size: inherit;
  height: 1em;
  margin: 4px 0.5em 0 0;
  outline: 0 none;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, border-color;
  vertical-align: top;
  width: 1em;
  -webkit-appearance: none;
}
.commerce .logosbase .form__checkbox-input:before,
.commerce .logosbase .form__radio-input:before {
  display: block;
  left: 50%;
  padding: -1px 0 0 -1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}
.commerce .logosbase .form__checkbox-input:checked,
.commerce .logosbase .form__radio-input:checked {
  background-color: #005ec3;
  border-color: #005ec3;
}
.commerce .logosbase .form__checkbox-input:checked:before,
.commerce .logosbase .form__radio-input:checked:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.commerce .logosbase .form__checkbox-input:focus,
.commerce .logosbase .form__radio-input:focus {
  border-color: #005ec3;
}
.commerce .logosbase .form__checkbox-label,
.commerce .logosbase .form__radio-label {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  flex-shrink: 1;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
}
.commerce .logosbase .form__checkbox-input {
  border-radius: 3px;
}
.commerce .logosbase .form__checkbox-input:before {
  color: #fff;
  content: '\2714';
  font-size: 0.75em;
  line-height: 1em;
  text-align: center;
  width: 100%;
}
.commerce .logosbase .form__radio-input {
  border-radius: 100%;
}
.commerce .logosbase .form__radio-input:before {
  background-color: #fff;
  border-radius: 100%;
  content: '';
  height: 0.5em;
  width: 0.5em;
}
.commerce .logosbase .form__input-bar {
  display: flex;
  max-width: 20em;
  overflow: hidden;
}
.commerce .logosbase .form__input-bar--narrow .form__input-bar-input,
.commerce .logosbase .form__input-bar--narrow .form__input-bar-btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.commerce .logosbase .form__input-bar--full-width {
  max-width: 100%;
  width: 100%;
}
.commerce .logosbase .form__input-bar--full-width .form__input-bar-input {
  flex-grow: 1;
}
.commerce .logosbase .form__input-bar-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  max-width: none;
}
.commerce .logosbase .form__input-bar-input:focus {
  border-right: 2px solid #005ec3;
}
.commerce .logosbase .form__input-bar-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  flex-shrink: 0;
  margin-top: 0;
  min-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}
.commerce .logosbase .hr-display {
  border-color: #005ec3;
  border-top-width: 2px;
  display: block;
  margin: 24px auto;
  width: 70px;
}
.commerce .logosbase .hr-display:first-child {
  margin-top: 24px;
}
.commerce .logosbase .hr-display:last-child {
  margin-bottom: 24px;
}
.commerce .logosbase .hr-display--light {
  border-color: #fff;
}
.commerce .logosbase .hr-display--left {
  margin-left: 0;
  margin-right: 0;
}
.commerce .logosbase .hr-gradient {
  background: linear-gradient(to left, #1e91d6 33.33%, #005ec3 33.33%, #005ec3 66.67%, #06296c 66.67%);
  width: 36px;
  height: 4px;
  border: none;
  display: block;
  margin: 24px auto;
}
.commerce .logosbase .hr-gradient:first-child {
  margin-top: 24px;
}
.commerce .logosbase .hr-gradient:last-child {
  margin-bottom: 24px;
}
.commerce .logosbase .hr-gradient--light {
  border-color: #fff;
  background: linear-gradient(to left, #d8effc 33.33%, #1e91d6 33.33%, #1e91d6 66.67%, #005ec3 66.67%);
}
.commerce .logosbase .hr-gradient--left {
  margin-left: 0;
  margin-right: 0;
}
.commerce .logosbase .list-unstyled {
  list-style: none;
  padding-left: 0;
}
.commerce .logosbase .list-unstyled dd {
  padding-left: 0;
}
.commerce .logosbase .list-spaced li {
  margin-bottom: 12px;
}
.commerce .logosbase .list-inline {
  padding-left: 0;
}
.commerce .logosbase .list-inline li {
  display: inline-block;
  margin: 0 15px;
}
.commerce .logosbase .list-inline li:first-child {
  margin-left: 0;
}
.commerce .logosbase .list-inline li:last-child {
  margin-right: 0;
}
.commerce .logosbase .product {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #333;
  display: inline-block;
}
.commerce .logosbase .product--center {
  text-align: center;
}
.commerce .logosbase .product--center .product__image {
  align-self: flex-start;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.commerce .logosbase .product__image {
  align-items: flex-end;
  border: 0 none;
  display: block;
  display: flex;
  height: 216px;
}
.commerce .logosbase .product__image img {
  height: auto;
  max-height: 100%;
  width: auto;
}
.commerce .logosbase .product__title {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  color: #333;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product__title {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .product__title:first-child {
  margin-top: 0;
}
.commerce .logosbase .product__tagline {
  font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  color: #333;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product__tagline {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .product__tagline:first-child {
  margin-top: 0;
}
.commerce .logosbase .product__title,
.commerce .logosbase .product__tagline {
  margin-top: 12px;
}
.commerce .logosbase .product__description {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .product__meta,
.commerce .logosbase .product__compare-price,
.commerce .logosbase .product__percent-savings,
.commerce .logosbase .product__price {
  margin-top: 0;
}
.commerce .logosbase .product__meta {
  font-size: 14px;
  line-height: 18px;
}
.commerce .logosbase .product__percent-savings {
  color: #ce0000;
}
.commerce .logosbase .product__price {
  color: #333;
  font-weight: bold;
}
.commerce .logosbase .product--featured .product__title {
  font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  font-weight: bold !important;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product--featured .product__title {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .product--featured .product__title:first-child {
  margin-top: 0;
}
.commerce .logosbase .video-thumbnail {
  line-height: 0;
  margin: 24px 0;
}
.commerce .logosbase .video-thumbnail:first-child {
  margin-top: 0;
}
.commerce .logosbase .video-thumbnail:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .video-thumbnail__inner {
  display: inline-block;
  margin-top: 0;
  position: relative;
}
.commerce .logosbase .video-thumbnail__play-btn {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: 33.333%;
  left: 50%;
  margin-left: -9.375%;
  margin-top: -9.375%;
  position: absolute;
  top: 50%;
  transition: background-color 0.4s ease;
  width: 18.75%;
}
.commerce .logosbase .video-thumbnail__play-btn:focus,
.commerce .logosbase .video-thumbnail__play-btn:active,
.commerce .logosbase .video-thumbnail__play-btn:hover {
  background-color: rgba(115, 133, 159, 0.5);
}
.commerce .logosbase .video-thumbnail__play-icon {
  height: 33.333%;
  left: 50%;
  margin: -16.6665% 0 0 -11.111%;
  position: absolute;
  top: 50%;
  width: 33.333%;
}
.commerce .logosbase .video-thumbnail__image {
  margin-top: 0;
}
.commerce .logosbase .four-up {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.commerce .logosbase .four-up__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.33333333%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .four-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .four-up__section:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .four-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .four-up__section:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-bottom: 0;
  }
}
.commerce .logosbase .media {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
.commerce .logosbase .media:first-child {
  margin-top: 0;
}
.commerce .logosbase .media:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .media__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 580px) {
  .commerce .logosbase .media {
    display: flex;
  }
  .commerce .logosbase .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-top: 0;
  }
  .commerce .logosbase .media__section--bigger {
    flex-shrink: 0;
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
  }
  .commerce .logosbase .media__section--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .media--reverse {
    flex-direction: row-reverse;
  }
  .commerce .logosbase .media--reverse .media__section:first-child {
    float: right;
  }
  .commerce .logosbase .media--reverse .media__section:last-child {
    float: left;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .media__section:last-child {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .media__section--bigger:first-child,
  .commerce .logosbase .media__section--smaller:first-child {
    margin-left: 0;
  }
  .commerce .logosbase .media__section--bigger + .media__section,
  .commerce .logosbase .media__section--smaller + .media__section {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .media__section--bigger {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media__section--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .media--reverse .media__section:last-child {
    left: -8.33333333%;
  }
  .commerce .logosbase .media--flush-right .media__section:first-child,
  .commerce .logosbase .media--flush-right .media__section:last-child {
    margin-left: 8.33333333%;
    left: 0;
  }
}
.commerce .logosbase .media-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}
.commerce .logosbase .media-grid:first-child {
  margin-top: 0;
}
.commerce .logosbase .media-grid:last-child {
  margin-bottom: -48px;
}
.commerce .logosbase .media-grid__item {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 460px) {
  .commerce .logosbase .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(3n + 1) {
    clear: left;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.commerce .logosbase .product-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}
.commerce .logosbase .product-grid:first-child {
  margin-top: 0;
}
.commerce .logosbase .product-grid:last-child {
  margin-bottom: -48px;
}
.commerce .logosbase .product-grid__product {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 760px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(4n + 1) {
    clear: left;
  }
}
.commerce .logosbase .pushed-text-block {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.commerce .logosbase .pushed-text-block .pushed-text-block__content {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 580px) {
  .commerce .logosbase .pushed-text-block {
    margin: auto;
  }
  .commerce .logosbase .pushed-text-block--narrow .pushed-text-block__content {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--bigger {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--reverse {
    float: right;
  }
}
.commerce .logosbase .row-of-lists {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
  overflow: hidden;
}
.commerce .logosbase .row-of-lists:first-child {
  margin-top: 0;
}
.commerce .logosbase .row-of-lists:last-child {
  margin-bottom: -24px;
}
.commerce .logosbase .row-of-lists__list {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}
.commerce .logosbase .row-of-lists__list:nth-of-type(n) {
  clear: none;
}
.commerce .logosbase .row-of-lists__list:nth-of-type(1n + 1) {
  clear: left;
}
.commerce .logosbase .row-of-lists__list > * {
  margin-top: 12px;
}
.commerce .logosbase .row-of-lists__list > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 500px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 680px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 900px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(4n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
}
.commerce .logosbase .three-up {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.commerce .logosbase .three-up__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.33333333%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .three-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .three-up__section:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-left: 4.16666667%;
  }
  .commerce .logosbase .three-up__section:first-child {
    margin-left: 0;
  }
}
.commerce .logosbase .billboard {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #06296c;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.commerce .logosbase .billboard .h-super,
.commerce .logosbase .billboard h1,
.commerce .logosbase .billboard .h1,
.commerce .logosbase .billboard h2,
.commerce .logosbase .billboard .h2,
.commerce .logosbase .billboard h3,
.commerce .logosbase .billboard .h3,
.commerce .logosbase .billboard h4,
.commerce .logosbase .billboard .h4,
.commerce .logosbase .billboard h5,
.commerce .logosbase .billboard .h5,
.commerce .logosbase .billboard h6,
.commerce .logosbase .billboard .h6 {
  color: #fff;
}
.commerce .logosbase .billboard a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .billboard a:not(.btn):hover,
.commerce .logosbase .billboard a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .billboard--light {
  color: #06296c;
  -webkit-font-smoothing: initial;
  background-color: #f6f6f6;
}
.commerce .logosbase .billboard--light .h-super,
.commerce .logosbase .billboard--light h1,
.commerce .logosbase .billboard--light .h1,
.commerce .logosbase .billboard--light h2,
.commerce .logosbase .billboard--light .h2,
.commerce .logosbase .billboard--light h3,
.commerce .logosbase .billboard--light .h3,
.commerce .logosbase .billboard--light h4,
.commerce .logosbase .billboard--light .h4,
.commerce .logosbase .billboard--light h5,
.commerce .logosbase .billboard--light .h5,
.commerce .logosbase .billboard--light h6,
.commerce .logosbase .billboard--light .h6 {
  color: #06296c;
}
.commerce .logosbase .billboard--light a:not(.btn) {
  border-color: transparent;
  color: #1e91d6;
}
.commerce .logosbase .billboard--light a:not(.btn):hover,
.commerce .logosbase .billboard--light a:not(.btn):focus {
  border-color: #399eda;
  color: #399eda;
}
.commerce .logosbase .billboard--light a:not(.btn):visited {
  color: #5a008f;
}
.commerce .logosbase .billboard__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .billboard__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .billboard__row {
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase .billboard__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.commerce .logosbase .billboard__section--no-margin {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .commerce .logosbase .billboard {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
}
@media screen and (min-width: 620px) {
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .billboard__section--small ~ .billboard__section--small {
    margin-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    margin-left: 16.66666667%;
  }
  .commerce .logosbase .billboard__section--small ~ .billboard__section--small {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .commerce .logosbase .billboard {
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: left;
  }
  .commerce .logosbase .billboard__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-left: 8.33333333%;
    margin-bottom: 0;
  }
  .commerce .logosbase .billboard__section ~ .billboard__section {
    margin-left: 0;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-left: 0;
  }
  .commerce .logosbase .billboard--v-center .billboard__row {
    align-items: center;
    display: flex;
  }
  .commerce .logosbase .billboard--v-center .billboard__section--small {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .commerce .logosbase .billboard__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-left: 0;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .commerce .logosbase .billboard {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.commerce .logosbase .email-cap {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #333;
  overflow: hidden;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.commerce .logosbase .email-cap .h-super,
.commerce .logosbase .email-cap h1,
.commerce .logosbase .email-cap .h1,
.commerce .logosbase .email-cap h2,
.commerce .logosbase .email-cap .h2,
.commerce .logosbase .email-cap h3,
.commerce .logosbase .email-cap .h3,
.commerce .logosbase .email-cap h4,
.commerce .logosbase .email-cap .h4,
.commerce .logosbase .email-cap h5,
.commerce .logosbase .email-cap .h5,
.commerce .logosbase .email-cap h6,
.commerce .logosbase .email-cap .h6 {
  color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn):hover,
.commerce .logosbase .email-cap a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .email-cap:first-child {
  margin-top: 0;
}
.commerce .logosbase .email-cap:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .email-cap__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .email-cap__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .email-cap__form {
  display: inline-block;
  text-align: left;
  max-width: 100%;
  width: 300px;
}
@media (min-width: 700px) {
  .commerce .logosbase .email-cap {
    text-align: left;
  }
  .commerce .logosbase .email-cap__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .commerce .logosbase .email-cap__text {
    margin-right: 30px;
  }
  .commerce .logosbase .email-cap__text p {
    margin-bottom: 0;
  }
  .commerce .logosbase .email-cap__form {
    flex-shrink: 0;
    margin-top: 0;
    width: 20rem;
  }
}
.commerce .logosbase .secondary-nav {
  background-color: #fff;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  height: 42px;
  overflow: hidden;
  position: relative;
  left: 0;
  margin-top: 0;
  transition: height 0.4s ease;
  width: 100%;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
}
.commerce .logosbase .secondary-nav__toggle {
  border: 0 none;
  display: inline-block;
  margin: 12px 15px;
  position: absolute;
  right: 0;
  top: 1px;
  transition: box-shadow 0.4s ease;
  z-index: 1000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.commerce .logosbase .secondary-nav__toggle--active {
  box-shadow: none;
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-secondary-line {
  opacity: 0;
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transform: rotate(45deg) translateY(6px);
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transform: rotate(-45deg) translateY(-6px);
}
.commerce .logosbase .secondary-nav__toggle-svg {
  display: block;
}
.commerce .logosbase .secondary-nav__toggle-secondary-line {
  transition: opacity 0.4s ease;
}
.commerce .logosbase .secondary-nav__toggle-primary-line-1,
.commerce .logosbase .secondary-nav__toggle-primary-line-2 {
  transition: transform 0.4s ease;
  transform-origin: center center;
}
.commerce .logosbase .secondary-nav__toggle-primary-line-1 {
  transform: rotate(0) translateX(0) translateY(0) scaleX(1);
}
.commerce .logosbase .secondary-nav__toggle-primary-line-2 {
  transform: rotate(0) translateX(0) translateY(0) scaleX(1);
}
.commerce .logosbase .secondary-nav__container {
  margin-top: 0;
}
.commerce .logosbase .secondary-nav__current,
.commerce .logosbase .secondary-nav__link {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  color: #333;
  display: block;
  line-height: 18px;
  padding: 12px 15px;
}
.commerce .logosbase .secondary-nav__current {
  background-color: #005ec3;
  color: #fff;
  text-align: center;
}
.commerce .logosbase .secondary-nav__list,
.commerce .logosbase .secondary-nav__dropdown {
  font-size: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.commerce .logosbase .secondary-nav__list {
  border-bottom: #898d8d 1px solid;
  padding: 0;
}
.commerce .logosbase .secondary-nav__item {
  border-top: #898d8d 1px solid;
  display: block;
  position: relative;
}
.commerce .logosbase .secondary-nav__link {
  border: 0 none;
  transition: background-color 0.4s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.commerce .logosbase .secondary-nav__link:visited {
  color: #333;
}
.commerce .logosbase .secondary-nav__link:hover {
  color: #004590;
}
.commerce .logosbase .secondary-nav__dropdown-toggle {
  border: 0 none;
  display: block;
  line-height: 0;
  margin-top: 0;
  padding: 14px 15px 12px 15px;
  position: absolute;
  transition: 0.4s ease;
  transition-property: transform;
  top: 0;
  right: 0;
}
.commerce .logosbase .secondary-nav__dropdown-toggle--flipped {
  transform: rotateX(-180deg);
}
.commerce .logosbase .secondary-nav__dropdown-toggle svg {
  margin: 0;
}
.commerce .logosbase .secondary-nav__dropdown {
  background-color: #f6f6f6;
  display: none;
  padding: 0.5em 0;
}
.commerce .logosbase .secondary-nav--open {
  height: 100%;
  height: 100vh;
  overflow: scroll;
}
.commerce .logosbase .secondary-nav--fixed {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
}
.commerce .logosbase .secondary-nav--dark .secondary-nav__current {
  background-color: #333;
}
@media (min-width: 600px) {
  .commerce .logosbase .secondary-nav {
    background-color: #005ec3;
    height: auto;
    overflow: visible;
  }
  .commerce .logosbase .secondary-nav__toggle,
  .commerce .logosbase .secondary-nav__current {
    display: none;
  }
  .commerce .logosbase .secondary-nav__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 982px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
    padding: 0;
  }
  .commerce .logosbase .secondary-nav__container:after {
    clear: both;
    content: '';
    display: table;
  }
  .commerce .logosbase .secondary-nav__list {
    border-bottom: 0 none;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__list {
      align-items: stretch;
      display: flex;
      justify-content: space-around;
    }
  }
  .commerce .logosbase .secondary-nav__dropdown-toggle {
    display: none;
  }
  .commerce .logosbase .secondary-nav__dropdown {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
  }
  .commerce .logosbase .secondary-nav__item {
    border-top: 0 none;
    display: inline-block;
    position: static;
    transition: background-color 0.4s ease;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__item {
      display: inline-flex;
    }
  }
  .commerce .logosbase .secondary-nav__item:hover .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__item:hover .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
    }
  }
  .commerce .logosbase .secondary-nav__link {
    color: #fff;
    display: inline-block;
    font-size: 14px;
  }
  .commerce .logosbase .secondary-nav__link:visited {
    color: #fff;
  }
  .commerce .logosbase .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav__link--active {
    background-color: #004590;
    color: #fff;
  }
  .commerce .logosbase .secondary-nav__link:focus ~ .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__link:focus ~ .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
    }
  }
  .commerce .logosbase .secondary-nav__link--dropdown {
    color: #1e91d6;
  }
  .commerce .logosbase .secondary-nav__link--dropdown:visited {
    color: #1e91d6;
  }
  .commerce .logosbase .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav__link--dropdown:focus {
    background-color: transparent;
    color: #399eda;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__link {
      align-items: center;
      display: flex;
    }
  }
  .commerce .logosbase .secondary-nav--dark {
    background-color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__dropdown {
    background-color: #f6f6f6;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--active {
    background-color: #666666;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown {
    background-color: #f6f6f6;
    color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:visited {
    color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:focus {
    background-color: #f6f6f6;
    color: #666666;
  }
}
@media (min-width: 700px) {
  .commerce .logosbase .secondary-nav__link {
    font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (min-width: 768px) {
  .commerce .logosbase .secondary-nav {
    top: 0;
  }
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__current,
.commerce .logosbase .secondary-nav--unlimited .auto-nav-more {
  display: none;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__current-grey {
  display: block;
  height: 48px;
  background-color: #f5f5f5;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__item {
  border-top: none;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__list {
  background-color: #fff;
  display: block;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:hover,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:active,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:focus,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link--active {
  background-color: #ebf7ff;
  color: #1e91d6;
  text-shadow: 1px 0 0 currentColor;
  -webkit-font-smoothing: subpixel-antialiased;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(48deg) translateY(7px) translateX(-1px);
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(-48deg) translateY(-7px) translateX(1px);
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__current {
  display: none;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__current-grey {
  display: block;
  height: 48px;
  background-color: #f5f5f5;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__item {
  border-top: none;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__list,
.commerce .logosbase .secondary-nav--limited .secondary-nav__dropdown {
  background-color: #fff;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:hover,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:active,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link--active {
  background-color: #ebf7ff;
  color: #1e91d6;
  text-shadow: 1px 0 0 currentColor;
  -webkit-font-smoothing: subpixel-antialiased;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(48deg) translateY(7px) translateX(-1px);
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(-48deg) translateY(-7px) translateX(1px);
}
@media (min-width: 600px) {
  .commerce .logosbase .secondary-nav--unlimited {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__current-grey,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__current {
    display: none;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__container {
    text-align: center;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__list {
    display: inline-flex;
    padding: 0;
    list-style: none;
    align-items: center;
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link {
    color: #3d3d3d;
    white-space: nowrap;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link--active {
    background-color: transparent;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more {
    position: relative;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .arrow {
    margin-left: 8px;
    transition: transform 0.2s ease-in-out 0s;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .more-btn {
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .arrow {
    transform: rotate(180deg);
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .arrow path {
    stroke: #1e91d6;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link {
    width: inherit;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link--active {
    background-color: #ebf7ff;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more-list {
    position: absolute;
    right: 0;
    top: 46px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    padding: 0;
    list-style: none;
    box-shadow: 0 5px 5px -3px rgba(110, 131, 183, 0.2), 0 3px 14px 2px rgba(110, 131, 183, 0.12), 0 8px 10px 0 rgba(110, 131, 183, 0.14);
    background-color: #fff;
    border-radius: 4px;
  }
  .commerce .logosbase .secondary-nav--limited {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__current-grey {
    display: none;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect {
    position: relative;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:after {
    content: url(https://files.logoscdn.com/v1/files/52387617/assets/12149467/content.svg?signature=D7-83JB8z207v2IO8aQYCslQk90);
    position: absolute;
    top: 17px;
    right: 0;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:hover .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:active .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:focus .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect--active .secondary-nav__linkTitle {
    background-color: #fafafa;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:hover:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:active:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:focus:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect--active:after {
    content: url(https://files.logoscdn.com/v1/files/52387599/assets/12149466/content.svg?signature=LasJ0OIIrO5Zb0M0tkG8QRXOQao);
    position: absolute;
    top: 17px;
    right: 0;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__list {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__dropdown {
    background-color: #fff;
    position: absolute;
    width: 218px;
    flex-direction: column;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link {
    color: #3d3d3d;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--active {
    background-color: #fafafa;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus ~ .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus ~ .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown {
    background-color: #fff;
    color: #3d3d3d;
    width: 100%;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:visited {
    color: #333;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:focus {
    background-color: #ebf7ff;
    color: #1e91d6;
  }
}
.commerce .logosbase .section {
  overflow: hidden;
  margin-top: 72px;
  margin-bottom: 72px;
}
.commerce .logosbase .section__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.commerce .logosbase .section__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .section--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.commerce .logosbase .section--super-narrow {
  margin-top: 24px;
  margin-bottom: 24px;
}
.commerce .logosbase .section--dark {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.commerce .logosbase .section--dark .h-super,
.commerce .logosbase .section--dark h1,
.commerce .logosbase .section--dark .h1,
.commerce .logosbase .section--dark h2,
.commerce .logosbase .section--dark .h2,
.commerce .logosbase .section--dark h3,
.commerce .logosbase .section--dark .h3,
.commerce .logosbase .section--dark h4,
.commerce .logosbase .section--dark .h4,
.commerce .logosbase .section--dark h5,
.commerce .logosbase .section--dark .h5,
.commerce .logosbase .section--dark h6,
.commerce .logosbase .section--dark .h6 {
  color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn):hover,
.commerce .logosbase .section--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .section--bg,
.commerce .logosbase .section--bg.section--super-narrow {
  margin-top: 0;
  margin-bottom: 0;
}
.commerce .logosbase .section--bg {
  padding-top: 72px;
  padding-bottom: 72px;
}
.commerce .logosbase .section--bg.section--super-narrow {
  padding-top: 24px;
  padding-bottom: 24px;
}
.commerce .logosbase .section--compact {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.commerce .logosbase .section--smush-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.commerce .logosbase .section--smush-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.commerce .logosbase .section > .section:first-child,
.commerce .logosbase .section__container > .section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.commerce .logosbase .section > .section:last-child,
.commerce .logosbase .section__container > .section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .section {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .commerce .logosbase .section--super-narrow {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .commerce .logosbase .section--narrow {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .commerce .logosbase .section--bg,
  .commerce .logosbase .section--bg.section--super-narrow,
  .commerce .logosbase .section--bg.section--narrow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .commerce .logosbase .section--bg {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .commerce .logosbase .section--bg.section--super-narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .commerce .logosbase .section--bg.section--narrow {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .commerce .logosbase .section--compact {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1160px) {
  .commerce .logosbase .section__flush-image {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .commerce .logosbase .section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .commerce .logosbase .section--super-narrow {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .commerce .logosbase .section--narrow {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .commerce .logosbase .section--bg,
  .commerce .logosbase .section--bg.section--super-narrow,
  .commerce .logosbase .section--bg.section--narrow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .commerce .logosbase .section--bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .commerce .logosbase .section--bg.section--super-narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .commerce .logosbase .section--bg.section--narrow {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .commerce .logosbase .section--compact {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.commerce .logosbase .bg-lighter-gray {
  background-color: #ebebeb;
}
.commerce .logosbase .bg-off-white {
  background-color: #f6f6f6;
}
.commerce .logosbase .bg-white {
  background-color: #fff;
}
.commerce .logosbase .bg-primary {
  background-color: #005ec3;
}
.commerce .logosbase .bg-navy {
  background-color: #06296c;
}
.commerce .logosbase .bg-off-black {
  background-color: #333;
}
.commerce .logosbase .u-limit-measure {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
.commerce .logosbase .u-text-center {
  text-align: center;
}
.commerce .logosbase .section--dark a.image-link:link {
  color: #fff;
  border-bottom: 0;
}
.commerce .logosbase .section--dark a.image-link:active,
.commerce .logosbase .section--dark a.image-link:hover,
.commerce .logosbase .section--dark a.image-link:focus {
  border-color: transparent;
  border-bottom: 0;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase .shift-up {
  transition: 0.4s ease-out;
  transform: translateY(50px);
}
.commerce .logosbase .shift-up--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .shift-up--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .shift-up.active {
  transform: translateY(0);
}
.commerce .logosbase .shift-left {
  transition: 0.4s ease-out;
  transform: translateX(50px);
}
.commerce .logosbase .shift-left--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .shift-left--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .shift-left.active {
  transform: translateX(0);
}
.commerce .logosbase .fade-in {
  transition: 0.6s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-in--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .fade-in--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .fade-in.active {
  opacity: 1;
}
.commerce .logosbase .fade-children > * {
  transition: 0.6s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-children.active > * {
  opacity: 1;
}
.commerce .logosbase .fade-bg {
  transition: 0.4s ease-out;
  background-color: #fafafa;
}
.commerce .logosbase .fade-bg.active {
  background-color: #fff;
}
.commerce .logosbase .fade-bg--and-borders {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.commerce .logosbase .fade-bg--and-borders.active {
  border-top-color: #d1d1d1;
  border-bottom-color: #d1d1d1;
}
.commerce .logosbase .fade-bg--cross-fade > * {
  transition: 0.4s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-bg--cross-fade.active > * {
  opacity: 1;
}
.commerce .logosbase hr.fade-divider {
  transition: 0.4s ease-out;
  border-top-color: transparent;
}
.commerce .logosbase hr.fade-divider.active {
  border-top-color: #d1d1d1;
}
.commerce .logosbase .shift-up.delay,
.commerce .logosbase .shift-left.delay,
.commerce .logosbase .fade-in.delay,
.commerce .logosbase .fade-bg.delay {
  transition-delay: 0.1s;
}
.commerce .logosbase .shift-up.delay-xl,
.commerce .logosbase .shift-left.delay-xl,
.commerce .logosbase .fade-in.delay-xl,
.commerce .logosbase .fade-bg.delay-xl {
  transition-delay: 0.8s;
}
@media (prefers-reduced-motion) {
  .commerce .logosbase .shift-up,
  .commerce .logosbase .shift-left,
  .commerce .logosbase .fade-in,
  .commerce .logosbase .fade-bg,
  .commerce .logosbase .fade-bg--cross-fade > *,
  .commerce .logosbase hr.fade-divider {
    transition: initial;
  }
  .commerce .logosbase .shift-up,
  .commerce .logosbase .shift-up.active,
  .commerce .logosbase .shift-left,
  .commerce .logosbase .shift-left.active {
    transform: initial;
  }
  .commerce .logosbase .fade-in,
  .commerce .logosbase .fade-in.active,
  .commerce .logosbase .fade-bg--cross-fade > *,
  .commerce .logosbase .fade-bg--cross-fade.active > * {
    opacity: initial;
  }
  .commerce .logosbase .fade-bg,
  .commerce .logosbase .fade-bg.active {
    background-color: #fff;
    border-top-color: #d1d1d1;
    border-bottom-color: #d1d1d1;
  }
  .commerce .logosbase hr.fade-divider,
  .commerce .logosbase hr.fade-divider.active {
    border-top-color: #d1d1d1;
  }
}
.commerce .logosbase .video-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.commerce .logosbase .video-bg video {
  margin: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .commerce .logosbase .video-bg video {
    max-height: none;
  }
}
.commerce .logosbase .js-video-bg {
  position: relative;
}
.commerce .logosbase .expand-collapse .expand-collapse__btn {
  width: 100%;
}
.commerce .logosbase .icon-btn {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, transform;
  width: 60px;
}
.commerce .logosbase .icon-btn:active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
}
.commerce .logosbase .icon-btn:hover,
.commerce .logosbase .icon-btn:focus {
  background-color: rgba(0, 94, 195, 0.8);
  box-shadow: none;
  transform: scale(1.25);
}
.commerce .logosbase .icon-btn:focus {
  outline: 0 none;
}
.commerce .logosbase .icon-btn--solid {
  background-color: #333;
}
.commerce .logosbase .icon-btn--solid:hover,
.commerce .logosbase .icon-btn--solid:focus {
  background-color: #005ec3;
}
.commerce .logosbase .icon-btn--close:before {
  color: #fff;
  content: 'x';
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.commerce .logosbase .img-popover {
  margin-top: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  position: relative;
  border-bottom: initial;
}
.commerce .logosbase .img-popover:before {
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, transform;
  width: 60px;
  background-image: url(https://files.logoscdn.com/v1/files/45320283/content.svg?signature=ORblfchTFX8f3pF6AuYqsqQeI5I);
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.commerce .logosbase .img-popover:before:active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
}
.commerce .logosbase .img-popover:before:hover,
.commerce .logosbase .img-popover:before:focus {
  box-shadow: none;
  transform: scale(1.25);
}
.commerce .logosbase .img-popover:before:focus {
  outline: 0 none;
}
.commerce .logosbase .img-popover:before--solid {
  background-color: #333;
}
.commerce .logosbase .img-popover:before--magnify {
  background-image: url(https://files.logoscdn.com/v1/files/42436690/content.svg?signature=sEQYEbD9_VB1zpZT6DyQxPvYVng);
}
.commerce .logosbase .img-popover:before--play {
  background-image: url(https://files.logoscdn.com/v1/files/45856154/content.svg?signature=FYbfNbtNxKw1ly9q6v427QNKRh4);
}
.commerce .logosbase .img-popover:before--close:before {
  color: #fff;
  content: 'x';
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.commerce .logosbase .img-popover:hover:before {
  transform: translate(-50%, -50%) scale(1.25);
}
.commerce .logosbase .img-popover img {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.commerce .logosbase .popover-image {
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 72px 32px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commerce .logosbase .popover-image .container {
  overflow: visible;
}
.commerce .logosbase .popover-image__image {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 0;
  position: relative;
}
.commerce .logosbase .popover-image__image img {
  margin-bottom: 0;
  margin-top: 0;
  max-height: 80vh;
}
.commerce .logosbase .popover-image__close {
  position: absolute;
  right: -30px;
  top: -30px;
}
.commerce .logosbase .js-purchase-button-ajax-pdp-link {
  display: inline-block;
}
.commerce body {
  margin: 0;
  padding-bottom: 64px;
}
.commerce *,
.commerce *:before,
.commerce *:after {
  box-sizing: border-box;
}
.commerce .sg-toggle-grid {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border: 0 none;
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
  bottom: 1.5em;
  font-size: 16px;
  position: fixed;
  right: 15px;
  z-index: 9999;
}
.commerce .sg-toggle-grid:visited {
  color: inherit;
}
.commerce .sg-toggle-grid:hover,
.commerce .sg-toggle-grid:focus {
  color: #003976;
}
.commerce .sg-grid-lines {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.commerce .sg-grid-lines__container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  overflow: visible;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .sg-grid-lines__row {
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
.commerce .sg-grid-lines__col {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 8.33333333%;
  outline: 1px solid rgba(255, 0, 0, 0.15);
  height: 100%;
}
.commerce .sg-grid-lines__col-inner {
  background: rgba(255, 0, 0, 0.15);
  height: 100%;
  min-width: 2px;
}
.commerce .logosbase .sg-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .sg-container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .sg-header {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.commerce .logosbase .sg-header__heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #003976;
  font-size: 24px;
}
.commerce .logosbase .sg-header__sub-heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #003976;
  font-size: 18px;
}
.commerce .logosbase .sg-header__sub-heading:first-child {
  margin-top: 1.5em;
}
.commerce .logosbase .sg-header__menu {
  margin: 0.75em 0 0 0;
}
.commerce .logosbase .sg-header a {
  border: 0 none;
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.commerce .logosbase .sg-header a:visited {
  color: inherit;
}
.commerce .logosbase .sg-header a:hover,
.commerce .logosbase .sg-header a:focus {
  color: #003976;
}
@media (min-width: 600px) {
  .commerce .logosbase .sg-nav__row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .commerce .logosbase .sg-nav__item {
    clear: both;
    float: left;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
  }
  .commerce .logosbase .sg-nav__item:nth-of-type(even) {
    clear: none;
    margin-left: 8.33333333%;
  }
}
.commerce .logosbase .sg-section {
  display: none;
}
.commerce .logosbase .sg-section:target {
  display: block;
}
.commerce .logosbase .sg-section__header {
  background-color: #003976;
}
.commerce .logosbase .sg-section__heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0.375em 0.75em;
  text-align: center;
}
.commerce .logosbase .sg-section--preview {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  height: 100%;
  opacity: 0.95;
  overflow: hidden;
  position: fixed;
  right: 1.5em;
  top: 1.5em;
  transform: scale(0.5);
  transform-origin: top right;
  width: 100%;
  z-index: 9999;
}
.commerce .logosbase .sg-heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border-top: 0.1875em solid #003976;
  border-bottom: 0.1875em solid #003976;
  color: #003976;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0.75em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}
.commerce .logosbase .sg-label,
.commerce .logosbase .sg-note {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #ddd;
  color: #aaa;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0.75em;
  text-decoration: none;
}
.commerce .logosbase .sg-label {
  cursor: pointer;
  overflow-x: auto;
  position: relative;
  transition: all 0.3s ease;
}
.commerce .logosbase .sg-label:after {
  background-color: rgba(0, 0, 0, 0.13);
  color: #fff;
  content: 'Click to copy';
  display: block;
  font-weight: bold;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: background-color 0.3s ease;
  width: 10em;
}
.commerce .logosbase .sg-label--copied:after {
  content: 'Copied!';
}
.commerce .logosbase .sg-label:visited {
  color: #aaa;
}
.commerce .logosbase .sg-label:hover,
.commerce .logosbase .sg-label:focus {
  border-color: #222;
  color: #222;
}
.commerce .logosbase .sg-label:hover:after {
  background-color: #000;
}
.commerce .logosbase a.sg-label:after {
  display: none;
}
.commerce .logosbase .sg-note {
  border-color: #003976;
  color: #003976;
  margin-bottom: 0.75em;
}
.commerce .logosbase .sg-note:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .sg-note:before {
  background-color: #003976;
  border-radius: 100%;
  color: #fff;
  content: 'i';
  display: inline-block;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  margin-right: 0.375em;
  text-align: center;
  width: 1.5em;
}
.commerce .logosbase .sg-dark-bg {
  background: #4a4a4a;
  margin-top: 0;
  padding: 0.75em;
}
.commerce .logosbase .sg-off-black-bg {
  background: #333;
  overflow: hidden;
  margin: 0;
}
.commerce .logosbase #minor-buttons div.sg-container a {
  margin-bottom: 30px;
  margin-top: 6px;
}
.commerce .logosbase #minor-buttons div.sg-container span {
  width: 100%;
  min-height: 50px;
}
.commerce .logosbase #minor-buttons div.sg-container .buttons-columns-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.commerce .logosbase #minor-buttons div.sg-container .buttons-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  margin-top: 0;
  padding: 0 10px;
}
.commerce .logosbase #principles-typography div.sg-container .sg-label {
  margin-top: 36px;
}
.commerce .logosbase #principles-typography div.sg-container .sg-heading {
  margin-top: 12px;
}

.commerce .logosbase .var-primary-color {
  background-color: #005ec3;
}
.commerce .logosbase .var-primary-color-hover {
  background-color: #004590;
}
.commerce .logosbase .var-secondary-color {
  background-color: #f66500;
}
.commerce .logosbase .var-secondary-color-hover {
  background-color: #cd5002;
}
.commerce .logosbase .var-black {
  background-color: #000;
}
.commerce .logosbase .var-off-black {
  background-color: #333;
}
.commerce .logosbase .var-dark-gray {
  background-color: #666666;
}
.commerce .logosbase .var-med-gray {
  background-color: #898d8d;
}
.commerce .logosbase .var-light-gray {
  background-color: #d1d1d1;
}
.commerce .logosbase .var-lighter-gray {
  background-color: #ebebeb;
}
.commerce .logosbase .var-off-white {
  background-color: #f6f6f6;
}
.commerce .logosbase .var-white {
  background-color: #fff;
}
.commerce .logosbase .var-primary-color,
.commerce .logosbase .var-primary-color-hover,
.commerce .logosbase .var-secondary-color,
.commerce .logosbase .var-secondary-color-hover,
.commerce .logosbase .var-black,
.commerce .logosbase .var-off-black,
.commerce .logosbase .var-dark-gray,
.commerce .logosbase .var-med-gray,
.commerce .logosbase .var-light-gray,
.commerce .logosbase .var-light-gray,
.commerce .logosbase .var-off-white,
.commerce .logosbase .var-white {
  display: block;
  height: 100px;
  margin-top: 0;
  width: 100px;
}
.commerce .var-font-primary {
  font-family: 'Source Sans Pro', Arial, sans-serif;
}
.commerce .var-font-secondary {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
.commerce .var-font-monospace {
  font-family: monospace;
}
.commerce .var-font-size-super-sm {
  font-size: 42px;
  line-height: 46px;
}
.commerce .var-font-size-h1-sm {
  font-size: 36px;
  line-height: 42px;
}
.commerce .var-font-size-h2-sm {
  font-size: 28px;
  line-height: 34px;
}
.commerce .var-font-size-h3-sm {
  font-size: 22px;
  line-height: 28px;
}
.commerce .var-font-size-h4-sm {
  font-size: 18px;
  line-height: 24px;
}
.commerce .var-font-size-h5-sm {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-h6-sm {
  font-size: 24px;
  line-height: 28px;
}
.commerce .var-font-size-super-md {
  font-size: 48px;
  line-height: 50px;
}
.commerce .var-font-size-h1-md {
  font-size: 36px;
  line-height: 44px;
}
.commerce .var-font-size-h2-md {
  font-size: 28px;
  line-height: 34px;
}
.commerce .var-font-size-h3-md {
  font-size: 22px;
  line-height: 26px;
}
.commerce .var-font-size-h4-md {
  font-size: 18px;
  line-height: 22px;
}
.commerce .var-font-size-h5-md {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-super-lg {
  font-size: 64px;
  line-height: 64px;
}
.commerce .var-font-size-h1-lg {
  font-size: 52px;
  line-height: 55px;
}
.commerce .var-font-size-h2-lg {
  font-size: 30px;
  line-height: 36px;
}
.commerce .var-font-size-h3-lg {
  font-size: 22px;
  line-height: 28px;
}
.commerce .var-font-size-h4-lg {
  font-size: 18px;
  line-height: 22px;
}
.commerce .var-font-size-h5-lg {
  font-size: 16px;
  line-height: 20px;
}
.commerce .var-font-size-b1 {
  font-size: 18px;
  line-height: 24px;
}
.commerce .var-font-size-b2 {
  font-size: 16px;
  line-height: 22px;
}
.commerce .var-font-size-b3 {
  font-size: 14px;
  line-height: 20px;
}
.commerce .var-font-size-b4 {
  font-size: 13px;
  line-height: 18px;
}
.commerce .var-font-size-b5 {
  font-size: 12px;
  line-height: 16px;
}
.commerce .var-font-size-ui1 {
  font-size: 18px;
  line-height: 18px;
}
.commerce .var-font-size-ui2 {
  font-size: 16px;
  line-height: 16px;
}
.commerce .var-font-size-ui3 {
  font-size: 14px;
  line-height: 14px;
}
.commerce .var-font-size-ui4 {
  font-size: 13px;
  line-height: 13px;
}
.commerce .var-font-size-ui5 {
  font-size: 12px;
  line-height: 12px;
}
.commerce .var-font-size-small {
  font-size: 14px;
  line-height: 18px;
}
.commerce .var-font-size-extra-small {
  font-size: 12px;
  line-height: 16px;
}
.commerce #site-inner,
.commerce #bd,
.commerce #main {
  width: auto !important;
}
.commerce #ft {
  margin-left: auto !important;
  margin-right: auto !important;
}
.commerce body {
  min-width: 0;
}
.commerce #site > .header,
.commerce #site-inner > .header,
.commerce #site > .section,
.commerce #site-inner > .section,
.commerce #site > .footer,
.commerce #site-inner > .footer {
  width: 100%;
}
@media screen and (max-width: 699px) {
  .commerce #hd,
  .commerce #ft,
  .commerce .site-notifications-list,
  .commerce #ajaxnotifications {
    display: none !important;
  }
}
.commerce .logosbase {
  color: #333;
  display: relative;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
}
.commerce .logosbase *,
.commerce .logosbase *:before,
.commerce .logosbase *:after {
  box-sizing: border-box;
}
.commerce .logosbase * + * {
  margin-top: 12px;
}
.commerce .logosbase .wistia_responsive_padding,
.commerce .logosbase audio,
.commerce .logosbase canvas,
.commerce .logosbase embed,
.commerce .logosbase iframe,
.commerce .logosbase object,
.commerce .logosbase picture,
.commerce .logosbase video {
  display: block;
  margin: 24px 0;
  max-width: 100%;
}
.commerce .logosbase .wistia_responsive_padding:first-child,
.commerce .logosbase audio:first-child,
.commerce .logosbase canvas:first-child,
.commerce .logosbase embed:first-child,
.commerce .logosbase iframe:first-child,
.commerce .logosbase object:first-child,
.commerce .logosbase picture:first-child,
.commerce .logosbase video:first-child {
  margin-top: 0;
}
.commerce .logosbase .wistia_responsive_padding:last-child,
.commerce .logosbase audio:last-child,
.commerce .logosbase canvas:last-child,
.commerce .logosbase embed:last-child,
.commerce .logosbase iframe:last-child,
.commerce .logosbase object:last-child,
.commerce .logosbase picture:last-child,
.commerce .logosbase video:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .wistia_embed * {
  margin-top: auto;
}
.commerce .logosbase audio:not([controls]) {
  display: none;
  height: 0;
}
.commerce .logosbase img,
.commerce .logosbase svg {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}
.commerce .logosbase img {
  border-style: none;
}
.commerce .logosbase svg:not(:root) {
  overflow: hidden;
}
.commerce .logosbase video {
  display: inline-block;
}
.commerce .logosbase a {
  border-bottom: 2px solid transparent;
  color: #1e91d6;
  font: inherit;
  position: relative;
  text-decoration: none;
  transition-property: color, border-color;
  transition: 0.3s ease;
  -webkit-text-decoration-skip: objects;
}
.commerce .logosbase a:active,
.commerce .logosbase a:hover,
.commerce .logosbase a:focus {
  border-color: #399eda;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase a:visited {
  color: #1e91d6;
}
.commerce .logosbase a.image-link:active,
.commerce .logosbase a.image-link:hover,
.commerce .logosbase a.image-link:focus {
  border-color: transparent;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase table {
  border-collapse: collapse;
  border: 0 none;
  display: inline-block;
  margin: 24px 0;
  max-height: 100vh;
  max-width: 100%;
  min-height: 0;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  vertical-align: top;
}
.commerce .logosbase table:first-child {
  margin-top: 0;
}
.commerce .logosbase table:last-child {
  margin-bottom: 0;
}
.commerce .logosbase table caption {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  caption-side: top;
  color: inherit;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  text-align: left;
}
@media (min-width: 1160px) {
  .commerce .logosbase table caption {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase table caption:first-child {
  margin-top: 0;
}
.commerce .logosbase table th,
.commerce .logosbase table td {
  border-bottom: 1px solid #d1d1d1;
  font-size: 14px;
  padding: 8px 15px;
  max-height: 144px;
  text-align: left;
  vertical-align: top;
}
.commerce .logosbase table thead th {
  border-bottom: 1px solid #d1d1d1;
  vertical-align: bottom;
}
.commerce .logosbase table tbody > tr:last-child th,
.commerce .logosbase table tfoot > tr:last-child th,
.commerce .logosbase table tbody > tr:last-child td,
.commerce .logosbase table tfoot > tr:last-child td {
  border-bottom: 0 none;
}
.commerce .logosbase table tfoot > tr:first-child th,
.commerce .logosbase table tfoot > tr:first-child td {
  border-top: 1px solid #d1d1d1;
}
.commerce .logosbase p {
  color: inherit;
  font: inherit;
  margin-bottom: 0;
}
.commerce .logosbase p:first-child {
  margin-top: 0;
}
.commerce .logosbase small {
  font-size: 14px;
  line-height: 18px;
  margin-top: 0;
}
.commerce .logosbase .small {
  font-size: 14px;
  line-height: 18px;
}
.commerce .logosbase .extra-small {
  font-size: 12px;
}
.commerce .logosbase ol,
.commerce .logosbase ul,
.commerce .logosbase dl {
  margin-bottom: 0;
  text-align: left;
}
.commerce .logosbase ol ol,
.commerce .logosbase ul ol,
.commerce .logosbase dl ol,
.commerce .logosbase ol ul,
.commerce .logosbase ul ul,
.commerce .logosbase dl ul {
  margin-top: 0;
}
.commerce .logosbase ol,
.commerce .logosbase ul {
  padding-left: 30px;
}
.commerce .logosbase ol li,
.commerce .logosbase ul li {
  padding: 0;
  margin: 0;
}
.commerce .logosbase dt,
.commerce .logosbase dfn {
  font-style: italic;
  font-weight: bold;
  margin: 0;
}
.commerce .logosbase dd {
  margin: 0;
  padding-left: 30px;
}
.commerce .logosbase .list-flush {
  list-style: none;
  padding-left: 0;
}
.commerce .logosbase .list-flush dd {
  padding-left: 0;
}
.commerce .logosbase .list-spaced li + li {
  margin-top: 12px;
}
.commerce .logosbase hr {
  border: 0 none;
  border-top: 1px solid #898d8d;
  margin: 24px 0;
}
.commerce .logosbase hr:first-child {
  margin-top: 0;
}
.commerce .logosbase hr:last-child {
  margin-bottom: 0;
}
.commerce .logosbase abbr,
.commerce .logosbase b,
.commerce .logosbase strong,
.commerce .logosbase code,
.commerce .logosbase kbd,
.commerce .logosbase samp,
.commerce .logosbase cite,
.commerce .logosbase del,
.commerce .logosbase s,
.commerce .logosbase dfn,
.commerce .logosbase em,
.commerce .logosbase i,
.commerce .logosbase ins,
.commerce .logosbase mark,
.commerce .logosbase output,
.commerce .logosbase q,
.commerce .logosbase sub,
.commerce .logosbase sup,
.commerce .logosbase time,
.commerce .logosbase u,
.commerce .logosbase var {
  margin-top: 0;
}
.commerce .logosbase abbr {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.commerce .logosbase address {
  font-style: normal;
}
.commerce .logosbase b,
.commerce .logosbase strong {
  font-weight: bold;
}
.commerce .logosbase code,
.commerce .logosbase kbd,
.commerce .logosbase samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.commerce .logosbase cite {
  font-style: normal;
}
.commerce .logosbase del,
.commerce .logosbase s {
  text-decoration: line-through;
}
.commerce .logosbase dfn,
.commerce .logosbase em,
.commerce .logosbase i {
  font-style: italic;
}
.commerce .logosbase ins {
  text-decoration: underline;
}
.commerce .logosbase mark {
  background-color: rgba(246, 101, 0, 0.4);
  color: inherit;
}
.commerce .logosbase output {
  font: inherit;
}
.commerce .logosbase pre {
  font-family: monospace, monospace;
  font-size: 1em;
  margin: 24px 0;
  tab-size: 4;
}
.commerce .logosbase pre:first-child {
  margin-top: 0;
}
.commerce .logosbase pre:last-child {
  margin-bottom: 0;
}
.commerce .logosbase q:before {
  content: '\201C';
}
.commerce .logosbase q:after {
  content: '\201D';
}
.commerce .logosbase sub,
.commerce .logosbase sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.commerce .logosbase sub {
  bottom: -0.25em;
}
.commerce .logosbase sup {
  top: -0.5em;
}
.commerce .logosbase time {
  font: inherit;
}
.commerce .logosbase u {
  text-decoration: underline;
}
.commerce .logosbase var {
  font-style: italic;
}
.commerce .logosbase .h-super {
  font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase .h-super {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h1,
.commerce .logosbase .h1 {
  font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h1,
  .commerce .logosbase .h1 {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h2,
.commerce .logosbase .h2 {
  font: 28px / 34px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h2,
  .commerce .logosbase .h2 {
    font: 30px / 36px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h3,
.commerce .logosbase .h3 {
  font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h3,
  .commerce .logosbase .h3 {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase h4,
.commerce .logosbase .h4 {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h4,
  .commerce .logosbase .h4 {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h5,
  .commerce .logosbase .h5 {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
}
@media (min-width: 1160px) {
  .commerce .logosbase h6,
  .commerce .logosbase .h6 {
    font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (max-width: 1159px) {
  .commerce .logosbase .h-super-sm {
    font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h1-sm {
    font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h2-sm {
    font: 28px / 34px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h3-sm {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h4-sm {
    font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  }
  .commerce .logosbase .h5-sm {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
  .commerce .logosbase .h6-sm {
    font: 24px / 28px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase .h-super-lg {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h1-lg {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase .h2-lg {
    font: 30px / 36px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2,
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5,
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
}
.commerce .logosbase .h-super:first-child,
.commerce .logosbase h1:first-child,
.commerce .logosbase .h1:first-child,
.commerce .logosbase h2:first-child,
.commerce .logosbase .h2:first-child,
.commerce .logosbase h3:first-child,
.commerce .logosbase .h3:first-child,
.commerce .logosbase h4:first-child,
.commerce .logosbase .h4:first-child,
.commerce .logosbase h5:first-child,
.commerce .logosbase .h5:first-child,
.commerce .logosbase h6:first-child,
.commerce .logosbase .h6:first-child {
  margin-top: 0;
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2,
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  color: #06296c;
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  color: #575251;
}
.commerce .logosbase .h-super,
.commerce .logosbase h1,
.commerce .logosbase .h1,
.commerce .logosbase h2,
.commerce .logosbase .h2 {
  font-weight: 900;
}
.commerce .logosbase h3,
.commerce .logosbase .h3,
.commerce .logosbase h4,
.commerce .logosbase .h4,
.commerce .logosbase h5,
.commerce .logosbase .h5 {
  font-weight: 700;
}
.commerce .logosbase h6,
.commerce .logosbase .h6 {
  font-weight: normal;
}
.commerce .logosbase .b5 {
  letter-spacing: 0.7;
}
.commerce .logosbase .h-bold {
  font-weight: bold;
}
.commerce .logosbase .h-descriptor {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  color: #06296c;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
}
.commerce .logosbase .h-descriptor:first-child {
  margin-top: 0;
}
.commerce .logosbase .h-descriptor--strong {
  font-weight: 900;
}
.commerce .logosbase .h-italic {
  font-style: italic;
}
.commerce .logosbase .h-white {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.commerce .logosbase .b1 {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b2 {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b3 {
  font: 14px / 20px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b4 {
  font: 13px / 18px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .b5 {
  letter-spacing: 0.7;
}
.commerce .logosbase .ui1 {
  font: 18px / 18px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui2 {
  font: 16px / 16px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui3 {
  font: 14px / 14px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui4 {
  font: 13px / 13px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .ui5 {
  font: 12px / 12px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .blockquote {
  font: 16px/20px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  margin: 24px auto;
  max-width: 680px;
  text-align: center;
}
@media (min-width: 1160px) {
  .commerce .logosbase .blockquote {
    font: 16px/20px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .blockquote:first-child {
  margin-top: 0;
}
.commerce .logosbase .blockquote:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .blockquote__footer {
  font-weight: bold;
  margin-top: 8px;
}
.commerce .logosbase .blockquote--flush {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}
.commerce .logosbase .btn {
  appearance: none;
  background-color: #429c1c;
  border-radius: 3px;
  border: 1px solid #429c1c;
  color: #fafafa;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
  min-width: 72px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .btn:not(.btn--link) {
  padding: 8px 10px;
}
.commerce .logosbase .btn::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .btn:last-child,
.commerce .logosbase .btn:last-of-type {
  margin-right: 0;
}
.commerce .logosbase .btn:visited {
  color: #fafafa;
}
.commerce .logosbase .btn:active {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #6fb352;
  color: #fafafa;
  border-color: #6fb352;
}
.commerce .logosbase .btn:hover {
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
}
.commerce .logosbase .btn:focus {
  border: solid 2px #79cafb;
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
  text-decoration: none;
}
.commerce .logosbase .btn--sm {
  min-width: 56px;
  font-size: 14px;
}
.commerce .logosbase .btn--sm:not(.btn--link) {
  padding: 6px 8px;
}
.commerce .logosbase .btn:disabled,
.commerce .logosbase .btn--disabled {
  background-color: #b1d2a2;
  border-color: #b1d2a2;
  color: #fafafa;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .btn:disabled:visited,
.commerce .logosbase .btn--disabled:visited {
  color: #fafafa;
}
.commerce .logosbase .btn--link,
.commerce .logosbase .btn--deemphasized {
  font-size: 16px;
  color: #1e91d6;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
.commerce .logosbase .btn--link:active,
.commerce .logosbase .btn--deemphasized:active {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .btn--link:hover,
.commerce .logosbase .btn--deemphasized:hover {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .btn--link:focus,
.commerce .logosbase .btn--deemphasized:focus {
  color: #0174b9;
}
.commerce .logosbase .btn--link:visited,
.commerce .logosbase .btn--deemphasized:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline,
.commerce .logosbase .btn--primary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:visited,
.commerce .logosbase .btn--primary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:active,
.commerce .logosbase .btn--primary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .btn--primary-outline:hover,
.commerce .logosbase .btn--primary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .btn--primary-outline:focus,
.commerce .logosbase .btn--primary-inverted:focus {
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .btn--secondary:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary:active {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .btn--secondary:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .btn--secondary:focus {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .btn--secondary-outline,
.commerce .logosbase .btn--secondary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
  box-shadow: none;
}
.commerce .logosbase .btn--secondary-outline:visited,
.commerce .logosbase .btn--secondary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary-outline:active,
.commerce .logosbase .btn--secondary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .btn--secondary-outline:hover,
.commerce .logosbase .btn--secondary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .btn--secondary-outline:focus,
.commerce .logosbase .btn--secondary-inverted:focus {
  color: #1e91d6;
  background-color: #fff;
  border-color: #1e91d6;
}
.commerce .logosbase .btn--light-outline,
.commerce .logosbase .btn--inverted {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .btn--light-outline:visited,
.commerce .logosbase .btn--inverted:visited {
  color: #fff;
}
.commerce .logosbase .btn--light-outline:active,
.commerce .logosbase .btn--inverted:active {
  box-shadow: none;
  background-color: #c0dcec;
  color: #1e91d6;
  border-color: #0174b9;
}
.commerce .logosbase .btn--light-outline:hover,
.commerce .logosbase .btn--inverted:hover {
  background-color: #dae7f0;
  color: #005ec3;
  border-color: #fff;
}
.commerce .logosbase .btn--icon {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
}
.commerce .logosbase .btn--icon:visited {
  color: #fff;
}
.commerce .logosbase .btn--icon:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .btn--icon:focus {
  color: #fff;
}
.commerce .logosbase .btn--icon img {
  margin-right: 6px;
  height: 16px;
  width: auto;
}
@media (min-width: 1160px) {
  .commerce .logosbase .btn--lg {
    font-size: 16px;
    line-height: 1;
    margin-right: 30px;
    min-width: 96px;
  }
  .commerce .logosbase .btn--lg:not(.btn--link) {
    padding: 12px 16px;
  }
  .commerce .logosbase .btn--super {
    font-size: 24px;
    line-height: 1;
    min-width: 128px;
  }
  .commerce .logosbase .btn--super:not(.btn--link) {
    padding: 16px 24px;
  }
}
.commerce .logosbase button.btn-primary {
  appearance: none;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  padding: 11px 13px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
}
.commerce .logosbase button.btn-primary.disabled,
.commerce .logosbase button.btn-primary:disabled {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
  color: #fff;
  cursor: default;
  pointer-events: none;
}
.commerce .logosbase button.btn-primary.disabled:visited,
.commerce .logosbase button.btn-primary:disabled:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary.btn--disabled,
.commerce .logosbase .btn--secondary disabled,
.commerce .logosbase .btn--icon.btn--disabled,
.commerce .logosbase .btn--icon disabled {
  background-color: #a4cfe8;
  border-color: #a4cfe8;
  color: #fff;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .btn--secondary.btn--disabled:visited,
.commerce .logosbase .btn--secondary disabled:visited,
.commerce .logosbase .btn--icon.btn--disabled:visited,
.commerce .logosbase .btn--icon disabled:visited {
  color: #fff;
}
.commerce .logosbase .btn--secondary-outline.btn--disabled,
.commerce .logosbase .btn--secondary-outline:disabled {
  border-color: #a4cfe8;
  color: #a4cfe8;
  background-color: transparent;
}
.commerce .logosbase .btn--light-outline.btn--disabled,
.commerce .logosbase .btn--light-outline:disabled,
.commerce .logosbase .btn--inverted.btn--disabled,
.commerce .logosbase .btn--inverted:disabled {
  border-color: #f5f5f5;
  color: #a8a8a8;
}
.commerce .logosbase .btn--deemphasized.btn--disabled,
.commerce .logosbase .btn--deemphasized:disabled,
.commerce .logosbase .btn--link.btn--disabled,
.commerce .logosbase .btn--link:disabled {
  color: #a4cfe8;
}
.commerce .logosbase .buy-btn {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.commerce .logosbase .buy-btn::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .buy-btn:last-child {
  margin-right: 0;
}
.commerce .logosbase .buy-btn:hover .purchase-options-dialog {
  display: block;
}
.commerce .logosbase .buy-btn .purchase-button-form button,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary {
  appearance: none;
  background-color: #429c1c;
  border-radius: 3px;
  border: 1px solid #429c1c;
  color: #fafafa;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
  min-width: 72px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .buy-btn .purchase-button-form button:not(.btn--link),
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:not(.btn--link) {
  padding: 8px 10px;
}
.commerce .logosbase .buy-btn .purchase-button-form button::first-letter,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary::first-letter {
  text-transform: capitalize;
}
.commerce .logosbase .buy-btn .purchase-button-form button:last-child,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:last-child,
.commerce .logosbase .buy-btn .purchase-button-form button:last-of-type,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:last-of-type {
  margin-right: 0;
}
.commerce .logosbase .buy-btn .purchase-button-form button:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:visited {
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:active {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14);
  background-color: #6fb352;
  color: #fafafa;
  border-color: #6fb352;
}
.commerce .logosbase .buy-btn .purchase-button-form button:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:hover {
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:focus {
  border: solid 2px #79cafb;
  background-color: #58a837;
  border-color: #58a837;
  color: #fafafa;
  text-decoration: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--sm,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--sm {
  min-width: 56px;
  font-size: 14px;
}
.commerce .logosbase .buy-btn .purchase-button-form button--sm:not(.btn--link),
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--sm:not(.btn--link) {
  padding: 6px 8px;
}
.commerce .logosbase .buy-btn .purchase-button-form button:disabled,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:disabled,
.commerce .logosbase .buy-btn .purchase-button-form button--disabled,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--disabled {
  background-color: #b1d2a2;
  border-color: #b1d2a2;
  color: #fafafa;
  cursor: default;
  pointer-events: none;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button:disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary:disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--disabled:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--disabled:visited {
  color: #fafafa;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized {
  font-size: 16px;
  color: #1e91d6;
  text-decoration: none;
  background-color: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:active,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:active {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:hover {
  text-decoration: underline;
  color: #0174b9;
  background-color: transparent;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:focus {
  color: #0174b9;
}
.commerce .logosbase .buy-btn .purchase-button-form button--link:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--link:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--deemphasized:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--deemphasized:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--primary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--primary-inverted:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--primary-inverted:focus {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:active {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary:focus {
  background-color: #53abdf;
  color: #fff;
  border-color: #53abdf;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted {
  background-color: transparent;
  border-color: #1e91d6;
  color: #1e91d6;
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:visited {
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:hover {
  border-color: #1e91d6;
  background-color: #dae7f0;
  color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-outline:focus,
.commerce .logosbase .buy-btn .purchase-button-form button--secondary-inverted:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--secondary-inverted:focus {
  color: #1e91d6;
  background-color: #fff;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:visited,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:active,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:active,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:active {
  box-shadow: none;
  background-color: #c0dcec;
  color: #1e91d6;
  border-color: #0174b9;
}
.commerce .logosbase .buy-btn .purchase-button-form button--light-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--light-outline:hover,
.commerce .logosbase .buy-btn .purchase-button-form button--inverted:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--inverted:hover {
  background-color: #dae7f0;
  color: #005ec3;
  border-color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon {
  background-color: #1e91d6;
  border-color: #1e91d6;
  color: #fff;
  padding: 8px 10px;
  font-size: 16px;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:visited,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:hover,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:hover {
  background-color: #399eda;
  color: #fff;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon:focus,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon:focus {
  color: #fff;
}
.commerce .logosbase .buy-btn .purchase-button-form button--icon img,
.commerce .logosbase .buy-btn .purchase-button-form .btn-primary--icon img {
  margin-right: 6px;
  height: 16px;
  width: auto;
}
@media (min-width: 1160px) {
  .commerce .logosbase .buy-btn .purchase-button-form button--lg,
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--lg {
    font-size: 16px;
    line-height: 1;
    margin-right: 30px;
    min-width: 96px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--lg:not(.btn--link),
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--lg:not(.btn--link) {
    padding: 12px 16px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--super,
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--super {
    font-size: 24px;
    line-height: 1;
    min-width: 128px;
  }
  .commerce .logosbase .buy-btn .purchase-button-form button--super:not(.btn--link),
  .commerce .logosbase .buy-btn .purchase-button-form .btn-primary--super:not(.btn--link) {
    padding: 16px 24px;
  }
}
.commerce .logosbase .buy-btn .purchase-options-dialog {
  display: none;
  left: 100%;
  list-style: none;
  margin-top: 0;
  padding: 0 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.commerce .logosbase .buy-btn .purchase-options-dialog li {
  display: block;
  margin-top: 8px;
}
.commerce .logosbase .buy-btn .purchase-options-dialog li:first-child {
  margin-top: 0;
}
.commerce .logosbase .buy-btn .purchase-options-dialog .purchase-button-form button,
.commerce .logosbase .buy-btn .purchase-options-dialog .purchase-button-form .btn-primary {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  min-width: 95px;
  padding: 8px 1rem;
  transition-property: background-color, border-color, box-shadow, color, opacity;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary {
  color: #fff;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:focus {
  color: #fff;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary {
  background-color: #429c1c;
  border-color: #429c1c;
}
.commerce .logosbase .buy-btn--primary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary .purchase-button-form .btn-primary:focus {
  background-color: #58a837;
  border-color: #58a837;
}
.commerce .logosbase .buy-btn--secondary .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--primary-outline .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary {
  background-color: #1e91d6;
  border-color: #1e91d6;
}
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--secondary-outline .purchase-button-form .btn-primary:focus {
  background-color: #399eda;
  border-color: #399eda;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:visited,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:visited {
  color: #fff;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:active,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:active {
  box-shadow: none;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:hover,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:hover,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button:focus,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form .btn-primary:focus {
  background-color: #fff;
  border-color: #fff;
  color: #429c1c;
}
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button.print,
.commerce .logosbase .buy-btn--light-outline .purchase-button-form button.download {
  background-color: #429c1c;
  color: white;
}
.commerce .logosbase .figure {
  margin: 24px 0;
}
.commerce .logosbase .figure:first-child {
  margin-top: 0;
}
.commerce .logosbase .figure:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .figure__image {
  margin-bottom: 0;
}
.commerce .logosbase .figure__caption {
  margin-top: 0;
}
.commerce ::placeholder {
  color: #c4c4c4;
  opacity: 1;
  font-style: normal;
}
.commerce ::-webkit-placeholder {
  color: #c4c4c4;
  opacity: 1;
  font-style: normal;
}
.commerce :-ms-input-placeholder {
  color: #c4c4c4;
}
.commerce ::-ms-input-placeholder {
  color: #c4c4c4;
}
.commerce .logosbase .form {
  margin: 24px 0;
}
.commerce .logosbase .form--cozy {
  margin-top: 12px;
}
.commerce .logosbase .form:first-child {
  margin-top: 0;
}
.commerce .logosbase .form:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .form__field {
  margin: 12px 0;
}
.commerce .logosbase .form__label {
  display: inline-block;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  margin-left: 15px;
}
.commerce .logosbase .form__label + * {
  margin-top: 0;
}
.commerce .logosbase .form__input,
.commerce .logosbase .form__select,
.commerce .logosbase .form__textarea,
.commerce .logosbase .form__input-bar-input {
  -webkit-appearance: none;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #d1d1d1;
  box-sizing: border-box;
  color: #333;
  display: block;
  font: inherit;
  line-height: inherit;
  max-width: 100%;
  padding: 12px 15px;
  transition: border-color 0.3s ease;
}
.commerce .logosbase .form__input:focus,
.commerce .logosbase .form__select:focus,
.commerce .logosbase .form__textarea:focus,
.commerce .logosbase .form__input-bar-input:focus {
  border: 1px solid #005ec3;
  outline: 0 none;
}
.commerce .logosbase .form__input,
.commerce .logosbase .form__input-bar-input {
  overflow: visible;
  min-width: 10em;
  width: 16em;
}
.commerce .logosbase .form__input[type='color'],
.commerce .logosbase .form__input-bar-input[type='color'] {
  height: 96px;
  width: 96px;
}
.commerce .logosbase .form__input[type='date'],
.commerce .logosbase .form__input-bar-input[type='date'],
.commerce .logosbase .form__input[type='time'],
.commerce .logosbase .form__input-bar-input[type='time'],
.commerce .logosbase .form__input[type='datetime-local'],
.commerce .logosbase .form__input-bar-input[type='datetime-local'],
.commerce .logosbase .form__input[type='month'],
.commerce .logosbase .form__input-bar-input[type='month'] {
  -webkit-appearance: listbox;
}
.commerce .logosbase .form__select {
  background: #fff url(https://files.logoscdn.com/v1/files/3933551/content.svg?signature=EVyBQ2DulSzTPuorkfs1QBPpdp4) calc(100% - 7.5px) center no-repeat;
  background-size: 12px auto;
  -moz-appearance: none;
  position: relative;
  width: 20em;
}
.commerce .logosbase .form__select::-ms-expand {
  background-color: transparent;
  border: 0;
}
.commerce .logosbase .form__input--narrow,
.commerce .logosbase .form__select--narrow {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
}
.commerce .logosbase .form__input--full-width,
.commerce .logosbase .form__select--full-width {
  width: 100%;
}
.commerce .logosbase .form__textarea {
  overflow: auto;
  resize: vertical;
  width: 100%;
}
.commerce .logosbase .form__file-input {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  box-sizing: border-box;
  display: block;
  line-height: 12px;
  padding: 8px 7.5px;
  transition: border-color 0.3s ease;
  width: 16em;
}
.commerce .logosbase .form__file-input:focus {
  border-color: #005ec3;
  outline: 0 none;
}
.commerce .logosbase .form__fieldset {
  border: 1px solid #d1d1d1;
  border-radius: 3px;
  margin: 0 0 12px 0;
  padding: 0 15px;
}
.commerce .logosbase .form__legend {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  box-sizing: border-box;
  color: inherit;
  display: inline-block;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-style: italic;
  margin: 12px 0 0 0;
  padding: 0;
  white-space: normal;
}
@media (min-width: 1160px) {
  .commerce .logosbase .form__legend {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .form__legend:first-child {
  margin-top: 0;
}
.commerce .logosbase .form__checkbox,
.commerce .logosbase .form__radio {
  align-items: flex-start;
  display: flex;
  margin-top: 8px;
}
.commerce .logosbase .form__checkbox:first-child,
.commerce .logosbase .form__radio:first-child {
  margin-top: 0;
}
.commerce .logosbase .form__checkbox-input,
.commerce .logosbase .form__radio-input {
  background-color: #fff;
  border: 1px solid #d1d1d1;
  display: inline-block;
  flex-shrink: 0;
  font-size: inherit;
  height: 1em;
  margin: 4px 0.5em 0 0;
  outline: 0 none;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, border-color;
  vertical-align: top;
  width: 1em;
  -webkit-appearance: none;
}
.commerce .logosbase .form__checkbox-input:before,
.commerce .logosbase .form__radio-input:before {
  display: block;
  left: 50%;
  padding: -1px 0 0 -1px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) scale(0);
  transition: transform 0.3s ease;
}
.commerce .logosbase .form__checkbox-input:checked,
.commerce .logosbase .form__radio-input:checked {
  background-color: #005ec3;
  border-color: #005ec3;
}
.commerce .logosbase .form__checkbox-input:checked:before,
.commerce .logosbase .form__radio-input:checked:before {
  transform: translateY(-50%) translateX(-50%) scale(1);
}
.commerce .logosbase .form__checkbox-input:focus,
.commerce .logosbase .form__radio-input:focus {
  border-color: #005ec3;
}
.commerce .logosbase .form__checkbox-label,
.commerce .logosbase .form__radio-label {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  flex-shrink: 1;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
}
.commerce .logosbase .form__checkbox-input {
  border-radius: 3px;
}
.commerce .logosbase .form__checkbox-input:before {
  color: #fff;
  content: '\2714';
  font-size: 0.75em;
  line-height: 1em;
  text-align: center;
  width: 100%;
}
.commerce .logosbase .form__radio-input {
  border-radius: 100%;
}
.commerce .logosbase .form__radio-input:before {
  background-color: #fff;
  border-radius: 100%;
  content: '';
  height: 0.5em;
  width: 0.5em;
}
.commerce .logosbase .form__input-bar {
  display: flex;
  max-width: 20em;
  overflow: hidden;
}
.commerce .logosbase .form__input-bar--narrow .form__input-bar-input,
.commerce .logosbase .form__input-bar--narrow .form__input-bar-btn {
  padding-top: 8px;
  padding-bottom: 8px;
}
.commerce .logosbase .form__input-bar--full-width {
  max-width: 100%;
  width: 100%;
}
.commerce .logosbase .form__input-bar--full-width .form__input-bar-input {
  flex-grow: 1;
}
.commerce .logosbase .form__input-bar-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right-color: transparent;
  display: inline-block;
  margin-bottom: 0;
  max-width: none;
}
.commerce .logosbase .form__input-bar-input:focus {
  border-right: 2px solid #005ec3;
}
.commerce .logosbase .form__input-bar-btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left-width: 0;
  flex-shrink: 0;
  margin-top: 0;
  min-width: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}
.commerce .logosbase .hr-display {
  border-color: #005ec3;
  border-top-width: 2px;
  display: block;
  margin: 24px auto;
  width: 70px;
}
.commerce .logosbase .hr-display:first-child {
  margin-top: 24px;
}
.commerce .logosbase .hr-display:last-child {
  margin-bottom: 24px;
}
.commerce .logosbase .hr-display--light {
  border-color: #fff;
}
.commerce .logosbase .hr-display--left {
  margin-left: 0;
  margin-right: 0;
}
.commerce .logosbase .hr-gradient {
  background: linear-gradient(to left, #1e91d6 33.33%, #005ec3 33.33%, #005ec3 66.67%, #06296c 66.67%);
  width: 36px;
  height: 4px;
  border: none;
  display: block;
  margin: 24px auto;
}
.commerce .logosbase .hr-gradient:first-child {
  margin-top: 24px;
}
.commerce .logosbase .hr-gradient:last-child {
  margin-bottom: 24px;
}
.commerce .logosbase .hr-gradient--light {
  border-color: #fff;
  background: linear-gradient(to left, #d8effc 33.33%, #1e91d6 33.33%, #1e91d6 66.67%, #005ec3 66.67%);
}
.commerce .logosbase .hr-gradient--left {
  margin-left: 0;
  margin-right: 0;
}
.commerce .logosbase .list-unstyled {
  list-style: none;
  padding-left: 0;
}
.commerce .logosbase .list-unstyled dd {
  padding-left: 0;
}
.commerce .logosbase .list-spaced li {
  margin-bottom: 12px;
}
.commerce .logosbase .list-inline {
  padding-left: 0;
}
.commerce .logosbase .list-inline li {
  display: inline-block;
  margin: 0 15px;
}
.commerce .logosbase .list-inline li:first-child {
  margin-left: 0;
}
.commerce .logosbase .list-inline li:last-child {
  margin-right: 0;
}
.commerce .logosbase .product {
  border: 1px solid transparent;
  border-radius: 3px;
  color: #333;
  display: inline-block;
}
.commerce .logosbase .product--center {
  text-align: center;
}
.commerce .logosbase .product--center .product__image {
  align-self: flex-start;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}
.commerce .logosbase .product__image {
  align-items: flex-end;
  border: 0 none;
  display: block;
  display: flex;
  height: 216px;
}
.commerce .logosbase .product__image img {
  height: auto;
  max-height: 100%;
  width: auto;
}
.commerce .logosbase .product__title {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  color: #333;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product__title {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .product__title:first-child {
  margin-top: 0;
}
.commerce .logosbase .product__tagline {
  font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  color: #333;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product__tagline {
    font: 16px / 20px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase .product__tagline:first-child {
  margin-top: 0;
}
.commerce .logosbase .product__title,
.commerce .logosbase .product__tagline {
  margin-top: 12px;
}
.commerce .logosbase .product__description {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
}
.commerce .logosbase .product__meta,
.commerce .logosbase .product__compare-price,
.commerce .logosbase .product__percent-savings,
.commerce .logosbase .product__price {
  margin-top: 0;
}
.commerce .logosbase .product__meta {
  font-size: 14px;
  line-height: 18px;
}
.commerce .logosbase .product__percent-savings {
  color: #ce0000;
}
.commerce .logosbase .product__price {
  color: #333;
  font-weight: bold;
}
.commerce .logosbase .product--featured .product__title {
  font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  font-weight: bold !important;
}
@media (min-width: 1160px) {
  .commerce .logosbase .product--featured .product__title {
    font: 22px / 28px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase .product--featured .product__title:first-child {
  margin-top: 0;
}
.commerce .logosbase .video-thumbnail {
  line-height: 0;
  margin: 24px 0;
}
.commerce .logosbase .video-thumbnail:first-child {
  margin-top: 0;
}
.commerce .logosbase .video-thumbnail:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .video-thumbnail__inner {
  display: inline-block;
  margin-top: 0;
  position: relative;
}
.commerce .logosbase .video-thumbnail__play-btn {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: 33.333%;
  left: 50%;
  margin-left: -9.375%;
  margin-top: -9.375%;
  position: absolute;
  top: 50%;
  transition: background-color 0.4s ease;
  width: 18.75%;
}
.commerce .logosbase .video-thumbnail__play-btn:focus,
.commerce .logosbase .video-thumbnail__play-btn:active,
.commerce .logosbase .video-thumbnail__play-btn:hover {
  background-color: rgba(115, 133, 159, 0.5);
}
.commerce .logosbase .video-thumbnail__play-icon {
  height: 33.333%;
  left: 50%;
  margin: -16.6665% 0 0 -11.111%;
  position: absolute;
  top: 50%;
  width: 33.333%;
}
.commerce .logosbase .video-thumbnail__image {
  margin-top: 0;
}
.commerce .logosbase .four-up {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.commerce .logosbase .four-up__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.33333333%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .four-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .four-up__section:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .four-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .four-up__section:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .four-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-bottom: 0;
  }
}
.commerce .logosbase .media {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
}
.commerce .logosbase .media:first-child {
  margin-top: 0;
}
.commerce .logosbase .media:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .media__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 580px) {
  .commerce .logosbase .media {
    display: flex;
  }
  .commerce .logosbase .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-top: 0;
  }
  .commerce .logosbase .media__section--bigger {
    flex-shrink: 0;
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
  }
  .commerce .logosbase .media__section--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .media--reverse {
    flex-direction: row-reverse;
  }
  .commerce .logosbase .media--reverse .media__section:first-child {
    float: right;
  }
  .commerce .logosbase .media--reverse .media__section:last-child {
    float: left;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .media__section:last-child {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .media__section--bigger:first-child,
  .commerce .logosbase .media__section--smaller:first-child {
    margin-left: 0;
  }
  .commerce .logosbase .media__section--bigger + .media__section,
  .commerce .logosbase .media__section--smaller + .media__section {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .media__section--bigger {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media__section--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .media--reverse .media__section:last-child {
    left: -8.33333333%;
  }
  .commerce .logosbase .media--flush-right .media__section:first-child,
  .commerce .logosbase .media--flush-right .media__section:last-child {
    margin-left: 8.33333333%;
    left: 0;
  }
}
.commerce .logosbase .media-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}
.commerce .logosbase .media-grid:first-child {
  margin-top: 0;
}
.commerce .logosbase .media-grid:last-child {
  margin-bottom: -48px;
}
.commerce .logosbase .media-grid__item {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 460px) {
  .commerce .logosbase .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid__item:nth-of-type(3n + 1) {
    clear: left;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .media-grid--highlighted .media-grid__item:nth-of-type(2n + 1) {
    clear: left;
  }
}
.commerce .logosbase .product-grid {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 48px;
}
.commerce .logosbase .product-grid:first-child {
  margin-top: 0;
}
.commerce .logosbase .product-grid:last-child {
  margin-bottom: -48px;
}
.commerce .logosbase .product-grid__product {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 760px) {
  .commerce .logosbase .product-grid__product {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .product-grid__product:nth-of-type(4n + 1) {
    clear: left;
  }
}
.commerce .logosbase .pushed-text-block {
  margin-left: -15px;
  margin-right: -15px;
  max-width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.commerce .logosbase .pushed-text-block .pushed-text-block__content {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 580px) {
  .commerce .logosbase .pushed-text-block {
    margin: auto;
  }
  .commerce .logosbase .pushed-text-block--narrow .pushed-text-block__content {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--bigger {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase .pushed-text-block .pushed-text-block__content--reverse {
    float: right;
  }
}
.commerce .logosbase .row-of-lists {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
  overflow: hidden;
}
.commerce .logosbase .row-of-lists:first-child {
  margin-top: 0;
}
.commerce .logosbase .row-of-lists:last-child {
  margin-bottom: -24px;
}
.commerce .logosbase .row-of-lists__list {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
}
.commerce .logosbase .row-of-lists__list:nth-of-type(n) {
  clear: none;
}
.commerce .logosbase .row-of-lists__list:nth-of-type(1n + 1) {
  clear: left;
}
.commerce .logosbase .row-of-lists__list > * {
  margin-top: 12px;
}
.commerce .logosbase .row-of-lists__list > *:first-child {
  margin-top: 0;
}
@media screen and (min-width: 500px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 680px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 900px) {
  .commerce .logosbase .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists__list:nth-of-type(4n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--two .row-of-lists__list:nth-of-type(2n + 1) {
    clear: left;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .row-of-lists--three .row-of-lists__list:nth-of-type(3n + 1) {
    clear: left;
  }
}
.commerce .logosbase .three-up {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.commerce .logosbase .three-up__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 83.33333333%;
  margin-top: 0;
  margin-bottom: 48px;
}
@media screen and (min-width: 400px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase .three-up__section:nth-of-type(n) {
    clear: none;
  }
  .commerce .logosbase .three-up__section:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .three-up__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-left: 4.16666667%;
  }
  .commerce .logosbase .three-up__section:first-child {
    margin-left: 0;
  }
}
.commerce .logosbase .billboard {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #06296c;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.commerce .logosbase .billboard .h-super,
.commerce .logosbase .billboard h1,
.commerce .logosbase .billboard .h1,
.commerce .logosbase .billboard h2,
.commerce .logosbase .billboard .h2,
.commerce .logosbase .billboard h3,
.commerce .logosbase .billboard .h3,
.commerce .logosbase .billboard h4,
.commerce .logosbase .billboard .h4,
.commerce .logosbase .billboard h5,
.commerce .logosbase .billboard .h5,
.commerce .logosbase .billboard h6,
.commerce .logosbase .billboard .h6 {
  color: #fff;
}
.commerce .logosbase .billboard a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .billboard a:not(.btn):hover,
.commerce .logosbase .billboard a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .billboard .h-super,
.commerce .logosbase .billboard h1,
.commerce .logosbase .billboard .h1,
.commerce .logosbase .billboard h2,
.commerce .logosbase .billboard .h2,
.commerce .logosbase .billboard h3,
.commerce .logosbase .billboard .h3,
.commerce .logosbase .billboard h4,
.commerce .logosbase .billboard .h4,
.commerce .logosbase .billboard h5,
.commerce .logosbase .billboard .h5,
.commerce .logosbase .billboard h6,
.commerce .logosbase .billboard .h6 {
  color: #fff;
}
.commerce .logosbase .billboard .h-descriptor {
  color: #fff;
}
.commerce .logosbase .billboard .h-ruled:before,
.commerce .logosbase .billboard .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase .billboard a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .billboard a:not(.btn):hover,
.commerce .logosbase .billboard a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .billboard--light {
  color: #06296c;
  -webkit-font-smoothing: initial;
  background-color: #f6f6f6;
}
.commerce .logosbase .billboard--light .h-super,
.commerce .logosbase .billboard--light h1,
.commerce .logosbase .billboard--light .h1,
.commerce .logosbase .billboard--light h2,
.commerce .logosbase .billboard--light .h2,
.commerce .logosbase .billboard--light h3,
.commerce .logosbase .billboard--light .h3,
.commerce .logosbase .billboard--light h4,
.commerce .logosbase .billboard--light .h4,
.commerce .logosbase .billboard--light h5,
.commerce .logosbase .billboard--light .h5,
.commerce .logosbase .billboard--light h6,
.commerce .logosbase .billboard--light .h6 {
  color: #06296c;
}
.commerce .logosbase .billboard--light a:not(.btn) {
  border-color: transparent;
  color: #1e91d6;
}
.commerce .logosbase .billboard--light a:not(.btn):hover,
.commerce .logosbase .billboard--light a:not(.btn):focus {
  border-color: #399eda;
  color: #399eda;
}
.commerce .logosbase .billboard--light a:not(.btn):visited {
  color: #5a008f;
}
.commerce .logosbase .billboard__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .billboard__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .billboard__row {
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase .billboard__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}
.commerce .logosbase .billboard__section--no-margin {
  margin-bottom: 0;
}
@media screen and (min-width: 500px) {
  .commerce .logosbase .billboard {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
}
@media screen and (min-width: 620px) {
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
    margin-left: 8.33333333%;
  }
  .commerce .logosbase .billboard__section--small ~ .billboard__section--small {
    margin-left: 0;
  }
}
@media screen and (min-width: 760px) {
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    margin-left: 16.66666667%;
  }
  .commerce .logosbase .billboard__section--small ~ .billboard__section--small {
    margin-left: 0;
  }
}
@media screen and (min-width: 960px) {
  .commerce .logosbase .billboard {
    padding-top: 64px;
    padding-bottom: 64px;
    text-align: left;
  }
  .commerce .logosbase .billboard__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-left: 8.33333333%;
    margin-bottom: 0;
  }
  .commerce .logosbase .billboard__section ~ .billboard__section {
    margin-left: 0;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
    margin-left: 0;
  }
  .commerce .logosbase .billboard--v-center .billboard__row {
    align-items: center;
    display: flex;
  }
  .commerce .logosbase .billboard--v-center .billboard__section--small {
    align-self: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .commerce .logosbase .billboard__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-left: 0;
  }
  .commerce .logosbase .billboard__section--small {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
}
@media screen and (min-width: 1400px) {
  .commerce .logosbase .billboard {
    padding-top: 96px;
    padding-bottom: 96px;
  }
}
.commerce .logosbase .email-cap {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #333;
  overflow: hidden;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  text-align: center;
}
.commerce .logosbase .email-cap .h-super,
.commerce .logosbase .email-cap h1,
.commerce .logosbase .email-cap .h1,
.commerce .logosbase .email-cap h2,
.commerce .logosbase .email-cap .h2,
.commerce .logosbase .email-cap h3,
.commerce .logosbase .email-cap .h3,
.commerce .logosbase .email-cap h4,
.commerce .logosbase .email-cap .h4,
.commerce .logosbase .email-cap h5,
.commerce .logosbase .email-cap .h5,
.commerce .logosbase .email-cap h6,
.commerce .logosbase .email-cap .h6 {
  color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn):hover,
.commerce .logosbase .email-cap a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .email-cap .h-super,
.commerce .logosbase .email-cap h1,
.commerce .logosbase .email-cap .h1,
.commerce .logosbase .email-cap h2,
.commerce .logosbase .email-cap .h2,
.commerce .logosbase .email-cap h3,
.commerce .logosbase .email-cap .h3,
.commerce .logosbase .email-cap h4,
.commerce .logosbase .email-cap .h4,
.commerce .logosbase .email-cap h5,
.commerce .logosbase .email-cap .h5,
.commerce .logosbase .email-cap h6,
.commerce .logosbase .email-cap .h6 {
  color: #fff;
}
.commerce .logosbase .email-cap .h-descriptor {
  color: #fff;
}
.commerce .logosbase .email-cap .h-ruled:before,
.commerce .logosbase .email-cap .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .email-cap a:not(.btn):hover,
.commerce .logosbase .email-cap a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .email-cap:first-child {
  margin-top: 0;
}
.commerce .logosbase .email-cap:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .email-cap__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .email-cap__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .email-cap__form {
  display: inline-block;
  text-align: left;
  max-width: 100%;
  width: 300px;
}
@media (min-width: 700px) {
  .commerce .logosbase .email-cap {
    text-align: left;
  }
  .commerce .logosbase .email-cap__container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .commerce .logosbase .email-cap__text {
    margin-right: 30px;
  }
  .commerce .logosbase .email-cap__text p {
    margin-bottom: 0;
  }
  .commerce .logosbase .email-cap__form {
    flex-shrink: 0;
    margin-top: 0;
    width: 20rem;
  }
}
.commerce .logosbase .secondary-nav {
  background-color: #fff;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  height: 42px;
  overflow: hidden;
  position: relative;
  left: 0;
  margin-top: 0;
  transition: height 0.4s ease;
  width: 100%;
  z-index: 100;
  -webkit-font-smoothing: antialiased;
}
.commerce .logosbase .secondary-nav__toggle {
  border: 0 none;
  display: inline-block;
  margin: 12px 15px;
  position: absolute;
  right: 0;
  top: 1px;
  transition: box-shadow 0.4s ease;
  z-index: 1000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.commerce .logosbase .secondary-nav__toggle--active {
  box-shadow: none;
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-secondary-line {
  opacity: 0;
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transform: rotate(45deg) translateY(6px);
}
.commerce .logosbase .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transform: rotate(-45deg) translateY(-6px);
}
.commerce .logosbase .secondary-nav__toggle-svg {
  display: block;
}
.commerce .logosbase .secondary-nav__toggle-secondary-line {
  transition: opacity 0.4s ease;
}
.commerce .logosbase .secondary-nav__toggle-primary-line-1,
.commerce .logosbase .secondary-nav__toggle-primary-line-2 {
  transition: transform 0.4s ease;
  transform-origin: center center;
}
.commerce .logosbase .secondary-nav__toggle-primary-line-1 {
  transform: rotate(0) translateX(0) translateY(0) scaleX(1);
}
.commerce .logosbase .secondary-nav__toggle-primary-line-2 {
  transform: rotate(0) translateX(0) translateY(0) scaleX(1);
}
.commerce .logosbase .secondary-nav__container {
  margin-top: 0;
}
.commerce .logosbase .secondary-nav__current,
.commerce .logosbase .secondary-nav__link {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  color: #333;
  display: block;
  line-height: 18px;
  padding: 12px 15px;
}
.commerce .logosbase .secondary-nav__current {
  background-color: #005ec3;
  color: #fff;
  text-align: center;
}
.commerce .logosbase .secondary-nav__list,
.commerce .logosbase .secondary-nav__dropdown {
  font-size: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}
.commerce .logosbase .secondary-nav__list {
  border-bottom: #898d8d 1px solid;
  padding: 0;
}
.commerce .logosbase .secondary-nav__item {
  border-top: #898d8d 1px solid;
  display: block;
  position: relative;
}
.commerce .logosbase .secondary-nav__link {
  border: 0 none;
  transition: background-color 0.4s ease;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.commerce .logosbase .secondary-nav__link:visited {
  color: #333;
}
.commerce .logosbase .secondary-nav__link:hover {
  color: #004590;
}
.commerce .logosbase .secondary-nav__dropdown-toggle {
  border: 0 none;
  display: block;
  line-height: 0;
  margin-top: 0;
  padding: 14px 15px 12px 15px;
  position: absolute;
  transition: 0.4s ease;
  transition-property: transform;
  top: 0;
  right: 0;
}
.commerce .logosbase .secondary-nav__dropdown-toggle--flipped {
  transform: rotateX(-180deg);
}
.commerce .logosbase .secondary-nav__dropdown-toggle svg {
  margin: 0;
}
.commerce .logosbase .secondary-nav__dropdown {
  background-color: #f6f6f6;
  display: none;
  padding: 0.5em 0;
}
.commerce .logosbase .secondary-nav--open {
  height: 100%;
  height: 100vh;
  overflow: scroll;
}
.commerce .logosbase .secondary-nav--fixed {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
}
.commerce .logosbase .secondary-nav--dark .secondary-nav__current {
  background-color: #333;
}
@media (min-width: 600px) {
  .commerce .logosbase .secondary-nav {
    background-color: #005ec3;
    height: auto;
    overflow: visible;
  }
  .commerce .logosbase .secondary-nav__toggle,
  .commerce .logosbase .secondary-nav__current {
    display: none;
  }
  .commerce .logosbase .secondary-nav__container {
    margin-left: auto;
    margin-right: auto;
    max-width: 982px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: visible;
    padding: 0;
  }
  .commerce .logosbase .secondary-nav__container:after {
    clear: both;
    content: '';
    display: table;
  }
  .commerce .logosbase .secondary-nav__list {
    border-bottom: 0 none;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__list {
      align-items: stretch;
      display: flex;
      justify-content: space-around;
    }
  }
  .commerce .logosbase .secondary-nav__dropdown-toggle {
    display: none;
  }
  .commerce .logosbase .secondary-nav__dropdown {
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 100;
  }
  .commerce .logosbase .secondary-nav__item {
    border-top: 0 none;
    display: inline-block;
    position: static;
    transition: background-color 0.4s ease;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__item {
      display: inline-flex;
    }
  }
  .commerce .logosbase .secondary-nav__item:hover .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__item:hover .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
    }
  }
  .commerce .logosbase .secondary-nav__link {
    color: #fff;
    display: inline-block;
    font-size: 14px;
  }
  .commerce .logosbase .secondary-nav__link:visited {
    color: #fff;
  }
  .commerce .logosbase .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav__link--active {
    background-color: #004590;
    color: #fff;
  }
  .commerce .logosbase .secondary-nav__link:focus ~ .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__link:focus ~ .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
    }
  }
  .commerce .logosbase .secondary-nav__link--dropdown {
    color: #1e91d6;
  }
  .commerce .logosbase .secondary-nav__link--dropdown:visited {
    color: #1e91d6;
  }
  .commerce .logosbase .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav__link--dropdown:focus {
    background-color: transparent;
    color: #399eda;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav__link {
      align-items: center;
      display: flex;
    }
  }
  .commerce .logosbase .secondary-nav--dark {
    background-color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__dropdown {
    background-color: #f6f6f6;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--active {
    background-color: #666666;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown {
    background-color: #f6f6f6;
    color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:visited {
    color: #333;
  }
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav--dark .secondary-nav__link--dropdown:focus {
    background-color: #f6f6f6;
    color: #666666;
  }
}
@media (min-width: 700px) {
  .commerce .logosbase .secondary-nav__link {
    font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
@media (min-width: 768px) {
  .commerce .logosbase .secondary-nav {
    top: 0;
  }
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__current,
.commerce .logosbase .secondary-nav--unlimited .auto-nav-more {
  display: none;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__current-grey {
  display: block;
  height: 48px;
  background-color: #f5f5f5;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__item {
  border-top: none;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__list {
  background-color: #fff;
  display: block;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:hover,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:active,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:focus,
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__link--active {
  background-color: #ebf7ff;
  color: #1e91d6;
  text-shadow: 1px 0 0 currentColor;
  -webkit-font-smoothing: subpixel-antialiased;
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(48deg) translateY(7px) translateX(-1px);
}
.commerce .logosbase .secondary-nav--unlimited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(-48deg) translateY(-7px) translateX(1px);
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__current {
  display: none;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__current-grey {
  display: block;
  height: 48px;
  background-color: #f5f5f5;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__item {
  border-top: none;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__list,
.commerce .logosbase .secondary-nav--limited .secondary-nav__dropdown {
  background-color: #fff;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:hover,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:active,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus,
.commerce .logosbase .secondary-nav--limited .secondary-nav__link--active {
  background-color: #ebf7ff;
  color: #1e91d6;
  text-shadow: 1px 0 0 currentColor;
  -webkit-font-smoothing: subpixel-antialiased;
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-1 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(48deg) translateY(7px) translateX(-1px);
}
.commerce .logosbase .secondary-nav--limited .secondary-nav__toggle--active .secondary-nav__toggle-primary-line-2 {
  transition-timing-function: ease-in-out;
  transition-duration: 0.3s;
  transform-origin: center center;
  transform: rotate(-48deg) translateY(-7px) translateX(1px);
}
@media (min-width: 600px) {
  .commerce .logosbase .secondary-nav--unlimited {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__current-grey,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__current {
    display: none;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__container {
    text-align: center;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__list {
    display: inline-flex;
    padding: 0;
    list-style: none;
    align-items: center;
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link {
    color: #3d3d3d;
    white-space: nowrap;
  }
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--unlimited .secondary-nav__link--active {
    background-color: transparent;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more {
    position: relative;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .arrow {
    margin-left: 8px;
    transition: transform 0.2s ease-in-out 0s;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .auto-nav-more-list {
    opacity: 1;
    visibility: visible;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .more-btn {
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .arrow {
    transform: rotate(180deg);
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more:hover .arrow path {
    stroke: #1e91d6;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item {
    width: -webkit-fill-available;
    width: -moz-available;
    width: stretch;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link {
    width: inherit;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more .auto-nav-more-list .secondary-nav__item .secondary-nav__link--active {
    background-color: #ebf7ff;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--unlimited .auto-nav-more-list {
    position: absolute;
    right: 0;
    top: 46px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    padding: 0;
    list-style: none;
    box-shadow: 0 5px 5px -3px rgba(110, 131, 183, 0.2), 0 3px 14px 2px rgba(110, 131, 183, 0.12), 0 8px 10px 0 rgba(110, 131, 183, 0.14);
    background-color: #fff;
    border-radius: 4px;
  }
  .commerce .logosbase .secondary-nav--limited {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__current-grey {
    display: none;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect {
    position: relative;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:after {
    content: url(https://files.logoscdn.com/v1/files/52387617/assets/12149467/content.svg?signature=D7-83JB8z207v2IO8aQYCslQk90);
    position: absolute;
    top: 17px;
    right: 0;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:hover .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:active .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:focus .secondary-nav__linkTitle,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect--active .secondary-nav__linkTitle {
    background-color: #fafafa;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:hover:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:active:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect:focus:after,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__item--dropselect--active:after {
    content: url(https://files.logoscdn.com/v1/files/52387599/assets/12149466/content.svg?signature=LasJ0OIIrO5Zb0M0tkG8QRXOQao);
    position: absolute;
    top: 17px;
    right: 0;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__list {
    background-color: #fafafa;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__dropdown {
    background-color: #fff;
    position: absolute;
    width: 218px;
    flex-direction: column;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link {
    color: #3d3d3d;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:hover,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:active,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--active {
    background-color: #fafafa;
    color: #1e91d6;
    text-shadow: 1px 0 0 currentColor;
    -webkit-font-smoothing: subpixel-antialiased;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus ~ .secondary-nav__dropdown {
    display: block;
  }
  @supports (display: flex) {
    .commerce .logosbase .secondary-nav--limited .secondary-nav__link:focus ~ .secondary-nav__dropdown {
      align-items: stretch;
      display: flex;
      justify-content: center;
      flex-direction: column;
    }
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown {
    background-color: #fff;
    color: #3d3d3d;
    width: 100%;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:visited {
    color: #333;
  }
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:hover,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:active,
  .commerce .logosbase .secondary-nav--limited .secondary-nav__link--dropdown:focus {
    background-color: #ebf7ff;
    color: #1e91d6;
  }
}
.commerce .logosbase .section {
  overflow: hidden;
  margin-top: 72px;
  margin-bottom: 72px;
}
.commerce .logosbase .section__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.commerce .logosbase .section__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .section--center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.commerce .logosbase .section--super-narrow {
  margin-top: 24px;
  margin-bottom: 24px;
}
.commerce .logosbase .section--dark {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.commerce .logosbase .section--dark .h-super,
.commerce .logosbase .section--dark h1,
.commerce .logosbase .section--dark .h1,
.commerce .logosbase .section--dark h2,
.commerce .logosbase .section--dark .h2,
.commerce .logosbase .section--dark h3,
.commerce .logosbase .section--dark .h3,
.commerce .logosbase .section--dark h4,
.commerce .logosbase .section--dark .h4,
.commerce .logosbase .section--dark h5,
.commerce .logosbase .section--dark .h5,
.commerce .logosbase .section--dark h6,
.commerce .logosbase .section--dark .h6 {
  color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn):hover,
.commerce .logosbase .section--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .section--dark .h-super,
.commerce .logosbase .section--dark h1,
.commerce .logosbase .section--dark .h1,
.commerce .logosbase .section--dark h2,
.commerce .logosbase .section--dark .h2,
.commerce .logosbase .section--dark h3,
.commerce .logosbase .section--dark .h3,
.commerce .logosbase .section--dark h4,
.commerce .logosbase .section--dark .h4,
.commerce .logosbase .section--dark h5,
.commerce .logosbase .section--dark .h5,
.commerce .logosbase .section--dark h6,
.commerce .logosbase .section--dark .h6 {
  color: #fff;
}
.commerce .logosbase .section--dark .h-descriptor {
  color: #fff;
}
.commerce .logosbase .section--dark .h-ruled:before,
.commerce .logosbase .section--dark .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase .section--dark a:not(.btn):hover,
.commerce .logosbase .section--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase .section--bg,
.commerce .logosbase .section--bg.section--super-narrow {
  margin-top: 0;
  margin-bottom: 0;
}
.commerce .logosbase .section--bg {
  padding-top: 72px;
  padding-bottom: 72px;
}
.commerce .logosbase .section--bg.section--super-narrow {
  padding-top: 24px;
  padding-bottom: 24px;
}
.commerce .logosbase .section--compact {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.commerce .logosbase .section--smush-top {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.commerce .logosbase .section--smush-bottom {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.commerce .logosbase .section > .section:first-child,
.commerce .logosbase .section__container > .section:first-child {
  margin-top: 0;
  padding-top: 0;
}
.commerce .logosbase .section > .section:last-child,
.commerce .logosbase .section__container > .section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
@media screen and (min-width: 560px) {
  .commerce .logosbase .section {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  .commerce .logosbase .section--super-narrow {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .commerce .logosbase .section--narrow {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .commerce .logosbase .section--bg,
  .commerce .logosbase .section--bg.section--super-narrow,
  .commerce .logosbase .section--bg.section--narrow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .commerce .logosbase .section--bg {
    padding-top: 96px;
    padding-bottom: 96px;
  }
  .commerce .logosbase .section--bg.section--super-narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .commerce .logosbase .section--bg.section--narrow {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .commerce .logosbase .section--compact {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1160px) {
  .commerce .logosbase .section__flush-image {
    margin-top: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .commerce .logosbase .section {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .commerce .logosbase .section--super-narrow {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .commerce .logosbase .section--narrow {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .commerce .logosbase .section--bg,
  .commerce .logosbase .section--bg.section--super-narrow,
  .commerce .logosbase .section--bg.section--narrow {
    margin-top: 0;
    margin-bottom: 0;
  }
  .commerce .logosbase .section--bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .commerce .logosbase .section--bg.section--super-narrow {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .commerce .logosbase .section--bg.section--narrow {
    padding-top: 72px;
    padding-bottom: 72px;
  }
  .commerce .logosbase .section--compact {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.commerce .logosbase .bg-lighter-gray {
  background-color: #ebebeb;
}
.commerce .logosbase .bg-off-white {
  background-color: #f6f6f6;
}
.commerce .logosbase .bg-white {
  background-color: #fff;
}
.commerce .logosbase .bg-primary {
  background-color: #005ec3;
}
.commerce .logosbase .bg-navy {
  background-color: #06296c;
}
.commerce .logosbase .bg-off-black {
  background-color: #333;
}
.commerce .logosbase .u-limit-measure {
  margin-left: auto;
  margin-right: auto;
  max-width: 680px;
}
.commerce .logosbase .u-text-center {
  text-align: center;
}
.commerce .logosbase .section--dark a.image-link:link {
  color: #fff;
  border-bottom: 0;
}
.commerce .logosbase .section--dark a.image-link:active,
.commerce .logosbase .section--dark a.image-link:hover,
.commerce .logosbase .section--dark a.image-link:focus {
  border-color: transparent;
  border-bottom: 0;
  color: #399eda;
  outline: 0 none;
}
.commerce .logosbase .shift-up {
  transition: 0.4s ease-out;
  transform: translateY(50px);
}
.commerce .logosbase .shift-up--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .shift-up--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .shift-up.active {
  transform: translateY(0);
}
.commerce .logosbase .shift-left {
  transition: 0.4s ease-out;
  transform: translateX(50px);
}
.commerce .logosbase .shift-left--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .shift-left--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .shift-left.active {
  transform: translateX(0);
}
.commerce .logosbase .fade-in {
  transition: 0.6s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-in--fast {
  transition-duration: 0.2s;
}
.commerce .logosbase .fade-in--linear {
  transition-timing-function: linear;
}
.commerce .logosbase .fade-in.active {
  opacity: 1;
}
.commerce .logosbase .fade-children > * {
  transition: 0.6s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-children.active > * {
  opacity: 1;
}
.commerce .logosbase .fade-bg {
  transition: 0.4s ease-out;
  background-color: #fafafa;
}
.commerce .logosbase .fade-bg.active {
  background-color: #fff;
}
.commerce .logosbase .fade-bg--and-borders {
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-top-style: solid;
  border-bottom-style: solid;
}
.commerce .logosbase .fade-bg--and-borders.active {
  border-top-color: #d1d1d1;
  border-bottom-color: #d1d1d1;
}
.commerce .logosbase .fade-bg--cross-fade > * {
  transition: 0.4s ease-out;
  opacity: 0;
}
.commerce .logosbase .fade-bg--cross-fade.active > * {
  opacity: 1;
}
.commerce .logosbase hr.fade-divider {
  transition: 0.4s ease-out;
  border-top-color: transparent;
}
.commerce .logosbase hr.fade-divider.active {
  border-top-color: #d1d1d1;
}
.commerce .logosbase .shift-up.delay,
.commerce .logosbase .shift-left.delay,
.commerce .logosbase .fade-in.delay,
.commerce .logosbase .fade-bg.delay {
  transition-delay: 0.1s;
}
.commerce .logosbase .shift-up.delay-xl,
.commerce .logosbase .shift-left.delay-xl,
.commerce .logosbase .fade-in.delay-xl,
.commerce .logosbase .fade-bg.delay-xl {
  transition-delay: 0.8s;
}
@media (prefers-reduced-motion) {
  .commerce .logosbase .shift-up,
  .commerce .logosbase .shift-left,
  .commerce .logosbase .fade-in,
  .commerce .logosbase .fade-bg,
  .commerce .logosbase .fade-bg--cross-fade > *,
  .commerce .logosbase hr.fade-divider {
    transition: initial;
  }
  .commerce .logosbase .shift-up,
  .commerce .logosbase .shift-up.active,
  .commerce .logosbase .shift-left,
  .commerce .logosbase .shift-left.active {
    transform: initial;
  }
  .commerce .logosbase .fade-in,
  .commerce .logosbase .fade-in.active,
  .commerce .logosbase .fade-bg--cross-fade > *,
  .commerce .logosbase .fade-bg--cross-fade.active > * {
    opacity: initial;
  }
  .commerce .logosbase .fade-bg,
  .commerce .logosbase .fade-bg.active {
    background-color: #fff;
    border-top-color: #d1d1d1;
    border-bottom-color: #d1d1d1;
  }
  .commerce .logosbase hr.fade-divider,
  .commerce .logosbase hr.fade-divider.active {
    border-top-color: #d1d1d1;
  }
}
.commerce .logosbase .video-bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
.commerce .logosbase .video-bg video {
  margin: 0;
  max-width: none;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width: 1000px) {
  .commerce .logosbase .video-bg video {
    max-height: none;
  }
}
.commerce .logosbase .js-video-bg {
  position: relative;
}
.commerce .logosbase .expand-collapse .expand-collapse__btn {
  width: 100%;
}
.commerce .logosbase .icon-btn {
  background-color: rgba(0, 0, 0, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, transform;
  width: 60px;
}
.commerce .logosbase .icon-btn:active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
}
.commerce .logosbase .icon-btn:hover,
.commerce .logosbase .icon-btn:focus {
  background-color: rgba(0, 94, 195, 0.8);
  box-shadow: none;
  transform: scale(1.25);
}
.commerce .logosbase .icon-btn:focus {
  outline: 0 none;
}
.commerce .logosbase .icon-btn--solid {
  background-color: #333;
}
.commerce .logosbase .icon-btn--solid:hover,
.commerce .logosbase .icon-btn--solid:focus {
  background-color: #005ec3;
}
.commerce .logosbase .icon-btn--close:before {
  color: #fff;
  content: 'x';
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.commerce .logosbase .img-popover {
  margin-top: 0;
  border-radius: 3px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  position: relative;
  border-bottom: initial;
}
.commerce .logosbase .img-popover:before {
  background-position: center center;
  background-repeat: no-repeat;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  height: 60px;
  position: relative;
  transition: 0.3s ease;
  transition-property: background-color, transform;
  width: 60px;
  background-image: url(https://files.logoscdn.com/v1/files/45320283/content.svg?signature=ORblfchTFX8f3pF6AuYqsqQeI5I);
  content: '';
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.commerce .logosbase .img-popover:before:active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
}
.commerce .logosbase .img-popover:before:hover,
.commerce .logosbase .img-popover:before:focus {
  box-shadow: none;
  transform: scale(1.25);
}
.commerce .logosbase .img-popover:before:focus {
  outline: 0 none;
}
.commerce .logosbase .img-popover:before--solid {
  background-color: #333;
}
.commerce .logosbase .img-popover:before--magnify {
  background-image: url(https://files.logoscdn.com/v1/files/42436690/content.svg?signature=sEQYEbD9_VB1zpZT6DyQxPvYVng);
}
.commerce .logosbase .img-popover:before--play {
  background-image: url(https://files.logoscdn.com/v1/files/45856154/content.svg?signature=FYbfNbtNxKw1ly9q6v427QNKRh4);
}
.commerce .logosbase .img-popover:before--close:before {
  color: #fff;
  content: 'x';
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  height: 100%;
  left: 0;
  line-height: 54px;
  position: absolute;
  text-align: center;
  top: 0;
  vertical-align: middle;
  width: 100%;
}
.commerce .logosbase .img-popover:hover:before {
  transform: translate(-50%, -50%) scale(1.25);
}
.commerce .logosbase .img-popover img {
  display: inline-block;
  margin-bottom: 0;
  margin-top: 0;
}
.commerce .logosbase .popover-image {
  height: 100%;
  left: 0;
  overflow-y: auto;
  padding: 72px 32px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.commerce .logosbase .popover-image .container {
  overflow: visible;
}
.commerce .logosbase .popover-image__image {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
  display: inline-block;
  line-height: 0;
  position: relative;
}
.commerce .logosbase .popover-image__image img {
  margin-bottom: 0;
  margin-top: 0;
  max-height: 80vh;
}
.commerce .logosbase .popover-image__close {
  position: absolute;
  right: -30px;
  top: -30px;
}
.commerce .logosbase .js-purchase-button-ajax-pdp-link {
  display: inline-block;
}
.commerce body {
  margin: 0;
  padding-bottom: 64px;
}
.commerce *,
.commerce *:before,
.commerce *:after {
  box-sizing: border-box;
}
.commerce .sg-toggle-grid {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border: 0 none;
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
  bottom: 1.5em;
  font-size: 16px;
  position: fixed;
  right: 15px;
  z-index: 9999;
}
.commerce .sg-toggle-grid:visited {
  color: inherit;
}
.commerce .sg-toggle-grid:hover,
.commerce .sg-toggle-grid:focus {
  color: #003976;
}
.commerce .sg-grid-lines {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.commerce .sg-grid-lines__container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  overflow: visible;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .sg-grid-lines__row {
  margin-left: -15px;
  margin-right: -15px;
  height: 100%;
}
.commerce .sg-grid-lines__col {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 8.33333333%;
  outline: 1px solid rgba(255, 0, 0, 0.15);
  height: 100%;
}
.commerce .sg-grid-lines__col-inner {
  background: rgba(255, 0, 0, 0.15);
  height: 100%;
  min-width: 2px;
}
.commerce .logosbase .sg-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase .sg-container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase .sg-header {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  padding-top: 7.5em;
  padding-bottom: 7.5em;
}
.commerce .logosbase .sg-header__heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #003976;
  font-size: 24px;
}
.commerce .logosbase .sg-header__sub-heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #003976;
  font-size: 18px;
}
.commerce .logosbase .sg-header__sub-heading:first-child {
  margin-top: 1.5em;
}
.commerce .logosbase .sg-header__menu {
  margin: 0.75em 0 0 0;
}
.commerce .logosbase .sg-header a {
  border: 0 none;
  color: inherit;
  text-decoration: underline;
  transition: all 0.3s ease;
}
.commerce .logosbase .sg-header a:visited {
  color: inherit;
}
.commerce .logosbase .sg-header a:hover,
.commerce .logosbase .sg-header a:focus {
  color: #003976;
}
@media (min-width: 600px) {
  .commerce .logosbase .sg-nav__row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .commerce .logosbase .sg-nav__item {
    clear: both;
    float: left;
    margin-top: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66666667%;
  }
  .commerce .logosbase .sg-nav__item:nth-of-type(even) {
    clear: none;
    margin-left: 8.33333333%;
  }
}
.commerce .logosbase .sg-section {
  display: none;
}
.commerce .logosbase .sg-section:target {
  display: block;
}
.commerce .logosbase .sg-section__header {
  background-color: #003976;
}
.commerce .logosbase .sg-section__heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-size: 24px;
  margin: 0;
  padding: 0.375em 0.75em;
  text-align: center;
}
.commerce .logosbase .sg-section--preview {
  background-color: #fff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: block;
  height: 100%;
  opacity: 0.95;
  overflow: hidden;
  position: fixed;
  right: 1.5em;
  top: 1.5em;
  transform: scale(0.5);
  transform-origin: top right;
  width: 100%;
  z-index: 9999;
}
.commerce .logosbase .sg-heading {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border-top: 0.1875em solid #003976;
  border-bottom: 0.1875em solid #003976;
  color: #003976;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0.75em;
  padding-top: 0.375em;
  padding-bottom: 0.375em;
}
.commerce .logosbase .sg-label,
.commerce .logosbase .sg-note {
  font-family: monospace;
  letter-spacing: 0;
  line-height: 1.3em;
  -webkit-font-smoothing: antialiased;
  border: 1px solid #ddd;
  color: #aaa;
  display: block;
  font-size: 12px;
  margin: 0;
  padding: 0.75em;
  text-decoration: none;
}
.commerce .logosbase .sg-label {
  cursor: pointer;
  overflow-x: auto;
  position: relative;
  transition: all 0.3s ease;
}
.commerce .logosbase .sg-label:after {
  background-color: rgba(0, 0, 0, 0.13);
  color: #fff;
  content: 'Click to copy';
  display: block;
  font-weight: bold;
  padding: 0.75em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: background-color 0.3s ease;
  width: 10em;
}
.commerce .logosbase .sg-label--copied:after {
  content: 'Copied!';
}
.commerce .logosbase .sg-label:visited {
  color: #aaa;
}
.commerce .logosbase .sg-label:hover,
.commerce .logosbase .sg-label:focus {
  border-color: #222;
  color: #222;
}
.commerce .logosbase .sg-label:hover:after {
  background-color: #000;
}
.commerce .logosbase a.sg-label:after {
  display: none;
}
.commerce .logosbase .sg-note {
  border-color: #003976;
  color: #003976;
  margin-bottom: 0.75em;
}
.commerce .logosbase .sg-note:last-child {
  margin-bottom: 0;
}
.commerce .logosbase .sg-note:before {
  background-color: #003976;
  border-radius: 100%;
  color: #fff;
  content: 'i';
  display: inline-block;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  margin-right: 0.375em;
  text-align: center;
  width: 1.5em;
}
.commerce .logosbase .sg-dark-bg {
  background: #4a4a4a;
  margin-top: 0;
  padding: 0.75em;
}
.commerce .logosbase .sg-off-black-bg {
  background: #333;
  overflow: hidden;
  margin: 0;
}
.commerce .logosbase #minor-buttons div.sg-container a {
  margin-bottom: 30px;
  margin-top: 6px;
}
.commerce .logosbase #minor-buttons div.sg-container span {
  width: 100%;
  min-height: 50px;
}
.commerce .logosbase #minor-buttons div.sg-container .buttons-columns-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.commerce .logosbase #minor-buttons div.sg-container .buttons-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 50%;
  margin-top: 0;
  padding: 0 10px;
}
.commerce .logosbase #principles-typography div.sg-container .sg-label {
  margin-top: 36px;
}
.commerce .logosbase #principles-typography div.sg-container .sg-heading {
  margin-top: 12px;
}
.commerce .logosbase_l8 .h-descriptor {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  color: #666666;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  line-height: 1;
  margin-top: 12px;
  text-transform: uppercase;
}
.commerce .logosbase_l8 .h-descriptor:first-child {
  margin-top: 0;
}
.commerce .logosbase_l8 .h-descriptor--strong {
  color: #06296c;
  font-weight: bold;
}
.commerce .logosbase_l8 .section--narrow.section--smush-bottom .h-descriptor {
  margin-top: -24px;
}
.commerce .logosbase_l8 .section--super-narrow.section--smush-bottom .h-descriptor {
  margin-top: 24px;
}
.commerce .logosbase_l8 .h-neutral {
  color: #06296c;
}
.commerce .logosbase_l8 .h-ruled:before,
.commerce .logosbase_l8 .h-ruled:after {
  content: '';
  background: #06296c;
  height: 2px;
  width: 24px;
}
.commerce .logosbase_l8 .h-ruled:before {
  display: block;
  margin-bottom: 4px;
}
.commerce .logosbase_l8 .h-ruled:after {
  display: none;
  margin-top: 4px;
}
.commerce .logosbase_l8 .h-ruled.h-descriptor:before {
  margin-bottom: 16px;
}
.commerce .logosbase_l8 .h-ruled.h-descriptor:after {
  margin-top: 16px;
}
.commerce .logosbase_l8 .h-ruled--light:before,
.commerce .logosbase_l8 .h-ruled--light:after {
  background-color: #56a7ff;
}
.commerce .logosbase_l8 .h-ruled--neutral:before,
.commerce .logosbase_l8 .h-ruled.h-descriptor:before,
.commerce .logosbase_l8 .h-ruled--neutral:after,
.commerce .logosbase_l8 .h-ruled.h-descriptor:after {
  background-color: #666666;
}
.commerce .logosbase_l8 .h-ruled--center {
  text-align: center;
}
.commerce .logosbase_l8 .h-ruled--center:before,
.commerce .logosbase_l8 .h-ruled--center:after {
  margin-left: auto;
  margin-right: auto;
}
.commerce .logosbase_l8 .h-ruled--right {
  padding-top: 4px;
  position: relative;
  text-align: right;
}
.commerce .logosbase_l8 .h-ruled--right:before,
.commerce .logosbase_l8 .h-ruled--right:after {
  margin: 0;
  position: absolute;
  right: 0;
}
.commerce .logosbase_l8 .h-ruled--right:before {
  top: 0;
}
.commerce .logosbase_l8 .h-ruled--right:after {
  bottom: 0;
}
.commerce .logosbase_l8 .h-ruled--right.h-descriptor {
  padding-top: 16px;
}
.commerce .logosbase_l8 .h-ruled--under:before {
  display: none;
}
.commerce .logosbase_l8 .h-ruled--under:after {
  display: block;
}
.commerce .logosbase_l8 .h-ruled--under.h-descriptor:before {
  margin-bottom: 16px;
}
.commerce .logosbase_l8 .h-ruled--under.h-descriptor:after {
  margin-top: 16px;
}
.commerce .logosbase_l8 .h-ruled--under.h-ruled--right {
  padding-top: 0;
  padding-bottom: 4px;
}
.commerce .logosbase_l8 .h-ruled--under.h-ruled--right.h-descriptor {
  padding-bottom: 16px;
}
.commerce .logosbase_l8 .h-ruled--under.h-ruled--right.h-descriptor:before,
.commerce .logosbase_l8 .h-ruled--under.h-ruled--right.h-descriptor:after {
  margin: 0;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .h-ruled:before {
    margin-bottom: 24px;
  }
  .commerce .logosbase_l8 .h-ruled:after {
    margin-top: 24px;
  }
  .commerce .logosbase_l8 .h-ruled.h-descriptor:before {
    margin-bottom: 16px;
  }
  .commerce .logosbase_l8 .h-ruled.h-descriptor:after {
    margin-top: 16px;
  }
  .commerce .logosbase_l8 .h-ruled--right {
    padding-top: 24px;
  }
  .commerce .logosbase_l8 .h-ruled--right:before,
  .commerce .logosbase_l8 .h-ruled--right:after {
    margin: 0;
  }
  .commerce .logosbase_l8 .h-ruled--right.h-descriptor {
    padding-top: 16px;
  }
  .commerce .logosbase_l8 .h-ruled--under.h-ruled--right {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .commerce .logosbase_l8 .h-ruled--under.h-ruled--right.h-descriptor {
    padding-bottom: 16px;
  }
}
.commerce .logosbase_l8 .card-pair {
  padding: 24px 0;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase_l8 .card-pair__card {
  margin-top: 0;
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.commerce .logosbase_l8 .card-pair__card:last-child {
  margin-top: 24px;
}
.commerce .logosbase_l8 .card-pair__card-inner {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 580px) {
  .commerce .logosbase_l8 .card-pair__card {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 66.66666667%;
  }
}
@media (min-width: 768px) {
  .commerce .logosbase_l8 .card-pair__card {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase_l8 .card-pair__card:first-child {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase_l8 .card-pair__card:last-child {
    margin-top: 0;
  }
}
.commerce .logosbase_l8 .carousel {
  overflow-x: auto;
}
.commerce .logosbase_l8 .carousel__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  overflow: visible;
}
.commerce .logosbase_l8 .carousel__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase_l8 .carousel__inner {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  font-size: 0;
  white-space: nowrap;
}
.commerce .logosbase_l8 .carousel__item {
  display: inline-block;
  flex-shrink: 0;
  margin-top: 0;
  width: 100%;
}
.commerce .logosbase_l8 .carousel__item--positioned {
  display: inline-flex;
  position: relative;
  right: -50%;
  transition: opacity 0.3s ease;
}
.commerce .logosbase_l8 .carousel__item--positioned .carousel__item-inner {
  display: flex;
  padding: 0 15px;
}
.commerce .logosbase_l8 .carousel__bullet-nav {
  margin-top: 4px;
  text-align: center;
}
.commerce .logosbase_l8 .carousel__bullet-nav--shadowless {
  margin-top: 24px;
}
.commerce .logosbase_l8 .carousel__bullet {
  background-color: #d1d1d1;
  border: 0 none;
  border-radius: 100%;
  display: inline-block;
  height: 12px;
  margin: 0 6px;
  width: 12px;
}
.commerce .logosbase_l8 .carousel__bullet:hover,
.commerce .logosbase_l8 .carousel__bullet:focus {
  background-color: #898d8d;
}
.commerce .logosbase_l8 .carousel__bullet--active,
.commerce .logosbase_l8 .carousel__bullet--active:hover,
.commerce .logosbase_l8 .carousel__bullet--active:focus {
  background-color: #005ec3;
}
.commerce .logosbase_l8 .media--bleed {
  overflow: visible;
}
.commerce .logosbase_l8 .media--bleed .media__section:first-child {
  padding-left: 0;
}
.commerce .logosbase_l8 .media--bleed.media--reverse .media__section:first-child {
  padding-left: 15px;
  padding-right: 0;
}
@media screen and (min-width: 580px) {
  .commerce .logosbase_l8 .media--bleed .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    float: none;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:first-child {
    padding-left: 0;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:last-child {
    margin-top: 24px;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section:first-child {
    padding-left: 15px;
    padding-right: 0;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase_l8 .media--bleed .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 91.66666667%;
    position: static;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:last-child {
    margin-left: 0;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section:first-child {
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase_l8 .media--bleed {
    align-items: center;
    display: flex;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:first-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
    direction: rtl;
    padding: 0 15px;
    position: static;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:first-child img {
    max-width: 150%;
  }
  .commerce .logosbase_l8 .media--bleed .media__section:last-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-left: 8.33333333%;
    margin-top: 0;
    position: static;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse {
    flex-direction: row-reverse;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section:first-child {
    margin-left: 8.33333333%;
    direction: ltr;
    float: right;
    padding: 0 15px;
  }
  .commerce .logosbase_l8 .media--bleed.media--reverse .media__section:last-child {
    float: left;
    margin-left: 0;
  }
}
@media screen and (min-width: 900px) {
  .commerce .logosbase_l8 .media--bleed .media__section:first-child img {
    max-width: 200%;
  }
}
.commerce .logosbase_l8 .three-facts__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
}
.commerce .logosbase_l8 .three-facts__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase_l8 .three-facts__inner {
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 260px;
}
.commerce .logosbase_l8 .three-facts__fact {
  border-bottom: 2px solid #8b9bbd;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  margin-top: 0;
  padding: 32px 0 48px 0;
  text-align: center;
}
.commerce .logosbase_l8 .three-facts__text {
  margin-top: 8px;
}
.commerce .logosbase_l8 .three-facts__text--big {
  font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 900;
  color: #005ec3;
  margin-top: 8px;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .three-facts__text--big {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase_l8 .three-facts__text--big:first-child {
  margin-top: 0;
}
@media (min-width: 700px) {
  .commerce .logosbase_l8 .three-facts__inner {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    max-width: none;
  }
  .commerce .logosbase_l8 .three-facts__fact {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
    border-bottom: 0 none;
    padding: 0 30px;
    position: static;
  }
  .commerce .logosbase_l8 .three-facts__fact:before {
    background-color: #666666;
    content: '';
    display: block;
    height: 100%;
    max-height: 180px;
    position: absolute;
    top: 12px;
    margin-left: -30px;
    width: 1px;
  }
  .commerce .logosbase_l8 .three-facts__fact:first-child:before {
    display: none;
  }
  .commerce .logosbase_l8 .three-facts__text {
    font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  }
  .commerce .logosbase_l8 .three-facts__text--big {
    font: 36px / 42px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
    display: block;
    margin-bottom: 0;
    margin-top: 24px;
    color: #06296c;
    font-weight: 900;
    color: #005ec3;
    margin-top: 8px;
  }
  .commerce .logosbase_l8 .three-facts__text--big:first-child {
    margin-top: 0;
  }
}
@media (min-width: 700px) and (min-width: 1160px) {
  .commerce .logosbase_l8 .three-facts__text--big {
    font: 52px / 55px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
@media (min-width: 700px) and (min-width: 1160px) {
  .commerce .logosbase_l8 .three-facts__fact:before {
    max-height: 200px;
  }
}
.commerce .logosbase .two-col__inner {
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase .two-col__column-first,
.commerce .logosbase .two-col__column-second {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 41.66666667%;
  margin-top: 0;
  text-align: left;
}
.commerce .logosbase .two-col__column-second {
  margin-left: 16.66666667%;
}
@media (max-width: 1160px) {
  .commerce .logosbase .two-col__column-first,
  .commerce .logosbase .two-col__column-second {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    text-align: left;
  }
}
.commerce .logosbase_l8 .accordion-list {
  font: 18px/24px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  list-style: none;
  padding-left: 15px;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .accordion-list {
    font: 18px/22px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase_l8 .accordion-list__item {
  cursor: pointer;
  margin-top: 12px;
  position: relative;
}
.commerce .logosbase_l8 .accordion-list__item:before {
  content: '\25b6';
  display: inline-block;
  font-size: 0.5em;
  left: -15px;
  line-height: 1;
  margin-top: 0.6em;
  position: absolute;
}
.commerce .logosbase_l8 .accordion-list__item:first-child {
  margin-top: 0;
}
.commerce .logosbase_l8 .accordion-list__item--open:before {
  transform: rotate(90deg);
}
.commerce .logosbase_l8 .accordion-list__item--open .accordion-list__section {
  display: block;
}
.commerce .logosbase_l8 .accordion-list__section {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  display: none;
  margin-top: 4px;
}
.commerce .logosbase_l8 .attentionblock {
  margin-top: 0;
  padding: 24px 90px;
  background-color: #ececec;
}
.commerce .logosbase_l8 .attentionblock h1 {
  padding-top: 12px 0;
}
.commerce .logosbase_l8 .attentionblock__desc {
  padding-bottom: 12px;
}
.commerce .logosbase_l8 .attentionblock__desc a:active,
.commerce .logosbase_l8 .attentionblock__desc a:visited,
.commerce .logosbase_l8 .attentionblock__desc a:hover {
  color: #005ec3;
  text-decoration: none;
  border: none;
}
@media (max-width: 1160px) {
  .commerce .logosbase_l8 .attentionblock {
    padding: 24px 30px;
  }
  .commerce .logosbase_l8 .attentionblock__desc {
    padding-bottom: 0;
  }
}
.commerce .logosbase_l8 .quote-card {
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  width: 100%;
}
.commerce .logosbase_l8 .quote-card:last-child {
  margin-bottom: 20px;
}
.commerce .logosbase_l8 .quote-card__image {
  width: 100%;
}
.commerce .logosbase_l8 .quote-card__text {
  font: 16px / 22px 'Source Sans Pro', Arial, sans-serif;
  margin-top: 0;
  padding: 24px 30px 24px 30px;
  white-space: normal;
}
.commerce .logosbase_l8 .quote-card__blockquote {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  margin: 0;
  padding: 0;
}
.commerce .logosbase_l8 .quote-card__blockquote-footer {
  color: #06296c;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 500px) {
  .commerce .logosbase_l8 .quote-card {
    margin-left: auto;
    margin-right: auto;
    width: 66.66666667%;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .quote-card {
    width: 33.33333333%;
  }
}
.commerce .logosbase_l8 .carousel-resource {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%;
  position: relative;
}
.commerce .logosbase_l8 .carousel-resource .carousel-resource__scrim {
  opacity: 0.85;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  position: absolute !important;
  margin: auto;
  margin-top: 0;
  left: 0;
  top: 0;
}
.commerce .logosbase_l8 .carousel-resource .carousel-resource__scrim-text {
  text-align: center;
  line-height: 1.33;
  margin-top: 45%;
  color: #333333;
}
@media (max-width: 1160px) {
  .commerce .logosbase_l8 .carousel-resource {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
}
@media (max-width: 1160px) {
  .commerce .logosbase_l8 .carousel-resource {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 66.66666667%;
  }
}
.commerce .logosbase_l8 .bp-legend svg {
  vertical-align: top;
  margin-right: 12px;
  margin-top: 0;
}
.commerce .logosbase_l8 .attention-bar {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #e00000;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
}
.commerce .logosbase_l8 .attention-bar .h-super,
.commerce .logosbase_l8 .attention-bar h1,
.commerce .logosbase_l8 .attention-bar .h1,
.commerce .logosbase_l8 .attention-bar h2,
.commerce .logosbase_l8 .attention-bar .h2,
.commerce .logosbase_l8 .attention-bar h3,
.commerce .logosbase_l8 .attention-bar .h3,
.commerce .logosbase_l8 .attention-bar h4,
.commerce .logosbase_l8 .attention-bar .h4,
.commerce .logosbase_l8 .attention-bar h5,
.commerce .logosbase_l8 .attention-bar .h5,
.commerce .logosbase_l8 .attention-bar h6,
.commerce .logosbase_l8 .attention-bar .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar a:not(.btn):hover,
.commerce .logosbase_l8 .attention-bar a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .attention-bar .h-super,
.commerce .logosbase_l8 .attention-bar h1,
.commerce .logosbase_l8 .attention-bar .h1,
.commerce .logosbase_l8 .attention-bar h2,
.commerce .logosbase_l8 .attention-bar .h2,
.commerce .logosbase_l8 .attention-bar h3,
.commerce .logosbase_l8 .attention-bar .h3,
.commerce .logosbase_l8 .attention-bar h4,
.commerce .logosbase_l8 .attention-bar .h4,
.commerce .logosbase_l8 .attention-bar h5,
.commerce .logosbase_l8 .attention-bar .h5,
.commerce .logosbase_l8 .attention-bar h6,
.commerce .logosbase_l8 .attention-bar .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar .h-descriptor {
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar .h-ruled:before,
.commerce .logosbase_l8 .attention-bar .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase_l8 .attention-bar a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .attention-bar a:not(.btn):hover,
.commerce .logosbase_l8 .attention-bar a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .attention-bar__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.commerce .logosbase_l8 .attention-bar__container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase_l8 .attention-bar__btn {
  min-width: 124px;
}
.commerce .logosbase_l8 .attention-bar--big {
  background-color: #005ec3;
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .attention-bar__inner {
    margin-left: -15px;
    margin-right: -15px;
    align-items: center;
    display: flex;
  }
  .commerce .logosbase_l8 .attention-bar__section {
    margin-top: 0;
    text-align: left;
  }
  .commerce .logosbase_l8 .attention-bar__section:first-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 75%;
  }
  .commerce .logosbase_l8 .attention-bar__section:last-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
  .commerce .logosbase_l8 .attention-bar__btn {
    min-width: none;
    width: 100%;
  }
  .commerce .logosbase_l8 .attention-bar--big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .commerce .logosbase_l8 .attention-bar--big .attention-bar__section:first-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
    margin-left: 8.33333333%;
  }
  .commerce .logosbase_l8 .attention-bar--big .attention-bar__section:last-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .attention-bar {
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .commerce .logosbase_l8 .attention-bar--big {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .commerce .logosbase_l8 .attention-bar--big .attention-bar__section:first-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-left: 16.66666667%;
  }
  .commerce .logosbase_l8 .attention-bar--big .attention-bar__section:last-child {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 25%;
  }
}
.commerce .logosbase_l8 .video-header {
  background-color: #ebebeb;
  overflow: visible;
  margin-top: 0;
}
.commerce .logosbase_l8 .video-header__main-container,
.commerce .logosbase_l8 .video-header__video-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 982px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 0;
}
.commerce .logosbase_l8 .video-header__main-container:after,
.commerce .logosbase_l8 .video-header__video-container:after {
  clear: both;
  content: '';
  display: table;
}
.commerce .logosbase_l8 .video-header__main-inner {
  margin-left: -15px;
  margin-right: -15px;
}
.commerce .logosbase_l8 .video-header__main {
  margin-top: 0;
  min-height: 304px;
}
.commerce .logosbase_l8 .video-header__main--dark {
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
.commerce .logosbase_l8 .video-header__main--dark .h-super,
.commerce .logosbase_l8 .video-header__main--dark h1,
.commerce .logosbase_l8 .video-header__main--dark .h1,
.commerce .logosbase_l8 .video-header__main--dark h2,
.commerce .logosbase_l8 .video-header__main--dark .h2,
.commerce .logosbase_l8 .video-header__main--dark h3,
.commerce .logosbase_l8 .video-header__main--dark .h3,
.commerce .logosbase_l8 .video-header__main--dark h4,
.commerce .logosbase_l8 .video-header__main--dark .h4,
.commerce .logosbase_l8 .video-header__main--dark h5,
.commerce .logosbase_l8 .video-header__main--dark .h5,
.commerce .logosbase_l8 .video-header__main--dark h6,
.commerce .logosbase_l8 .video-header__main--dark .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn):hover,
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark .h-super,
.commerce .logosbase_l8 .video-header__main--dark h1,
.commerce .logosbase_l8 .video-header__main--dark .h1,
.commerce .logosbase_l8 .video-header__main--dark h2,
.commerce .logosbase_l8 .video-header__main--dark .h2,
.commerce .logosbase_l8 .video-header__main--dark h3,
.commerce .logosbase_l8 .video-header__main--dark .h3,
.commerce .logosbase_l8 .video-header__main--dark h4,
.commerce .logosbase_l8 .video-header__main--dark .h4,
.commerce .logosbase_l8 .video-header__main--dark h5,
.commerce .logosbase_l8 .video-header__main--dark .h5,
.commerce .logosbase_l8 .video-header__main--dark h6,
.commerce .logosbase_l8 .video-header__main--dark .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark .h-descriptor {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark .h-ruled:before,
.commerce .logosbase_l8 .video-header__main--dark .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn):hover,
.commerce .logosbase_l8 .video-header__main--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .video-header__main--dark .video-header__video-heading {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__main-inner {
  align-items: center;
  display: flex;
  padding-top: 48px;
  padding-bottom: 48px;
}
.commerce .logosbase_l8 .video-header__main-content {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.commerce .logosbase_l8 .video-header__video-inner {
  background-color: #fff;
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.5);
  margin-top: 0;
  margin-left: -15px;
  margin-right: -15px;
  min-height: 264px;
  padding-top: 32px;
  text-align: center;
}
.commerce .logosbase_l8 .video-header__video-inner a {
  border: 0 none;
}
.commerce .logosbase_l8 .video-header__video-inner--dark {
  color: #fff;
  -webkit-font-smoothing: antialiased;
  background-color: #005ec3;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .h-super,
.commerce .logosbase_l8 .video-header__video-inner--dark h1,
.commerce .logosbase_l8 .video-header__video-inner--dark .h1,
.commerce .logosbase_l8 .video-header__video-inner--dark h2,
.commerce .logosbase_l8 .video-header__video-inner--dark .h2,
.commerce .logosbase_l8 .video-header__video-inner--dark h3,
.commerce .logosbase_l8 .video-header__video-inner--dark .h3,
.commerce .logosbase_l8 .video-header__video-inner--dark h4,
.commerce .logosbase_l8 .video-header__video-inner--dark .h4,
.commerce .logosbase_l8 .video-header__video-inner--dark h5,
.commerce .logosbase_l8 .video-header__video-inner--dark .h5,
.commerce .logosbase_l8 .video-header__video-inner--dark h6,
.commerce .logosbase_l8 .video-header__video-inner--dark .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn):hover,
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .h-super,
.commerce .logosbase_l8 .video-header__video-inner--dark h1,
.commerce .logosbase_l8 .video-header__video-inner--dark .h1,
.commerce .logosbase_l8 .video-header__video-inner--dark h2,
.commerce .logosbase_l8 .video-header__video-inner--dark .h2,
.commerce .logosbase_l8 .video-header__video-inner--dark h3,
.commerce .logosbase_l8 .video-header__video-inner--dark .h3,
.commerce .logosbase_l8 .video-header__video-inner--dark h4,
.commerce .logosbase_l8 .video-header__video-inner--dark .h4,
.commerce .logosbase_l8 .video-header__video-inner--dark h5,
.commerce .logosbase_l8 .video-header__video-inner--dark .h5,
.commerce .logosbase_l8 .video-header__video-inner--dark h6,
.commerce .logosbase_l8 .video-header__video-inner--dark .h6 {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .h-descriptor {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .h-ruled:before,
.commerce .logosbase_l8 .video-header__video-inner--dark .h-ruled:after {
  background-color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn) {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn):hover,
.commerce .logosbase_l8 .video-header__video-inner--dark a:not(.btn):focus {
  border-color: #fff;
}
.commerce .logosbase_l8 .video-header__video-inner--dark .video-header__video-heading {
  color: #fff;
}
.commerce .logosbase_l8 .video-header__video-heading {
  font: 28px / 34px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  color: #005ec3;
}
.commerce .logosbase_l8 .video-header__video-sub-heading {
  font: 18px / 24px 'Source Sans Pro', Arial, sans-serif;
  display: block;
  margin-bottom: 0;
  margin-top: 24px;
  color: #06296c;
  font-weight: 700;
  margin-top: 8px;
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .video-header__video-sub-heading {
    font: 18px / 22px 'Source Sans Pro', Arial, sans-serif;
  }
}
.commerce .logosbase_l8 .video-header__video-sub-heading:first-child {
  margin-top: 0;
}
.commerce .logosbase_l8 .video-header__video-inner {
  position: relative;
}
.commerce .logosbase_l8 .video-header__play-btn-container {
  bottom: 85px;
  left: 50%;
  position: absolute;
}
.commerce .logosbase_l8 .video-header__play-btn {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: 70px;
  margin-left: -35px;
  position: relative;
  transition: background-color 0.4s ease;
  width: 70px;
}
.commerce .logosbase_l8 .video-header__play-btn:focus,
.commerce .logosbase_l8 .video-header__play-btn:active,
.commerce .logosbase_l8 .video-header__play-btn:hover {
  background-color: rgba(115, 133, 159, 0.5);
}
.commerce .logosbase_l8 .video-header__play-icon {
  height: 33.333%;
  left: 50%;
  margin: -16.6665% 0 0 -11.111%;
  position: absolute;
  top: 50%;
  width: 33.333%;
}
@media (min-width: 500px) {
  .commerce .logosbase_l8 .video-header__main-content {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 66.66666667%;
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .video-header__main,
  .commerce .logosbase_l8 .video-header__main-inner {
    min-height: 384px;
  }
  .commerce .logosbase_l8 .video-header__video-inner {
    min-height: 384px;
  }
  .commerce .logosbase_l8 .video-header__video-inner {
    padding-top: 24px;
  }
  .commerce .logosbase_l8 .video-header__video-heading {
    font: 36px / 44px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
  .commerce .logosbase_l8 .video-header__video-sub-heading {
    margin-top: 12px;
  }
  .commerce .logosbase_l8 .video-header__play-btn-container {
    bottom: 181px;
  }
}
@media (min-width: 997px) {
  .commerce .logosbase_l8 .video-header__main {
    min-height: 768px;
  }
  .commerce .logosbase_l8 .video-header__video-container {
    margin-top: -384px;
  }
  .commerce .logosbase_l8 .video-header__video-inner {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .video-header__video-heading {
    font: 30px / 36px 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  }
}
.commerce .logosbase_l8 .u-br-sm,
.commerce .logosbase_l8 .u-br-md,
.commerce .logosbase_l8 .u-br-lg {
  clear: both;
  display: none;
  margin-top: 0;
}
@media (max-width: 1159px) {
  .commerce .logosbase_l8 .u-br-sm {
    display: block;
  }
}
@media (min-width: 1160px) and (max-width: 1159px) {
  .commerce .logosbase_l8 .u-br-md {
    display: block;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .u-br-lg {
    display: block;
  }
}
.commerce .logosbase_l8 .u-smush {
  margin-top: 0 !important;
}
@media (max-width: 1159px) {
  .commerce .logosbase_l8 .u-smush-sm {
    margin-top: 0 !important;
  }
}
@media (min-width: 1160px) and (max-width: 1159px) {
  .commerce .logosbase_l8 .u-smush-md {
    margin-top: 0 !important;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .u-smush-lg {
    margin-top: 0 !important;
  }
}
.commerce .logosbase_l8 .u-minor-smush {
  margin-top: 8px !important;
}
@media (max-width: 1159px) {
  .commerce .logosbase_l8 .u-minor-smush-sm {
    margin-top: 8px !important;
  }
}
@media (min-width: 1160px) and (max-width: 1159px) {
  .commerce .logosbase_l8 .u-minor-smush-md {
    margin-top: 8px !important;
  }
}
@media (min-width: 1160px) {
  .commerce .logosbase_l8 .u-minor-smush-lg {
    margin-top: 8px !important;
  }
}
.commerce .logosbase .logosbase_l9 .h-l9-gray {
  color: #303030;
}
.commerce .logosbase_l9 .video-card__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 64px 10px 130px 10px;
}
@media (max-width: 760px) {
  .commerce .logosbase_l9 .video-card__container .video-card__text {
    margin-left: 0;
  }
  .commerce .logosbase_l9 .video-card__container .video-card__section {
    width: 100%;
  }
  .commerce .logosbase_l9 .video-card__container .video-card {
    padding: 23px 15px;
  }
}
@media (min-width: 761px) {
  .commerce .logosbase_l9 .video-card__container .video-card__text {
    margin-left: 43px;
  }
  .commerce .logosbase_l9 .video-card__container .video-card__section {
    width: 45%;
  }
  .commerce .logosbase_l9 .video-card__container .video-card {
    padding: 23px 97px;
  }
}
@media (max-width: 762px) {
  .commerce .logosbase_l9 .video-card__container .video-card__text {
    margin-left: 20px;
  }
  .commerce .logosbase_l9 .video-card__container .video-card__section {
    width: 100%;
  }
  .commerce .logosbase_l9 .video-card__container .video-card {
    padding: 23px 15px;
  }
}
@media (max-width: 739px) {
  .commerce .logosbase_l9 .video-card__container .video-card__section {
    width: 100%;
  }
}
.commerce .logosbase_l9 .video-card__container .video-card {
  border-radius: 4px;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  background-color: #303030;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  z-index: 5;
  transform-style: preserve-3d;
  max-width: 724px;
  flex-wrap: wrap;
}
.commerce .logosbase_l9 .video-card__container .video-card .video-card__section {
  display: flex;
  flex-direction: row;
  min-width: 238px;
  flex-wrap: wrap;
}
.commerce .logosbase_l9 .video-card__container .video-card .video-card__video {
  align-items: center;
  justify-content: center;
}
.commerce .logosbase_l9 .video-card__container .video-card .video-card__text {
  align-items: flex-start;
  justify-content: flex-start;
}
.commerce .logosbase_l9 .video-card__container .video-card .video-card__text h1 {
  width: 100%;
}
.commerce .logosbase_l9 .video-card__container .video-card .video-card__text a {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
}
.commerce .logosbase_l9 .video-card__container .video-card .video-card__text a img {
  margin-right: 7px;
  margin-top: 2px;
}
.commerce .logosbase_l9 .video-card__container .video-card::before {
  background-image: url('https://files.logoscdn.com/v1/files/44794459/content.svg?signature=XFkLsCKtG8MRea1uA66XcyGUYbM');
  background-position: top left;
  background-repeat: no-repeat;
  content: '';
  height: 50px;
  width: 200px;
  position: absolute;
  z-index: 1;
  top: 20px;
  left: -92px;
  transform: translateZ(-1px);
}
.commerce .logosbase_l9 .video-card__container .video-card::after {
  background-image: url('https://files.logoscdn.com/v1/files/44865965/content.svg?signature=FQQSBF_CHx6d7_b0s3INfW-a1Ps');
  background-position: top left;
  background-repeat: no-repeat;
  content: '';
  height: 178px;
  width: 178px;
  position: absolute;
  z-index: 1;
  right: -75px;
  bottom: -58px;
  transform: translateZ(-1px);
}
.commerce .logosbase_l9 .endorsement-card__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.commerce .logosbase_l9 .endorsement-card__container .endorsement-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 600px;
}
.commerce .logosbase_l9 .endorsement-card__container .endorsement-card .card {
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 5px 22px 4px rgba(0, 0, 0, 0.12), 0 12px 17px 2px rgba(0, 0, 0, 0.14);
  background-color: #303030;
  border-radius: 4px;
}
.commerce .logosbase_l9 .endorsement-card__container .endorsement-card .card .endorsement-card__text .b1 {
  font-style: italic;
}
.commerce .logosbase_l9 .endorsement-card__container .endorsement-card .text-after-card {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
  text-align: center;
}
.commerce .logosbase_l9 .endorsement-card__container .endorsement-card .text-after-card .dual-ctas {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}
.commerce .logosbase_l9 .endorsement-card__container .endorsement-card .text-after-card .b2 {
  line-height: 24px;
  margin-right: 16px;
  margin-top: 5px;
}
.commerce .logosbase_l9 .endorsement-card__container .endorsement-card .text-after-card .ui3 a {
  color: #1e91d6;
}
@media (max-width: 543px) {
  .commerce .logosbase_l9 .endorsement-card__container .endorsement-card .text-after-card .btn {
    margin-top: 8px;
  }
}
@media (min-width: 544px) {
  .commerce .logosbase_l9 .endorsement-card__container .endorsement-card .text-after-card .btn {
    margin-top: 0;
  }
}
.commerce .logosbase_l9 .endorsement-card__with-image .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 543px) {
  .commerce .logosbase_l9 .endorsement-card__with-image .card {
    justify-content: center;
  }
}
@media (min-width: 544px) {
  .commerce .logosbase_l9 .endorsement-card__with-image .card {
    justify-content: flex-start;
    padding: 30px 47px 28px 67px;
  }
}
@media (max-width: 543px) and (min-width: 513px) {
  .commerce .logosbase_l9 .endorsement-card__with-image .card {
    padding: 30px 47px;
  }
}
@media (min-width: 490px) and (max-width: 512px) {
  .commerce .logosbase_l9 .endorsement-card__with-image .card {
    padding: 16px 30px;
  }
}
@media (max-width: 489px) {
  .commerce .logosbase_l9 .endorsement-card__with-image .card {
    padding: 16px 12px;
  }
}
.commerce .logosbase_l9 .endorsement-card__with-image .card .endorsement-card__image img {
  height: 98px;
  width: 98px;
}
.commerce .logosbase_l9 .endorsement-card__with-image .card .endorsement-card__text {
  max-width: 339px;
  margin-top: 0;
}
@media (max-width: 543px) {
  .commerce .logosbase_l9 .endorsement-card__with-image .card .endorsement-card__text {
    width: 100%;
    margin-left: 0;
    text-align: center;
  }
}
@media (min-width: 544px) {
  .commerce .logosbase_l9 .endorsement-card__with-image .card .endorsement-card__text {
    width: 70%;
    margin-left: 22px;
  }
}
.commerce .logosbase_l9 .endorsement-card__with-image .card .endorsement-card__text .b1 {
  margin-top: 0;
}
.commerce .logosbase_l9 .endorsement-card__without-image .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}
@media (min-width: 521px) {
  .commerce .logosbase_l9 .endorsement-card__without-image .card {
    padding: 32px 12px;
  }
}
@media (max-width: 520px) {
  .commerce .logosbase_l9 .endorsement-card__without-image .card {
    padding: 16px 12px;
  }
}
.commerce .logosbase_l9 .endorsement-card__without-image .card .endorsement-card__icon img {
  max-height: 18px;
  width: auto;
}
.commerce .logosbase_l9 .endorsement-card__without-image .card .endorsement-card__text .h4 {
  margin-top: 7px;
  max-width: 480px;
}
.commerce .logosbase_l9 .persona-card__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.commerce .logosbase_l9 .persona-card__container h1 {
  color: #303030;
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  max-width: 480px;
}
.commerce .logosbase_l9 .persona-card__container .persona-cards::before {
  background-image: url('https://files.logoscdn.com/v1/files/44794459/content.svg?signature=XFkLsCKtG8MRea1uA66XcyGUYbM');
  background-position: top left;
  background-repeat: no-repeat;
  content: '';
  height: 50px;
  width: 200px;
  position: absolute;
  z-index: 1;
}
@media (min-width: 974px) {
  .commerce .logosbase_l9 .persona-card__container .persona-cards::before {
    top: 125px;
    left: 90px;
  }
  .commerce .logosbase_l9 .persona-card__container .persona-cards::after {
    top: 187px;
    right: 70px;
  }
}
@media (min-width: 901px) and (max-width: 973px) {
  .commerce .logosbase_l9 .persona-card__container .persona-cards::before {
    top: 125px;
    left: 65px;
  }
  .commerce .logosbase_l9 .persona-card__container .persona-cards::after {
    top: 187px;
    right: 50px;
  }
}
@media (max-width: 900px) and (min-width: 678px) {
  .commerce .logosbase_l9 .persona-card__container .persona-cards::before {
    top: 125px;
    left: 0;
  }
  .commerce .logosbase_l9 .persona-card__container .persona-cards::after {
    top: 187px;
    right: 0;
  }
}
@media (max-width: 677px) and (min-width: 615px) {
  .commerce .logosbase_l9 .persona-card__container .persona-cards::before {
    top: 125px;
    left: 14%;
  }
  .commerce .logosbase_l9 .persona-card__container .persona-cards::after {
    bottom: 8px;
    right: 14%;
  }
}
@media (min-width: 678px) {
  .commerce .logosbase_l9 .persona-card__container .persona-card:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 677px) {
  .commerce .logosbase_l9 .persona-card__container .persona-card:nth-child(2) {
    margin-top: 24px;
  }
}
@media (max-width: 614px) and (min-width: 525px) {
  .commerce .logosbase_l9 .persona-card__container .persona-cards::before {
    top: 125px;
    left: 6%;
  }
  .commerce .logosbase_l9 .persona-card__container .persona-cards::after {
    bottom: 8px;
    right: 6%;
  }
  .commerce .logosbase_l9 .persona-card__container .persona-card:nth-child(2) {
    margin-top: 24px;
  }
}
@media (max-width: 524px) {
  .commerce .logosbase_l9 .persona-card__container .persona-cards::before {
    top: 125px;
    left: 0;
  }
  .commerce .logosbase_l9 .persona-card__container .persona-cards::after {
    bottom: 8px;
    right: 0;
  }
  .commerce .logosbase_l9 .persona-card__container .persona-card:nth-child(2) {
    margin-top: 24px;
  }
}
.commerce .logosbase_l9 .persona-card__container .persona-cards::after {
  background-image: url('https://files.logoscdn.com/v1/files/44865965/content.svg?signature=FQQSBF_CHx6d7_b0s3INfW-a1Ps');
  background-position: top left;
  background-repeat: no-repeat;
  content: '';
  height: 178px;
  width: 178px;
  position: absolute;
  z-index: 1;
}
.commerce .logosbase_l9 .persona-card__container .persona-cards {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 5;
  width: 100%;
}
.commerce .logosbase_l9 .persona-card__container .persona-card {
  background-color: #1d2126;
  width: 300px;
  min-width: 300px;
  margin-top: 0;
  border-radius: 4px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.2), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 6px 10px 0 rgba(0, 0, 0, 0.14);
  margin: 0 12px;
  z-index: 5;
}
.commerce .logosbase_l9 .persona-card__container .persona-card img {
  width: 300px;
  height: 170px;
}
.commerce .logosbase_l9 .persona-card__container .persona-card .persona-card__text {
  padding: 24px;
  width: 100%;
  margin-top: 0;
}
.commerce .logosbase_l9 .persona-card__container .persona-card .persona-card__text h2 {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
}
.commerce .logosbase_l9 .persona-card__container .persona-card .persona-card__text a {
  margin-top: 12px;
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video {
  background-color: #303030;
  padding: 64px 10px 50px 10px;
  margin-bottom: -40px;
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video .scroll-arrow {
  height: 65px;
  width: 20px;
  position: relative;
  top: 42px;
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  max-width: 800px;
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container h1 {
  margin-top: 8px;
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container h2 {
  max-width: 572px;
  margin-top: 32px;
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 24px;
}
@media (min-width: 549px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__flex-row .btn {
    margin-top: 0;
    margin-left: 10px;
  }
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__flex-row p {
    margin-right: 10px;
  }
}
@media (max-width: 548px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__flex-row .btn {
    margin-top: 8px;
    margin-left: 0;
  }
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__flex-row p {
    margin-right: 0;
  }
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container {
  max-width: 600px;
  width: 100%;
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed {
  margin-top: 64px;
  transform-style: preserve-3d;
}
.commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
  background-image: url('https://files.logoscdn.com/v1/files/44921496/content.svg?signature=d-S2Y9BEXR54Jl13k1Ay6LMVrPc');
  background-size: cover;
  background-repeat: no-repeat;
  height: 282px;
  width: 282px;
  position: absolute;
  right: -130px;
  content: '';
  transform: translateZ(-1px);
}
@media (min-width: 653px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    bottom: 30px;
  }
}
@media (min-width: 605px) and (max-width: 654px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    top: 20px;
  }
}
@media (min-width: 575px) and (max-width: 604px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    top: 10px;
  }
}
@media (min-width: 563px) and (max-width: 574px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    top: 5px;
  }
}
@media (max-width: 562px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    top: 0;
    right: -122px;
  }
}
@media (max-width: 550px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    height: 250px;
    width: 250px;
    top: 10px;
  }
}
@media (max-width: 520px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    height: 220px;
    width: 220px;
    top: 20px;
  }
}
@media (max-width: 498px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    height: 220px;
    width: 220px;
    top: 10px;
  }
}
@media (max-width: 461px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    height: 220px;
    width: 220px;
    top: 0;
    right: -123px;
  }
}
@media (max-width: 436px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    height: 180px;
    width: 180px;
    top: 20px;
    right: -89px;
  }
}
@media (max-width: 420px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    height: 180px;
    width: 180px;
    top: 2%;
  }
}
@media (max-width: 374px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    height: 150px;
    width: 150px;
    top: 8%;
    right: -74px;
  }
}
@media (max-width: 335px) {
  .commerce .logosbase_l9 .section__header-with-video.section__header-with-video .header-with-video__container .header-with-video__video-container .fltv-embed::after {
    height: 150px;
    width: 150px;
    top: 0;
    right: -74px;
  }
}
.commerce .logosbase_l9 .section__header-with-video--bg-image div.section__container div.header-with-video__container div.header-with-video__video-container div::after {
  background-image: none;
}
.commerce .logosbase_l9 section.media--bleed__section {
  overflow: visible;
}
.commerce .logosbase_l9 .media {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 10px 0;
  overflow: hidden;
}
.commerce .logosbase_l9 .media:first-child {
  margin-top: 0;
}
.commerce .logosbase_l9 .media:last-child {
  margin-bottom: 0;
}
.commerce .logosbase_l9 .media__section {
  clear: none;
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.commerce .logosbase_l9 .media__section p.media__tagline {
  color: #666666;
}
.commerce .logosbase_l9 .media__section h2.h2 {
  margin-top: 7px;
}
.commerce .logosbase_l9 .media__section p.media__text {
  color: #444444;
}
.commerce .logosbase_l9 .media__section img {
  max-width: 100%;
  height: auto;
}
.commerce .logosbase_l9 .media--bleed__tablet-wrap {
  overflow: visible;
}
.commerce .logosbase_l9 .media--bleed__tablet-wrap .media__section a.media__linked-image {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.commerce .logosbase_l9 .media--bleed_with-dots::before {
  height: 50px;
  width: 300px;
  background-image: url('https://files.logoscdn.com/v1/files/44794459/content.svg?signature=XFkLsCKtG8MRea1uA66XcyGUYbM');
  background-repeat: no-repeat;
  position: absolute;
  top: -24px;
  left: -130px;
  content: '';
}
@media screen and (min-width: 580px) {
  .commerce .logosbase_l9 .media {
    display: flex;
  }
  .commerce .logosbase_l9 .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
    margin-top: 0;
  }
  .commerce .logosbase_l9 .media__section--bigger {
    flex-shrink: 0;
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 58.33333333%;
  }
  .commerce .logosbase_l9 .media__section--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase_l9 .media--reverse {
    flex-direction: row-reverse;
  }
  .commerce .logosbase_l9 .media--reverse .media__section:first-child {
    float: right;
  }
  .commerce .logosbase_l9 .media--reverse .media__section:last-child {
    float: left;
  }
  .commerce .logosbase_l9 .media--bleed {
    overflow: visible;
  }
  .commerce .logosbase_l9 .media--bleed .media__linked-image {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
  .commerce .logosbase_l9 .media--bleed .media__linked-image img {
    max-width: 120%;
  }
  .commerce .logosbase_l9 .media--bleed.media--reverse .media__linked-image {
    justify-content: flex-start;
  }
  .commerce .logosbase_l9 .media--bleed__tablet-wrap .media__section a.media__linked-image {
    justify-content: center;
  }
}
@media screen and (min-width: 700px) {
  .commerce .logosbase_l9 .media .media__section {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 41.66666667%;
  }
  .commerce .logosbase_l9 .media .media__section:last-child {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase_l9 .media .media__section--bigger:first-child,
  .commerce .logosbase_l9 .media .media__section--smaller:first-child {
    margin-left: 0;
  }
  .commerce .logosbase_l9 .media .media__section--bigger + .media__section,
  .commerce .logosbase_l9 .media .media__section--smaller + .media__section {
    margin-left: 8.33333333%;
  }
  .commerce .logosbase_l9 .media .media__section--bigger {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 50%;
  }
  .commerce .logosbase_l9 .media .media__section--smaller {
    clear: none;
    display: block;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    width: 33.33333333%;
  }
  .commerce .logosbase_l9 .media--reverse .media__section:last-child {
    left: -8.33333333%;
  }
  .commerce .logosbase_l9 .media--flush-right .media__section:first-child,
  .commerce .logosbase_l9 .media--flush-right .media__section:last-child {
    margin-left: 8.33333333%;
    left: 0;
  }
}
.commerce .logosbase_l9 .media--block {
  width: 794px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
}
.commerce .logosbase_l9 .media--block .media__block-section {
  max-width: 100%;
}
.commerce .logosbase_l9 .media--block .media__block-section:first-child {
  width: 300px;
  display: flex;
  justify-content: center;
}
.commerce .logosbase_l9 .media--block .media__block-section:last-child {
  width: 430px;
  margin-top: 0;
}
.commerce .logosbase_l9 .media--block.media--reverse {
  flex-direction: row-reverse;
}
@media (max-width: 580px) {
  .commerce .logosbase_l9 .media,
  .commerce .logosbase_l9 .media.media--reverse {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .commerce .logosbase_l9 .media .media__block-section + .media__block-section {
    margin-top: 24px;
  }
}
@media screen and (min-width: 580px) and (max-width: 1000px) {
  .commerce .logosbase_l9 .media--bleed__tablet-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .commerce .logosbase_l9 .media--bleed__tablet-wrap div.media__section.media__section {
    margin-left: 0;
  }
  .commerce .logosbase_l9 .media--bleed__tablet-wrap div.media__section.media__section div.media__linked-image.media__linked-image {
    align-items: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 18px;
  }
}
@media screen and (max-width: 579px) {
  .commerce .logosbase_l9 .media--bleed__tablet-wrap div.media__section.media__section div.media__linked-image.media__linked-image {
    justify-content: center;
  }
  .commerce .logosbase_l9 .media--bleed__tablet-wrap div.media__section.media__section div.media__linked-image.media__linked-image img {
    max-width: 100%;
  }
}
.commerce .logosbase_l9 .card-carousel {
  width: 100%;
  background-color: #000000;
}
.commerce .logosbase_l9 .card-carousel__container::before {
  background-image: url('https://files.logoscdn.com/v1/files/44865965/content.svg?signature=FQQSBF_CHx6d7_b0s3INfW-a1Ps');
  content: '';
  height: 264px;
  width: 264px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: absolute;
  top: -1px;
  right: 64px;
  z-index: 1;
  transform: translateZ(-1px);
}
.commerce .logosbase_l9 .card-carousel__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 1400px;
  z-index: 5;
  transform-style: preserve-3d;
}
.commerce .logosbase_l9 .card-carousel__container h2 {
  max-width: 618px;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container {
  overflow-x: hidden;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-button-prev,
.commerce .logosbase_l9 .card-carousel__container .swiper-button-next {
  width: 36px;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container::before,
.commerce .logosbase_l9 .card-carousel__container .swiper-container::after {
  content: '';
  width: 170px;
  position: absolute;
  height: 100%;
  z-index: 2;
  top: 0;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-button-next::after,
.commerce .logosbase_l9 .card-carousel__container .swiper-button-prev::after {
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  height: 36px;
  width: 36px;
  z-index: 800;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-button-prev::after {
  background-image: url('https://files.logoscdn.com/v1/files/45004869/content.svg?signature=RF1vfoClfYpX5CgaaJ2QEiM4bsw');
}
.commerce .logosbase_l9 .card-carousel__container .swiper-button-next::after {
  background-image: url('https://files.logoscdn.com/v1/files/45004868/content.svg?signature=EH9CBJx5rBc7D0Hk-90UpLzkQbk');
}
@media (max-width: 549px) {
  .commerce .logosbase_l9 .card-carousel__container .swiper-container::before {
    background-image: none;
    left: 0;
  }
  .commerce .logosbase_l9 .card-carousel__container .swiper-container::after {
    background-image: none;
  }
  .commerce .logosbase_l9 .card-carousel__container .swiper-container {
    overflow: visible;
  }
  .commerce .logosbase_l9 .card-carousel__container .swiper-button-prev::after {
    position: relative;
    left: -18px;
  }
  .commerce .logosbase_l9 .card-carousel__container .swiper-button-next::after {
    position: relative;
    right: -18px;
  }
}
@media (min-width: 550px) {
  .commerce .logosbase_l9 .card-carousel__container .swiper-container::before {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000 50%);
    left: 0;
  }
  .commerce .logosbase_l9 .card-carousel__container .swiper-container::after {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), #000 50%);
    right: 0;
  }
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container {
  width: 100%;
  margin-top: 46px;
  height: auto;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container .swiper-slide {
  margin-top: 0;
  border-radius: 4px;
  box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.3), 0 1px 18px 0 rgba(0, 0, 0, 0.3), 0 6px 12px 0 rgba(0, 0, 0, 0.3);
  background-color: #303030;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 24px;
  height: auto;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container .swiper-slide img {
  height: 96px;
  width: 96px;
}
.commerce .logosbase_l9 .group-license {
  display: flex;
  justify-content: center;
}
.commerce .logosbase_l9 .group-license__image-container {
  text-align: right;
  max-width: calc(100% - 300px);
}
.commerce .logosbase_l9 .group-license__description {
  text-align: left;
  max-width: 268px;
  margin-top: 0;
  margin-left: 32px;
}
.commerce .logosbase_l9 .group-license-multiple {
  background: linear-gradient(to bottom, #005ec3, #005ec3 454px, transparent 454px);
  padding-top: 48px;
  padding-bottom: 54px;
}
@media (max-width: 801px) {
  .commerce .logosbase_l9 .group-license-multiple {
    background: linear-gradient(to top, transparent, transparent 270px, #005ec3 270px);
  }
}
.commerce .logosbase_l9 .group-license-multiple h1 {
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.04;
  color: #fff;
  max-width: 568px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.commerce .logosbase_l9 .group-license-multiple__card-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 48px;
  max-width: 772px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 801px) {
  .commerce .logosbase_l9 .group-license-multiple__card-container {
    max-width: 504px;
  }
}
@media (max-width: 533px) {
  .commerce .logosbase_l9 .group-license-multiple__card-container {
    max-width: 236px;
  }
}
.commerce .logosbase_l9 .group-license-multiple__card {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
  margin-right: 32px;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 204px;
}
.commerce .logosbase_l9 .group-license-multiple__card img {
  max-width: 100%;
}
@media (max-width: 801px) {
  .commerce .logosbase_l9 .group-license-multiple__card:nth-child(odd) {
    margin-right: 32px;
  }
  .commerce .logosbase_l9 .group-license-multiple__card:nth-child(even) {
    margin-right: 0;
  }
}
@media (max-width: 533px) {
  .commerce .logosbase_l9 .group-license-multiple__card {
    margin-right: 0;
  }
  .commerce .logosbase_l9 .group-license-multiple__card:nth-child(odd) {
    margin-right: 0;
  }
}
.commerce .logosbase_l9 .group-license-multiple__card:last-child {
  margin-right: 0;
}
.commerce .logosbase_l9 .group-license-multiple__card h4 {
  margin-top: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 66px;
}
.commerce .logosbase_l9 .group-license-multiple__card .b2:not(.quantity) {
  margin-top: 24px;
  font-weight: bold;
}
.commerce .logosbase_l9 .group-license-multiple__card .quantity {
  margin-top: 18px;
  color: #7a7a7a;
}
.commerce .logosbase_l9 .group-license + h2 {
  margin-top: 38px;
}
.commerce .logosbase_l9 .quantity-controller {
  margin-top: 6px;
  display: flex;
  text-align: center;
  justify-content: flex-start;
  position: relative;
  margin-top: 0;
  align-items: center;
  max-width: 204px;
}
.commerce .logosbase_l9 .quantity-controller label {
  padding-top: 2%;
  padding-right: 3%;
}
.commerce .logosbase_l9 .quantity-controller input[type='number'] {
  -moz-appearance: textfield;
}
.commerce .logosbase_l9 .quantity-controller input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 1;
  background-color: none;
  padding-bottom: 5px;
}
.commerce .logosbase_l9 .quantity-controller input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  opacity: 1;
  background-color: none;
  padding-bottom: 5px;
}
.commerce .logosbase_l9 .quantity-controller__plus {
  border-radius: 5px;
  color: #7a7a7a;
  position: absolute;
  left: 85px;
  top: 3px;
  width: 20px;
  height: 14px;
  font-size: 10px;
  border: none;
  background-color: #fff;
  background-image: url(https://files.logoscdn.com/v1/assets/10935006/optimized?share=Afdg5lwV2ob16nI3);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.commerce .logosbase_l9 .quantity-controller__minus {
  border-radius: 5px;
  color: #7a7a7a;
  position: absolute;
  left: 85px;
  bottom: 2px;
  width: 20px;
  height: 14px;
  font-size: 10px;
  border: none;
  background-color: #fff;
  background-image: url(https://files.logoscdn.com/v1/assets/10935050/optimized?share=0QQ5KJa0BA6WykDs);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
}
.commerce .logosbase_l9 .quantity-controller input {
  width: 73px;
  height: 34px;
  border: 1px solid #c7c7c7;
  text-align: left;
  border-radius: 5px;
  padding-left: 10px;
}
.commerce .logosbase_l9 .quantity-controller__tooltipBox {
  margin-left: 10px;
}
.commerce .logosbase_l9 .quantity-controller__tooltipBox .quantity-controller__tooltip {
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  width: 330px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0 4px 4px 0, rgba(0, 0, 0, 0.12) 0 0 4px 0;
  box-sizing: border-box;
  padding: 10px;
  z-index: 1;
  text-align: left;
}
.commerce .logosbase_l9 .quantity-controller__tooltipBox:hover .quantity-controller__tooltip {
  display: block;
}
.commerce .logosbase_l9 .quantity-controller__imageTooltip {
  width: 20px;
}
.commerce .logosbase_l9 .quantity-controller__qtyLabel {
  padding-right: 3%;
}

.fltv-embed {
  background-color: #e2e0e0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #e2e0e0;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 0;
  line-height: 0;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.fltv-embed *,
.fltv-embed *:before,
.fltv-embed *:after {
  box-sizing: border-box;
}
.fltv-embed__thumb {
  pointer-events: none;
}
.fltv-embed__play-btn {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  border: none !important;
  cursor: pointer;
  display: block;
  height: 33.333%;
  left: 50%;
  margin-left: -9.375%;
  margin-top: -9.375%;
  opacity: 1;
  padding: 0;
  position: absolute !important;
  top: 50%;
  transition: all 0.4s ease !important;
  width: 18.75%;
  z-index: 1;
}
.fltv-embed__play-btn:focus,
.fltv-embed__play-btn:hover,
.fltv-embed__play-btn:active {
  background-color: rgba(115, 133, 159, 0.5);
  outline: 0 !important;
}
.fltv-embed__play-icon {
  height: 33.333%;
  left: 50%;
  margin: -16.6665% 0 0 -11.111%;
  position: absolute;
  top: 50%;
  width: 33.333%;
}
.fltv-embed__popover {
  animation: FADE_IN 0.4s ease;
  background-color: rgba(31, 31, 31, 0.5);
  height: 100%;
  left: 0;
  margin-top: 0;
  overflow-y: auto;
  padding: 30px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1000;
}
.fltv-embed__close-btn {
  color: #fff;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 30px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: -15px;
  z-index: 1;
}
.fltv-embed__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1280px;
  width: calc(100vh * (16 / 9) - 2 * 72px * (16 / 9) - 2 * 30px * (16 / 9));
}
.fltv-embed__inner {
  box-shadow: 0 0 30px #1f1f1f;
  display: block;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 100%;
}
.fltv-embed__embed {
  animation: FADE_IN 0.4s ease;
  background-color: #1f1f1f;
  border: 0;
  bottom: 0;
  height: 100% !important;
  left: 0;
  position: absolute;
  top: 0;
  width: 100% !important;
}
.fltv-embed--wrapper {
  background-color: transparent;
  border: 0 none;
  padding-bottom: 0;
}
@keyframes FADE_IN {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.commerce {
  /*Parallax screenshot scroll css*/
  /*parallax background css*/
}
.commerce .logosbase .media .media__section img {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.commerce .logosbase div.second_slide {
  width: 400px !important;
  height: 352px;
  margin: 0 24px;
  padding: 24px 24px 123px;
  border-radius: 4px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
}
@media screen and (max-width: 580px) {
  .commerce .logosbase div.second_slide {
    width: 290px !important;
    height: 310px;
    margin: 0 24px;
    padding: 0px 15px 0px;
    border-radius: 4px;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
  }
}
.commerce .logosbase .swiper-container2 {
  height: 370px;
}
.commerce .logosbase .swiper-container2::after {
  background: linear-gradient(to right, #fff 5%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #fff 95%) !important;
}
.commerce .logosbase .swiper-button-prev-2::after {
  content: url(https://files.logoscdn.com/v1/files/48002333/assets/11440138/content.svg?signature=WeL1VNTn3JohPcvCdgfCeVF8OOE) !important;
}
.commerce .logosbase .swiper-button-next-2::after {
  content: url(https://files.logoscdn.com/v1/files/48002331/assets/11440137/content.svg?signature=e8TP7R08sgMA_d7WsTNvzZH3CTs) !important;
}
.commerce .swiper-button-next-2,
.commerce .swiper-button-prev-2 {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.commerce .swiper-button-next-2,
.commerce .swiper-container-rtl .swiper-button-prev-2 {
  right: 10px;
  left: auto;
}
.commerce .logosbase .billboard--light a:not(.btn):visited,
.commerce .logosbase .billboard--light a:not(.btn):visited,
.commerce .logosbase .billboard--light a:not(.btn):visited {
  color: #1e91d8;
}
.commerce .logosbase .media__section {
  max-width: 381px;
  padding-left: 15px;
}
.commerce .logosbase_l8 .media--bleed .media__section:last-child {
  margin-left: 5%;
}
.commerce .logosbase .media__section img {
  width: 622px;
}
.commerce .logosbase .media__section__first {
  margin-left: 18%;
}
.commerce .logosbase .media__section__reverse {
  margin-left: 0%;
  margin-right: 18%;
}
.commerce .logosbase .media--bleed {
  overflow: visible;
}
.commerce .logosbase .bg-basic-header {
  background: url(https://files.logoscdn.com/v1/assets/11415638/optimized) no-repeat center center;
  background-size: cover;
  max-height: 625px;
}
.commerce .logosbase .footerSection {
  min-width: 630px;
}
@media (max-width: 768px) {
  .commerce .logosbase .media__section img {
    width: 383px;
    height: 267px;
  }
}
@media (max-width: 600px) {
  .commerce .logosbase .bg-basic-header {
    background: url(https://files.logoscdn.com/v1/assets/11415637/optimized) no-repeat top center;
    background-size: cover;
    max-height: 740px;
  }
}
.commerce .logosbase .feature-body {
  margin: 24px 0px !important;
  font-size: 18px !important;
  max-width: 380px !important;
}
@media (max-width: 960px) and (min-width: 600px) {
  .commerce .logosbase .feature-body {
    margin: auto !important;
    font-size: 18px !important;
    max-width: 380px !important;
  }
}
.commerce .logosbase .mobile-app-1 {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.57;
  letter-spacing: normal;
  color: #ffffff;
}
@media (max-width: 600px) {
  .commerce .logosbase .mobile-app-1 {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: normal;
    color: #ffffff;
    padding-bottom: 20px;
  }
}
@media (min-width: 769px) {
  .commerce .logosbase_l8 .carousel__bullet-nav--shadowless {
    visibility: hidden;
  }
}
.commerce .logosbase_l8 .video-header__main-inner {
  padding-top: 89px;
  padding-bottom: 48px;
}
@media (max-width: 600px) {
  .commerce .logosbase_l8 .video-header__main-inner {
    padding-top: 60px;
    padding-bottom: 48px;
  }
}
.commerce .logosbase_l8 .video-header__main-content {
  margin-left: 2.333333%;
}
@media (max-width: 600px) {
  .commerce .logosbase_l8 .video-header__main-content {
    text-align: left;
    /*padding-top: 148px;*/
  }
}
.commerce .logosbase .bg-basic-footer {
  background: url(https://files.logoscdn.com/v1/assets/4019198/optimized) no-repeat center center;
  background-size: cover;
}
.commerce .logosbase .footertext {
  color: #ffffff;
  padding-top: 80px;
}
@media (max-width: 768px) {
  .commerce .logosbase .footertext {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #ffffff;
    padding-top: 64px;
  }
}
@media (max-width: 600px) {
  .commerce .logosbase .footertext {
    font-size: 32px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: -1px;
    color: #ffffff;
    padding-top: 64px;
  }
}
.commerce .logosbase .bp-image-footer {
  width: auto;
  padding-left: 10%;
  padding-top: 52px;
  padding-bottom: 52px;
}
@media (max-width: 768px) {
  .commerce .logosbase .bp-image-footer {
    width: auto;
    margin-left: 0%;
    padding-left: 0px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
@media (max-width: 600px) {
  .commerce .logosbase .bp-image-footer {
    width: auto;
    margin-left: auto;
    padding-left: 0px;
    padding-top: 52px;
    padding-bottom: 52px;
  }
}
.commerce .logosbase .mobile-app-2 {
  font-size: 12px;
  color: #575251;
}
@media (max-width: 600px) {
  .commerce .logosbase .mobile-app-2 {
    font-size: 12px;
  }
}
.commerce .logosbase .mobile-app-3 {
  font-size: 14px;
  color: #ffffff;
}
@media (max-width: 600px) {
  .commerce .logosbase .mobile-app-3 {
    font-size: 14px;
    color: #ffffff;
  }
}
.commerce .logosbase_l8 .media--bleed .media__section:last-child {
  margin-bottom: 68px;
}
@media (max-width: 600px) {
  .commerce .logosbase_l8 .media--bleed .media__section:last-child {
    margin-top: 48px;
    margin-bottom: 0px;
  }
}
@media (max-width: 600px) {
  .commerce .logosbase .section {
    margin-top: 64px;
    margin-bottom: 64px;
  }
}
.commerce .logosbase .pushed-text-block .pushed-text-block__content {
  width: 55%;
}
.commerce .nopadding-left {
  padding-left: 0 !important;
}
.commerce .nopadding-right {
  padding-right: 0 !important;
}
.commerce .margin-top-medium {
  margin-top: 48px !important;
}
.commerce .u-text-left {
  text-align: left !important;
}
.commerce .js-scroll-image-1 {
  display: none;
}
.commerce .logosbase .section--dark a:visited {
  color: #fff !important;
}
.commerce .logosbase_l8 .bg-eight {
  background-image: url(https://files.logoscdn.com/v1/assets/2508405/optimized);
  background-repeat: no-repeat;
  background-position-x: center;
  background-color: #005ec3 !important;
}
.commerce .logosbase_l8 .reverse {
  transform: scaleX(-1);
}
.commerce .logosbase_l8 .video-header {
  background-color: #005ec3 !important;
}
.commerce .logosbase_l8 .video-header__play-btn {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: block;
  height: 70px;
  margin-left: -35px;
  top: 32px;
  position: relative;
  transition: background-color 0.4s ease;
  width: 70px;
  fill: black;
}
.commerce .logosbase_l8 .video-header__play-btn:hover {
  background-color: rgba(0, 0, 0, 0.7);
  fill: white;
}
.commerce .logosbase_l8 .video-header__play-btn svg {
  height: 33.333%;
  left: 50%;
  margin: -14.6665% 0 0 -8.111%;
  position: absolute;
  top: 50%;
  width: 33.333%;
  color: black;
  fill: inherit;
}
@media (min-width: 768px) {
  .commerce .logosbase_l8 .video-header__play-btn-container {
    bottom: 179px;
  }
}
.commerce .logosbase_l8 .hr-display--short {
  border-color: #666666;
  border-top-width: 1px;
  display: block;
  margin: 24px 0;
  width: 24px;
}
.commerce .logosbase_l8 .hr-display--shortblue {
  border-color: #56a7ff;
  border-top-width: 1px;
  display: block;
  margin: 24px 0;
  width: 24px;
}
.commerce .logosbase_l8 .hr-display--center {
  margin: 24px auto !important;
}
.commerce .logosbase_l8 .blacktext {
  color: black !important;
}
.commerce .logosbase_l8 .whitetext {
  color: white !important;
}
@media (max-width: 600px) {
  .commerce .logosbase_l8 .whitetext {
    padding-bottom: 12px;
  }
}
.commerce .logosbase_l8 .negativemargin {
  background-color: white;
  padding-top: 58px;
  max-width: 720px;
  margin: auto;
  margin-top: -50px;
  padding-left: 57px;
  padding-right: 57px;
  position: relative;
}
.commerce .logosbase_l8 .billboard--white {
  background-color: white;
}
.commerce .logosbase_l8 .billboard__section {
  margin-top: 0px !important;
}
.commerce .logosbase_l8 .jumboimage {
  max-width: 120% !important;
}
.commerce .horizontalflip {
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: 'FlipH';
}
.commerce .logosbase_l8 .nopadding-bottom {
  padding-bottom: 0px !important;
}
.commerce .logosbase_l8 .nopadding-top {
  padding-top: 0px !important;
}
.commerce .logosbase_l8 .card-pair__card-inner {
  background-color: transparent !important;
  box-shadow: none !important;
  text-align: left;
}
.commerce .logosbase_l8 .card-pair__card-inner a {
  text-decoration: none !important;
  border: none !important;
}
.commerce .logosbase_l8 .carousel__item--positioned {
  vertical-align: top;
  margin-top: 0px !important;
}
.commerce .logosbase.logosbase_l8 .comparebtn {
  border-color: white !important;
  color: white !important;
}
.commerce .four-up__section img {
  height: 48px;
}
.commerce .shadowcontainer {
  padding-bottom: 24px;
  padding-top: 12px;
}
.commerce .shadow {
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}
.commerce .bplayer p.h6 {
  padding-bottom: 12px;
}
.commerce .logosbase_l8 .h-descriptor {
  margin-top: 24px !important;
}
.commerce .logosbase .btn--primary-outline:hover {
  background-color: #004590 !important;
  color: white !important;
}
.commerce .logosbase .main-title {
  max-width: 340px;
}
@media (max-width: 1160px) and (min-width: 768px) {
  .commerce .jumboimage.leftalign {
    margin-right: -20%;
  }
  .commerce .jumboimage.rightalign {
    margin-left: -20%;
  }
}
@media (max-width: 960px) {
  .commerce .desktop {
    display: none !important;
  }
  .commerce .logosbase_l8 .video-header__main-content {
    max-width: 490px;
  }
}
@media (max-width: 768px) {
  .commerce .logosbase .footerSection {
    min-width: auto;
  }
  .commerce .logosbase .footerSection h1 {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 580px) {
  .commerce .logosbase .footerSection h1 {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 960px) {
  .commerce .mobile {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .commerce .logosbase div.productSection {
    width: 50%;
  }
  .commerce .video-header__main-container {
    height: 518px;
  }
  .commerce .logosbase .main-title {
    max-width: 340px;
  }
  .commerce .logosbase .sub-title {
    max-width: 340px;
  }
}
@media (max-width: 580px) {
  .commerce .logosbase div.productSection {
    width: auto;
  }
}
.commerce .carousel-resource__scrim {
  display: none;
}
@media (max-width: 768px) {
  .commerce .logosbase .media__section,
  .commerce .logosbase .card-pair__card {
    width: 100%;
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .commerce .logosbase .mediumview {
    display: none;
  }
  .commerce .logosbase .card-pair__card-inner img {
    margin: auto;
    text-align: center;
  }
  .commerce .logosbase .card-pair__card-inner {
    text-align: center;
  }
  .commerce .logosbase .card-pair__card-inner h6,
  .commerce .logosbase .card-pair__card-inner h2,
  .commerce .logosbase .card-pair__card-inner p {
    text-align: left;
  }
  .commerce .logosbase .pushed-text-block {
    text-align: center;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
  .commerce .logosbase_l8 .carousel-resource .carousel-resource__scrim {
    opacity: 1;
    background-color: transparent;
    width: 100%;
    height: 100%;
    position: initial !important;
    margin: auto;
    margin-top: 0;
    left: 0;
    top: 0;
    display: initial;
  }
  .commerce .logosbase_l8 .carousel-resource .carousel-resource__scrim-text {
    text-align: center;
    line-height: 1.33;
    margin-top: 8px;
    font-size: 14px;
  }
  .commerce .logosbase_l8 .mobilecenter {
    margin-right: 0px;
  }
  .commerce .media__section.media__section-features:last-child {
    padding-top: 96px;
  }
}
.commerce .logosbase .four-up__section.u-text-center {
  margin-bottom: 32px;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .media__section-features {
    margin-left: 4.15% !important;
    margin-right: 4.15% !important;
  }
}
@media screen and (min-width: 1160px) {
  .commerce a.carousel__bullet:first-child:nth-last-child(1) {
    visibility: hidden;
  }
  .commerce a.carousel__bullet:first-child:nth-last-child(2),
  .commerce a.carousel__bullet:first-child:nth-last-child(2) ~ a {
    visibility: hidden;
  }
  .commerce a.carousel__bullet:first-child:nth-last-child(3),
  .commerce a.carousel__bullet:first-child:nth-last-child(3) ~ a {
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase_l8 .media--bleed .media__section:first-child video {
    max-width: 150%;
  }
}
@media screen and (min-width: 900px) {
  .commerce .logosbase_l8 .media--bleed .media__section:first-child video {
    max-width: 200%;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase_l8 .media--bleed .media__section:first-child video {
    max-width: 150%;
  }
}
@media screen and (min-width: 900px) {
  .commerce .logosbase_l8 .media--bleed .media__section:first-child video {
    max-width: 200%;
  }
}
.commerce .js-scroll-image-1 {
  width: 78%;
  /*-webkit-transition: ease 0.25s;*/
  /*transition: ease 0.25s;*/
}
.commerce .js-scroll-position-object-1,
.commerce .js-scroll-position-object-2 {
  display: block !important;
  margin-top: 0px;
}
.commerce .js-scroll-position-object-2 {
  padding-bottom: 316.18px;
}
@media (max-width: 768px) {
  .commerce .js-scroll-position-object-2 {
    padding-bottom: 210.2px;
  }
  .commerce .js-scroll-image-1 {
    width: 90%;
  }
}
.commerce .bplayer {
  background-position-y: -75px;
  background-position-x: right;
  background-repeat: no-repeat;
}
.commerce #bplayer-3 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 1220px) {
  .commerce .bplayer {
    background-position-x: 48vw !important;
  }
}
@media (max-width: 580px) {
  .commerce #bplayer-3 {
    padding-top: 520px;
  }
  .commerce .bplayer {
    background-position-x: 10% !important;
  }
}
@media (max-width: 730px) {
  .commerce .logosbase .pushed-text-block .pushed-text-block__content {
    margin: auto;
    display: block;
    float: none;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .commerce .logosbase_l8 .carousel {
    overflow: visible !important;
  }
}
.commerce .logosbase .bold {
  font-weight: bold;
}
.commerce .logosbase .center {
  display: block;
  margin-left: auto !important;
  margin-right: auto !important;
}
.commerce .logosbase .section--dark-mode {
  background-color: #303030;
  color: #ffffff;
}
.commerce .logosbase .section--dark-mode p {
  font-size: 18px;
  line-height: 1.33;
}
.commerce .logosbase .section--dark-mode p.b1 {
  color: #979797;
}
.commerce .logosbase .section--dark-mode p.center {
  max-width: 516px;
}
.commerce .logosbase .section--dark-mode h2 {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
}
.commerce .logosbase .section--dark-mode .section__container {
  padding-top: 47px;
  padding-bottom: 35px;
}
.commerce .logosbase .feature-info {
  max-width: 340px;
  margin-top: 28px;
}
.commerce .logosbase .feature-info--center {
  margin-left: auto;
  margin-right: auto;
}
.commerce .logosbase .feature-info * + * {
  margin-top: initial;
}
.commerce .logosbase .feature-info__row {
  display: flex;
  width: 100%;
  height: 36px;
  align-items: center;
  padding-left: 7px;
  padding-right: 7px;
}
@media (max-width: 374px) {
  .commerce .logosbase .feature-info__row {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.commerce .logosbase .feature-info__row--grey {
  background-color: #ebebeb;
}
.commerce .logosbase .feature-info__row--dark .feature-info__title p,
.commerce .logosbase .feature-info__row--dark .feature-info__description p {
  color: #d4d4d4;
}
.commerce .logosbase .feature-info__title {
  width: 67px;
}
@media (max-width: 374px) {
  .commerce .logosbase .feature-info__title {
    width: 62px;
  }
}
.commerce .logosbase .feature-info__title p {
  font-weight: bold;
}
.commerce .logosbase .feature-info__title p,
.commerce .logosbase .feature-info__description p {
  font-size: 14px;
  line-height: 1.33;
  color: #666;
}
.commerce .logosbase .swiper-button-next::after {
  content: url('https://files.logoscdn.com/v1/files/45141938/content.svg?signature=50OSeZ715jQEPLTDcVq9yS4_ZTM');
  z-index: 3;
}
.commerce .logosbase .swiper-button-prev::after {
  content: url('https://files.logoscdn.com/v1/files/45141939/content.svg?signature=geLYp3UcHjEo9FvaGI255RHaBqU');
  z-index: 3;
}
.commerce .logosbase .swiper-container::after {
  content: ' ';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #303030 5%, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0) 80%, #303030 95%);
  z-index: 2;
}
.commerce .logosbase .grey-dot-grid-square {
  position: relative;
}
.commerce .logosbase .grey-dot-grid-square::after {
  content: url('https://files.logoscdn.com/v1/files/44922373/content.svg?signature=DRE0jjMmod0ZkvphVRlx1OrzO6Q');
  position: absolute;
  left: 35%;
  top: -36px;
  z-index: -1;
}
.commerce .logosbase #swiper-grey-dot-grid-square {
  padding-top: 40px;
  margin-top: 0;
}
.commerce .logosbase #swiper-grey-dot-grid-square::before {
  content: url('https://files.logoscdn.com/v1/files/44922373/content.svg?signature=DRE0jjMmod0ZkvphVRlx1OrzO6Q');
  position: absolute;
  top: 11px;
  right: 60px;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container .swiper-slide img {
  width: auto;
  height: 217px;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container::before {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 50%);
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container::after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%);
}
.commerce .logosbase_l9 .card-carousel__container::before {
  background-image: unset;
}
.commerce .logosbase_l9 .card-carousel {
  background-color: #fff;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-container .swiper-slide {
  background-color: #fff;
  box-shadow: none;
}
.commerce .logosbase_l9 .card-carousel__container .swiper-button-prev::after {
  background-image: url(https://files.logoscdn.com/v1/files/45846864/content.svg?signature=ZXaB67VBbq-7MMMnacptD2Rus4g);
}
.commerce .logosbase_l9 .card-carousel__container .swiper-button-next::after {
  background-image: url(https://files.logoscdn.com/v1/files/45846863/content.svg?signature=YyyGtvyeWSMkW-zLbxF4dfcY0_8);
}
.commerce .logosbase_l9 h3.h-l9-gray,
.commerce .logosbase_l9 h2.h-l9-gray,
.commerce .logosbase_l9 h1.h-l9-gray,
.commerce .logosbase_l9 p.h-l9-gray,
.commerce .logosbase_l9 h4.h-l9-gray {
  color: #303030;
}
@media screen and (max-width: 768px) {
  .commerce .logosbase_l9 .card-carousel__container .swiper-container::before {
    background-image: -webkit-linear-gradient(right, rgba(255, 255, 255, 0), #fff 100%);
  }
  .commerce .logosbase_l9 .card-carousel__container .swiper-container::after {
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff 100%);
  }
}
@media screen and (max-width: 420px) {
  .commerce .logosbase_l9 .card-carousel__container .swiper-container::before {
    background-image: none;
  }
  .commerce .logosbase_l9 .card-carousel__container .swiper-container::after {
    background-image: none;
  }
  .commerce .logosbase_l9 div.mobSpace,
  .commerce .logosbase_l9 div a.mobSpace {
    margin-top: 18px;
  }
}
.commerce .logosbase .table_content .row {
  width: 100%;
  display: flex;
  align-items: baseline;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 7px;
}
.commerce .logosbase .table_content div:last-child {
  border-bottom: none;
}
.commerce .logosbase .table_content .row h5:first-child,
.commerce .logosbase .table_content .row p:first-child {
  width: 70%;
  display: flex;
  justify-content: flex-start;
}
.commerce .logosbase .table_content .row h5:last-child,
.commerce .logosbase .table_content .row p:last-child {
  width: 30%;
  display: flex;
  justify-content: flex-end;
}
.commerce .logosbase .swiper-container {
  overflow-x: hidden;
}
.commerce a.b2:link:not(:hover),
.commerce a.b2:visited:not(:hover) {
  border-color: transparent !important;
  text-decoration: none !important;
}

.container_iUhv4 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.commerce {
  /*  G  E  N  E  R  A  L  */
  /*  G  E  N  E  R  A  L  */
  /*  H  E  A  D  E  R  */
  /*  H  E  A  D  E  R  */
  /*  F I R S T  M E D I A - C U S T O M  */
  /*  F I R S T  M E D I A - C U S T O M  */
  /*  S E C O N D  M E D I A - C U S T O M  */
  /*  S E C O N D  M E D I A - C U S T O M  */
  /* Q U O T E - S L I D E R */
  /* Q U O T E - S L I D E R */
  /*  B O O K - S E C T I O N  */
  /*  B O O K - S E C T I O N  */
  /*  S E C T I O N - C  */
  /*  S E C T I O N - C  */
  /*  B L U E - C T A  */
  /*  B L U E - C T A  */
  /*  E S S E N T I A L  R E S O U R C E S  */
  /*  E S S E N T I A L  R E S O U R C E S  */
  /*  R E S O U R C E S - C O M P L E M E N T  */
  /*  R E S O U R C E S - C O M P L E M E N T  */
}
.commerce .logosbase .red {
  color: #970101;
}
.commerce .logosbase .blue_dark {
  color: #06296c;
}
.commerce .logosbase .blue_regular {
  color: #005ec3;
}
.commerce .logosbase .font_20 {
  font-size: 20px;
  line-height: 24px;
}
.commerce .logosbase .font_22 {
  font-size: 22px;
  line-height: 28px;
}
.commerce .logosbase .font_24 {
  font-size: 24px;
  line-height: 28px;
}
.commerce .logosbase .font_28 {
  font-size: 28px;
  line-height: 34px;
}
.commerce .logosbase .font_36 {
  font-size: 36px;
  line-height: 42px;
}
@media screen and (max-width: 580px) {
  .commerce .logosbase .font_22 {
    font-size: 14px;
    line-height: 20px;
  }
  .commerce .logosbase .font_28 {
    font-size: 22px;
    line-height: 28px;
  }
  .commerce .logosbase .font_36 {
    font-size: 28px;
    line-height: 34px;
  }
}
.commerce .logosbase .header {
  background: url(https://files.logoscdn.com/v1/assets/14574366/optimized) no-repeat top center / cover;
  height: 700px;
}
.commerce .logosbase .header .header_container {
  /*padding-top: 300px;*/
  padding-top: 388px;
}
.commerce .logosbase .header .header_container .title {
  margin: 0;
}
.commerce .logosbase .header .header_container .sub {
  margin: 8px auto 0;
  max-width: 594px;
}
.commerce .logosbase .header .header_container .price_container {
  margin: 36px auto 0;
}
.commerce .logosbase .header .header_container .price_container p.blue_regular {
  margin: 0;
}
.commerce .logosbase .header .header_container .btn {
  margin: 24px auto 0;
}
.commerce .logosbase .header .header_container .note {
  /*margin: 36px auto 0;*/
  margin: 60px auto 0;
  max-width: 410px;
}
@media screen and (max-width: 1120px) {
  .commerce .logosbase .header {
    background: url(https://files.logoscdn.com/v1/assets/14574355/optimized) no-repeat top center / cover;
  }
}
@media screen and (max-width: 580px) {
  .commerce .logosbase .header {
    background: url(https://files.logoscdn.com/v1/assets/14574355/optimized) no-repeat top center / cover;
  }
  .commerce .logosbase .header .header_container {
    padding-top: 260px;
  }
  .commerce .logosbase .header .header_container .sub {
    max-width: 366px;
  }
  .commerce .logosbase .header .header_container .note {
    max-width: 366px;
  }
}
.commerce .logosbase .custom_media_50 {
  /*margin-top: 60px;*/
  margin-top: 120px;
}
.commerce .logosbase .custom_media_50 .first_media_block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 32px;
  position: relative;
}
.commerce .logosbase .custom_media_50 .first_media_block .block_media {
  max-width: 696px;
}
.commerce .logosbase .custom_media_50 .first_media_block .block_text {
  max-width: 450px;
  margin-left: 60px;
}
.commerce .logosbase .custom_media_50 .first_media_block .back_img_A {
  position: absolute;
  right: -140px;
  z-index: -1;
}
@media screen and (max-width: 1360px) {
  .commerce .logosbase .custom_media_50 .first_media_block .block_text {
    margin-left: 0;
  }
}
@media screen and (max-width: 1300px) {
  .commerce .logosbase .custom_media_50 .first_media_block .back_img_A {
    right: -180px;
  }
}
@media screen and (max-width: 1146px) {
  .commerce .logosbase .custom_media_50 .title {
    max-width: 550px;
    margin: 0 auto;
  }
  .commerce .logosbase .custom_media_50 .first_media_block {
    margin-top: 24px;
  }
  .commerce .logosbase .custom_media_50 .first_media_block .block_text {
    margin-top: 36px;
  }
  .commerce .logosbase .custom_media_50 .first_media_block .back_img_A {
    left: -93px;
    bottom: 0;
  }
}
@media screen and (max-width: 580px) {
  .commerce .logosbase .custom_media_50 .title {
    max-width: 280px;
  }
  .commerce .logosbase .custom_media_50 .first_media_block .block_media,
  .commerce .logosbase .custom_media_50 .first_media_block .block_text {
    max-width: 366px;
  }
  .commerce .logosbase .custom_media_50 .first_media_block .back_img_A {
    left: -134px;
    bottom: 196px;
    width: 170px;
  }
}
.commerce .logosbase .custom_media_50 .second_media_block {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 48px;
}
.commerce .logosbase .custom_media_50 .second_media_block .block_media {
  max-width: 621px;
}
.commerce .logosbase .custom_media_50 .second_media_block .block_text {
  max-width: 450px;
  margin-right: 140px;
  text-align: right;
}
.commerce .logosbase .custom_media_50 .second_media_block .back_img_B {
  position: absolute;
  left: 0;
  bottom: -34px;
  z-index: -1;
}
@media screen and (max-width: 1360px) {
  .commerce .logosbase .custom_media_50 .second_media_block .block_text {
    margin-right: 75px;
  }
}
@media screen and (max-width: 1145px) {
  .commerce .logosbase .custom_media_50 .second_media_block {
    flex-wrap: wrap-reverse;
    margin-top: 60px;
  }
  .commerce .logosbase .custom_media_50 .second_media_block .block_text {
    margin-top: 36px;
    text-align: left;
  }
  .commerce .logosbase .custom_media_50 .second_media_block .back_img_B {
    right: 0;
    left: auto;
    bottom: 90px;
    z-index: -1;
  }
}
@media screen and (max-width: 996px) {
  .commerce .logosbase .custom_media_50 .second_media_block .block_text {
    margin-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .commerce .logosbase .custom_media_50 .second_media_block .block_media,
  .commerce .logosbase .custom_media_50 .second_media_block .block_text {
    max-width: 366px;
  }
  .commerce .logosbase .custom_media_50 .second_media_block .back_img_B {
    width: 88px;
    right: -30px;
    bottom: 178px;
  }
}
.commerce .logosbase_l9 .quote-section .swiper-slide {
  opacity: 0.3;
  transition: 0.4s ease-in;
  text-align: center;
  max-width: 834px;
}
.commerce .logosbase_l9 .quote-section .swiper-slide-active {
  transition: 0.4s ease-out;
  opacity: 1;
}
.commerce .logosbase_l9 .quote-section .swiper-slide .quote {
  font-size: 84px;
  line-height: 84px;
}
.commerce .logosbase_l9 .quote-section .swiper-slide .quote-title {
  margin: 0 auto;
}
.commerce .logosbase_l9 .quote-section .swiper-slide .quote-author-b {
  margin-top: 0;
}
@media screen and (max-width: 956px) {
  .commerce .logosbase_l9 .quote-section .swiper-slide .quote-title {
    max-width: 502px;
  }
}
.commerce .section_book {
  margin-top: 138px;
}
.commerce .section_book .img_container {
  max-width: 949px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 48px auto;
  position: relative;
}
.commerce .section_book .img_container .back_A {
  position: absolute;
  left: -120px;
  z-index: -1;
}
.commerce .section_book .img_container .back_B {
  position: absolute;
  right: -140px;
  z-index: -1;
  top: 134px;
}
@media screen and (max-width: 1140px) {
  .commerce .section_book {
    margin-top: 120px;
  }
  .commerce .section_book .img_container {
    max-width: 702px;
  }
}
@media screen and (max-width: 580px) {
  .commerce .section_book {
    margin-top: 60px;
  }
  .commerce .section_book .title {
    max-width: 366px;
    margin: 0 auto;
  }
  .commerce .section_book .img_container {
    margin: 0 auto;
  }
  .commerce .section_book .img_container .back_A,
  .commerce .section_book .img_container .back_B {
    display: none;
  }
}
.commerce .logosbase .section_c .media_block_c {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 60px;
}
.commerce .logosbase .section_c .media_block_c_reverse {
  flex-direction: row-reverse;
  /*margin: 30px auto 60px;*/
}
.commerce .logosbase .section_c .media_block_c .media_img {
  max-width: 800px;
  box-shadow: 0px 8px 10px rgba(110, 131, 183, 0.14), 0px 3px 14px 2px rgba(110, 131, 183, 0.12), 0px 5px 5px -3px rgba(110, 131, 183, 0.2);
  border-radius: 12px;
}
.commerce .logosbase .section_c .media_block_c .media_txt {
  max-width: 424px;
  padding: 0 0 0 24px;
}
.commerce .logosbase .section_c .media_block_c_reverse .media_img video {
  height: 500px;
}
.commerce .logosbase .section_c .media_block_c_reverse .media_txt {
  padding: 0 24px 0 0;
  /*text-align: right;*/
}
@media screen and (max-width: 1410px) {
  .commerce .logosbase .section_c .media_block_c {
    padding: 0 15px;
  }
}
@media screen and (max-width: 920px) {
  .commerce .logosbase .section_c .font_36 {
    max-width: 540px;
    margin: auto;
  }
  .commerce .logosbase .section_c .media_block_c .media_txt {
    max-width: 398px;
    padding: 0 0 0 12px;
  }
  .commerce .logosbase .section_c .media_block_c_reverse .media_txt {
    padding: 0 12px 0 0;
  }
}
@media screen and (max-width: 720px) {
  .commerce .logosbase .section_c .media_block_c {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 580px) {
  .commerce .logosbase .section_c .font_36 {
    font-size: 28px;
    line-height: 34px;
    max-width: 324px;
    margin: 0 auto;
  }
  .commerce .logosbase .section_c .media_block_c {
    padding: 0 12px;
    margin: 30px auto;
  }
  .commerce .logosbase .section_c .media_block_c_reverse {
    margin: 36px auto 0;
  }
  .commerce .logosbase .section_c .media_block_c .media_txt,
  .commerce .logosbase .section_c .media_block_c_reverse .media_txt {
    padding: 0;
    text-align: left;
  }
  .commerce .logosbase .section_c .media_block_c_reverse .media_img video {
    height: 275px;
  }
}
.commerce .logosbase .cta_blue_box {
  margin: 60px auto 120px;
  max-width: 582px;
  padding: 36px;
  border-radius: 6px;
  background-color: #f5fbff;
  box-shadow: 0px 4px 5px rgba(110, 131, 183, 0.14), 0px 1px 10px rgba(110, 131, 183, 0.12), 0px 2px 4px -1px rgba(110, 131, 183, 0.2);
}
.commerce .logosbase .cta_blue_box .sub {
  max-width: 400px;
  margin: 12px auto 24px;
}
.commerce .logosbase .cta_blue_box .price_container {
  margin: 24px auto;
}
.commerce .logosbase .cta_blue_box .price_container .price {
  color: #3d3d3d;
  margin: 0 auto;
}
.commerce .logosbase .cta_blue_box .note {
  max-width: 410px;
  margin: 36px auto 0;
}
@media screen and (max-width: 980px) {
  .commerce .logosbase .cta_blue_box {
    width: 96%;
  }
  .commerce .logosbase .cta_blue_box .title {
    max-width: 550px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 580px) {
  .commerce .logosbase .cta_blue_box {
    margin: 60px auto;
    padding: 36px 12px;
  }
  .commerce .logosbase .cta_blue_box .title {
    font-size: 22px;
    line-height: 28px;
  }
  .commerce .logosbase .cta_blue_box .sub {
    max-width: 356px;
  }
}
.commerce .logosbase .resources .subtext {
  max-width: 600px;
  margin: 18px auto 36px;
}
.commerce .logosbase .table_content .row {
  width: 100%;
  display: flex;
  align-items: baseline;
  border-bottom: 1px #dfdfdf solid;
  padding-bottom: 7px;
}
.commerce .logosbase .table_content .row p span {
  width: 90%;
}
.commerce .logosbase .table_content .row h5:first-child,
.commerce .logosbase .table_content .row p:first-child {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.commerce .logosbase .table_content .row h5:nth-child(2),
.commerce .logosbase .table_content .row p:nth-child(2) {
  width: 50%;
  display: flex;
  justify-content: center;
}
.commerce .logosbase .table_content .row h5:last-child,
.commerce .logosbase .table_content .row p:last-child {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.commerce .logosbase_l8 .accordion-list__item:before {
  top: 24px;
}
.commerce .logosbase .table_content .row h4:first-child,
.commerce .logosbase .table_content .row p:first-child {
  width: 50%;
  display: flex;
  justify-content: flex-start;
}
.commerce .logosbase .table_content .row h4:last-child,
.commerce .logosbase .table_content .row p:last-child {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.commerce .logosbase #resources {
  max-width: 1245px;
}
.commerce .logosbase .table_content .row.row_new {
  flex-wrap: wrap;
  /*align-items: end;*/
}
.commerce .logosbase .accordion-list__section .mobile {
  display: none;
}
.commerce .logosbase .table_content .row.row_new .row__card {
  margin: 18px;
  width: calc(1 / 5 * 100% - (1 - 1 / 5) * 45px);
}
.commerce .logosbase .table_content .row.row_new .row__card .row_img {
  width: 100%;
}
.commerce .logosbase .table_content .row.row_new .row__card .row_name {
  min-height: 72px;
}
.commerce .logosbase .table_content .row.row_new .row__card .row_price {
  min-height: 25px;
}
.commerce .logosbase .table_content .row.row_new .row__card .row_name {
  width: auto;
}
.commerce .logosbase .table_content .row.row_new .row__card .row_price {
  margin-top: 4px;
}
@media screen and (max-width: 920px) {
  .commerce .logosbase .table_content .row.row_new .row__card {
    width: calc(1 / 5 * 100% - (1 - 1 / 5) * 45px);
  }
}
@media screen and (max-width: 580px) {
  .commerce .logosbase .table_content .row.row_new {
    display: none;
  }
  .commerce .logosbase .accordion-list__section .mobile {
    display: block;
  }
}
.commerce .logosbase .product-grid {
  justify-content: flex-start;
}
.commerce .logosbase .product__image {
  height: 272px;
}
.commerce .logosbase .product__image img {
  max-width: 180px;
}
@media screen and (max-width: 980px) {
  .commerce .logosbase .product__image {
    height: 230px;
  }
  .commerce .logosbase .product__image img {
    max-width: 160px;
  }
}

.commerce {
  /* HEADER */
  /* VARIANT 2 */
}
.commerce .logosbase header.header {
  background-color: #f5fbff;
  height: unset;
}
.commerce .logosbase .header .header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 85px;
  padding-bottom: 0;
  margin: 0 auto;
}
.commerce .logosbase .header .header__container .header__images {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 0;
  margin-top: 45px;
  order: 2;
}
.commerce .logosbase .header .header__container .header__images img {
  margin-top: 0;
}
.commerce .logosbase .header .header__container .header__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 0 16px;
  margin: 0;
  order: 1;
}
.commerce .logosbase .header .header__container .header__content .kicker {
  font-size: 16px;
  line-height: 20px;
  color: #3d3d3d;
  margin: 0;
  padding: 0;
  margin-bottom: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
.commerce .logosbase .header .header__container .header__content .lightblue {
  color: #005ec3;
}
.commerce .logosbase .header .header__content .title {
  margin: 0;
  padding: 0;
  margin-bottom: 17px;
}
.commerce .logosbase .header .header__container .header__content .description {
  font-size: 28px;
  line-height: 34px;
  font-weight: 900;
  color: #005ec3;
  margin-top: 0;
  padding: 0;
  margin-bottom: 20px;
}
.commerce .logosbase .header .header__container .header__content .bullets {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
  color: #005ec3;
  margin-top: 0;
  margin-bottom: 30px;
}
.commerce .logosbase .header .header__container .header__content .title:has(+ .sub) {
  margin-bottom: 8px;
}
.commerce .logosbase .header .header__container .header__content .title:has(+ .bullets) {
  margin-bottom: 14px;
}
.commerce .logosbase .header .header__container .header__content .header__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  column-gap: 15px;
  margin-top: 0;
}
.commerce .logosbase .header .header__container .header__content .header__buttons .btn {
  margin-right: 0;
}
.commerce .logosbase .header .header__container .header__content .sub {
  font-size: 18px;
  line-height: 24px;
  color: #3d3d3d;
  margin-top: 0;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .header .header__container {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-top: 65px;
    padding-left: 54px;
    padding-right: 54px;
    padding-bottom: 65px;
    max-width: none;
  }
  .commerce .logosbase .header .header__container .header__images {
    order: 2;
    flex-shrink: 0;
    margin-bottom: 0;
    width: 50%;
    position: relative;
    margin-top: 0;
  }
  .commerce .logosbase .header .header__container .header__images img {
    height: auto;
    width: 100%;
    max-width: 408px;
  }
  .commerce .logosbase .header .header__container .header__content {
    order: 1;
    text-align: left;
    align-items: flex-start;
    margin-right: 20px;
    width: 50%;
    flex-shrink: 0;
    padding: 0;
  }
  .commerce .logosbase .header .header__container .header__content .title {
    margin-bottom: 22px;
  }
  .commerce .logosbase .header .header__container .header__content .kicker {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 20px;
  }
  .commerce .logosbase .header .header__container .header__content .description {
    margin-bottom: 26px;
  }
  .commerce .logosbase .header .header__container .header__content .sub a {
    white-space: nowrap;
  }
  .commerce .logosbase .header .header__container .header__content .sub {
    max-width: 480px;
  }
}
@media screen and (min-width: 1201px) {
  .commerce .logosbase .header .header__container {
    padding-top: 109px;
    padding-bottom: 109px;
    padding-left: 139px;
    padding-right: 139px;
    max-width: 1355px;
  }
  .commerce .logosbase .header .header__container .header__images img {
    max-width: 408px;
  }
}
.commerce .logosbase .no-wrap {
  white-space: nowrap;
}
.commerce .logosbase header.header:has(.variation2) {
  background: #f5fbff url('https://files.logoscdn.com/v1/assets/14838663/optimized?w=3840') no-repeat center center;
  background-size: cover;
}
.commerce .logosbase .header .variation2.header__container .header__images img {
  width: 100%;
  padding-left: 65px;
  padding-right: 56px;
}
@media screen and (min-width: 576px) {
  .commerce .logosbase .header .variation2.header__container .header__images img {
    width: 100%;
    height: auto;
    max-width: 515px;
  }
}
@media screen and (min-width: 768px) {
  .commerce .logosbase .header .variation2.header__container .header__content .title {
    max-width: 488px;
  }
  .commerce .logosbase .header .variation2.header__container .header__images img {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1201px) {
  .commerce .logosbase .header .variation2.header__container .header__content {
    margin-top: -36px;
  }
  .commerce .logosbase .header .variation2.header__container .header__images img {
    width: 100%;
    height: auto;
    max-width: 512px;
  }
  .commerce .logosbase .header .variation2.header__container {
    padding-top: 111px;
    padding-bottom: 111px;
    padding-left: 139px;
    padding-right: 139px;
    max-width: 1355px;
  }
}

.overlay_VvslX {
  padding-bottom: 0;
  overflow-y: scroll;
  height: 100vh;
}
.disablePurchae_pTn_u .js-buy-now-button {
  display: none !important;
}
.commerce .header__buttons {
  height: 36px;
}
.commerce .row h4:last-child,
.commerce .row h5:last-child {
  visibility: hidden;
}
.commerce .product__price {
  visibility: hidden;
}
.commerce .product__image {
  cursor: default;
}
.commerce .logosbase_l8 .accordion-list__item {
  cursor: default;
}
.commerce .logosbase_l8 .accordion-list__item > .row {
  cursor: pointer;
}
.commerce .logosbase_l8 .accordion-list__section .row .b2 {
  visibility: hidden;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	 ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}
/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/* Text-level semantics
	 ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}
/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}
/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}
/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
	 ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}
/* Forms
	 ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}
/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}
/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* Interactive
	 ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}
/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}
/* Misc
	 ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}
/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}
/* common utility functions */
/* common utility classes used throughout the site */
html,
body {
  height: 100%;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  color: var(--bible-study-theme-ui-font-color, #000000);
}
::placeholder {
  color: var(--bible-study-theme-ui-font-color-medium, #666666);
  font-style: normal;
}
.hidden {
  display: none;
}
.stretch {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
textarea {
  box-sizing: border-box;
}
input[type='text'],
input[type='search'],
textarea {
  border: var(--bible-study-theme-text-box-border, 1px solid #f4f4f4);
  background-color: var(--bible-study-theme-text-box-background-color, #f4f4f4);
  color: var(--bible-study-theme-ui-font-color, #000000);
  height: 24px;
  padding: 2px 4px;
  font-size: 14px;
  line-height: 16px;
  -webkit-appearance: none;
}
input[type='text']:focus,
input[type='search']:focus,
textarea:focus {
  outline: none;
}
input[type='submit'],
button {
  color: var(--bible-study-theme-ui-font-color, #000000);
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
}
button {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
}
a,
a:visited,
a:active,
a:focus {
  color: var(--bible-study-theme-link-color, #1e6afe);
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: var(--bible-study-theme-link-hover-color, #4797ff);
}
a:focus-visible {
  outline-color: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-color, #4797ff);
  outline-style: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-style, solid);
  outline-width: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-width, 2px);
  outline-offset: var(--bible-study-theme-app-toolbar-button-hover-focus-outline-offset, 0);
}
button:focus-visible {
  outline-offset: -1px;
}
@font-face {
  font-family: 'SBL Hebrew';
  src: url(e4c98e74924cf0ff0e70.ttf) format('truetype');
}
@font-face {
  font-family: 'BrandLogos';
  src: url(0ccc65769f4bb33f1ead.woff2) format('woff2');
  font-weight: 600;
}
@font-face {
  font-family: 'BrandHebrewOverride';
  font-weight: 100 900;
  size-adjust: 133%;
  src: local('SBL Hebrew'), url(e4c98e74924cf0ff0e70.ttf) format('truetype');
  unicode-range: U+0590-05FF, U+FB1D-FB4F;
}
@font-face {
  font-family: 'BrandGreekOverride';
  font-weight: 100 900;
  src: local('Sirba GRK'), url(5166e344eb000313d1d4.ttf) format('truetype');
  unicode-range: U+0370-03E1, U+03F0-03FF, U+1F00-1FFF;
}
/** These greek font mappings reflect Sinai's **/
@font-face {
  font-family: 'GraecaII';
  src: local('Sirba GRK'), url(5166e344eb000313d1d4.ttf) format('truetype');
}
@font-face {
  font-family: 'Graeca';
  src: local('Sirba GRK'), url(5166e344eb000313d1d4.ttf) format('truetype');
}
@font-face {
  font-family: 'Gentium';
  src: local('Sirba GRK'), url(5166e344eb000313d1d4.ttf) format('truetype');
}
@font-face {
  font-family: 'Galatia SIL';
  src: local('Sirba GRK'), url(5166e344eb000313d1d4.ttf) format('truetype');
}
@font-face {
  font-family: 'SBL Greek';
  src: local('Sirba GRK'), url(5166e344eb000313d1d4.ttf) format('truetype');
}
@font-face {
  font-family: 'GentiumAlt';
  src: local('Sirba GRK'), url(5166e344eb000313d1d4.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('SBL Hebrew'), url(e4c98e74924cf0ff0e70.ttf) format('truetype');
  unicode-range: U+0590-05FF, U+FB1D-FB4F;
}
@font-face {
  font-family: 'Sirba GRK';
  font-weight: 400;
  src: local('Sirba GRK'), url(5166e344eb000313d1d4.ttf) format('truetype');
}
@font-face {
  font-family: 'Sirba GRK';
  font-weight: 700;
  src: local('Sirba GRK'), url(7398ef58df6c96f5a82a.ttf) format('truetype');
}
@font-face {
  font-family: 'Sirba GRK';
  font-weight: 700;
  font-style: italic;
  src: local('Sirba GRK'), url(8db430ed27e2c4b66d11.ttf) format('truetype');
}
@font-face {
  font-family: 'Sirba GRK';
  font-weight: 400;
  font-style: italic;
  src: local('Sirba GRK'), url(c8d5f8332dbc8879a553.ttf) format('truetype');
}
:lang(he),
:lang(arc) {
  font-family: 'Source Sans Pro', 'SBL Hebrew', Tahoma, Arial, 'Microsoft Sans Serif', 'Lucida Sans Unicode', sans-serif;
  text-align: right;
  font-size: 18.62px;
  line-height: 21.875px;
}
@font-face {
  font-family: 'Source Sans Pro';
  src: local('Estrangelo Talada'), url(94f8ddee46800e07bf4a.otf) format('opentype');
  unicode-range: U+0700-074F;
}
@font-face {
  font-family: 'Estrangelo Edessa';
  src: local('Estrangelo Talada'), url(94f8ddee46800e07bf4a.otf) format('opentype');
}
@font-face {
  font-family: 'Estrangelo Talada';
  src: local('Estrangelo Talada'), url(94f8ddee46800e07bf4a.otf) format('opentype');
}
:lang(syr) {
  font-family: 'Source Sans Pro', 'Estrangelo Talada', sans-serif;
  text-align: right;
}
.search-hit-1 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-0, #ffebb4);
}
.search-hit-2 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-1, #8bc5ff);
}
.search-hit-3 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-2, #ffb27f);
}
.search-hit-4 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-3, #d6eaad);
}
.search-hit-5 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-4, #c2cefa);
}
.search-hit-6 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-5, #ffe9e9);
}
.search-hit-7 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-6, #cbf3f8);
}
.search-hit-8 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-7, #c1e4ff);
}
.search-hit-9 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-8, #c7cfdc);
}
.search-hit-10 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-9, #e2d2ed);
}
.search-hit-11 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-10, #eca8c0);
}
.search-hit-12 {
  background-color: var(--bible-study-theme-colorSets-search-hit-background-color-11, #ffd6ad);
}
.search-hit-link {
  color: var(--bible-study-theme-search-hit-text-color, #000000);
}
.search-hit-link:hover {
  color: var(--bible-study-theme-search-hit-text-hover-color, #0c2b95);
}
::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  background-color: transparent;
}
::-webkit-scrollbar:hover {
  background-color: var(--bible-study-theme-scrollbar-hover-background-color, #f8f8f8);
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: block;
  background-repeat: no-repeat;
  height: 12px;
  width: 14px;
}
::-webkit-scrollbar-button:start:decrement:horizontal,
::-webkit-scrollbar-button:end:increment:horizontal {
  height: 14px;
  width: 12px;
}
::-webkit-scrollbar-button:vertical:end:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%275%27><path d=%27M0,0 L8,0 4,5Z%27 fill=%27%23dadada%27/></svg>");
  background-position: center;
}
::-webkit-scrollbar-button:vertical:end:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%275%27><path d=%27M0,0 L8,0 4,5Z%27 fill=%27%23aaaaaa%27/></svg>");
}
::-webkit-scrollbar-button:vertical:start:decrement {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%275%27><path d=%27M0,5 L8,5 4,0Z%27 fill=%27%23dadada%27/></svg>");
  background-position: center;
}
::-webkit-scrollbar-button:vertical:start:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%275%27><path d=%27M0,5 L8,5 4,0Z%27 fill=%27%23aaaaaa%27/></svg>");
}
::-webkit-scrollbar-button:horizontal:end:increment {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%278%27><path d=%27M0,0 L5,4 0,8Z%27 fill=%27%23dadada%27/></svg>");
  background-position: center;
}
::-webkit-scrollbar-button:horizontal:end:increment:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%278%27><path d=%27M0,0 L5,4 0,8Z%27 fill=%27%23aaaaaa%27/></svg>");
}
::-webkit-scrollbar-button:horizontal:start:decrement {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%278%27><path d=%27M0,4 L5,8 5,0Z%27 fill=%27%23dadada%27/></svg>");
  background-position: center;
}
::-webkit-scrollbar-button:horizontal:start:decrement:hover {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%275%27 height=%278%27><path d=%27M0,4 L5,8 5,0Z%27 fill=%27%23aaaaaa%27/></svg>");
}
::-webkit-scrollbar-thumb {
  height: auto;
  width: auto;
  border-style: solid;
  border-width: 4.5px;
  border-color: transparent;
  border-radius: 7px;
  background-color: var(--bible-study-theme-scrollbar-thumb-background-color, #cccccc);
  background-clip: padding-box;
  -webkit-transition: background-color, border-width, opacity 0.2s;
  -moz-transition: background-color, border-width, opacity 0.2s;
  -ms-transition: background-color, border-width, opacity 0.2s;
  -o-transition: background-color, border-width, opacity 0.2s;
}
::-webkit-scrollbar-thumb:hover {
  background-color: var(--bible-study-theme-scrollbar-thumb-hover-background-color, #bbbbbb);
  border-width: 3px;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
:root {
  --bible-study-theme-button-cursor: pointer;
}

/* the brand-bar sign in pages require a modal that can scroll the entire page if too large, and our current global css sets overflow: hidden */
html,
body {
  overflow: visible;
}
.bg-main {
  background-color: #06296c;
  height: 100%;
}
.brand-bar-sign-in {
  background-color: #fff;
  padding: 18px 30px 18px 30px;
  line-height: 0;
}
.bg-sign-in {
  color: #fafafa;
  -webkit-font-smoothing: antialiased;
}
.bg-sign-in *,
.bg-sign-in *:before,
.bg-sign-in *:after {
  box-sizing: border-box;
}
.bg-sign-in h1,
.bg-sign-in .h1 {
  font-size: 36px;
  line-height: 47px;
  font-family: 'Gotham A', 'Gotham B', 'Verdana', Arial, sans-serif;
  font-weight: 800;
  margin-top: 0px;
}
.bg-sign-in h4,
.bg-sign-in .h4 {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: normal;
  font-stretch: normal;
  font-family: 'Source Sans Pro';
  font-weight: normal;
}
@media (min-width: 768px) {
  .bg-sign-in h1,
  .bg-sign-in .h1 {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1160px) {
  .bg-sign-in h1,
  .bg-sign-in .h1 {
    font-size: 52px;
    line-height: 55px;
  }
}
.bg-sign-in .big-center-text {
  width: 60% !important;
  max-width: 797px;
  margin-left: auto !important;
  margin-right: auto !important;
  text-align: center;
  padding-top: 13%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}
.bg-sign-in .btn {
  appearance: none;
  background-color: #06296c;
  border-radius: 3px;
  border: 1px solid #06296c;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Source Sans Pro', Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  padding: 11px 13px 13px 13px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s ease;
  transition-property: background-color, border-color, color;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  width: auto;
}
.bg-sign-in .btn:last-child,
.bg-sign-in .btn:last-of-type {
  margin-right: 0;
}
.bg-sign-in .btn:active {
  box-shadow: inset 0 1px 6px rgba(0, 0, 0, 0.2);
}
.bg-sign-in .btn:hover,
.bg-sign-in .btn:focus {
  background-color: #004590;
  border-color: #004590;
  color: #fff;
  outline: 0 none;
}
.bg-sign-in .btn--primary-outline {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  min-width: 114px;
}
.bg-sign-in .btn--primary-outline:active {
  box-shadow: none;
}
.bg-sign-in .btn--primary-outline:hover,
.bg-sign-in .btn--primary-outline:focus {
  background-color: #fff;
  border-color: #fff;
  color: #06296c;
}
.bg-sign-in .btn--secondary {
  background-color: #429c1c;
  border-color: #429c1c;
  color: #fff;
}
.bg-sign-in .btn--secondary:hover,
.bg-sign-in .btn--secondary:focus {
  background-color: #56c925;
  border-color: #56c925;
  color: #fff;
}
.bg-sign-in .sign-in-buttons {
  margin: 20px;
  margin-bottom: 36px;
}
.bg-sign-in .sign-in-learn-more {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
@media (max-width: 558px) {
  .bg-sign-in .big-center-text {
    max-width: none;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .bg-sign-in .sign-in-learn-more {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-height: 411px) {
  .bg-sign-in .big-center-text {
    padding-top: 0px;
  }
}
.bg-sign-in a {
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  font: inherit;
  font-weight: 900;
  position: relative;
  text-decoration: none;
  transition-property: color, border-color;
  transition: 0.3s ease;
  -webkit-text-decoration-skip: objects;
}
.bg-sign-in a:active,
.bg-sign-in a:hover,
.bg-sign-in a:focus {
  border-color: #fff;
  color: #fff;
  outline: 0 none;
}


/*# sourceMappingURL=logos.9e0cd2f6af150ab03201.css.map*/