#s-b564eff9-c647-4488-83f7-2d0171129ce5 {
  text-align: left;
}

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-0d54724b-5114-4168-9bee-81987043c80e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}
@media (max-width: 767px){#s-0d54724b-5114-4168-9bee-81987043c80e {
  
}
}
#s-0d54724b-5114-4168-9bee-81987043c80e {
  background-image: url(https://i.shgcdn.com/14c9d2d3-f3ff-4354-a215-f9908bdb125b/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0d54724b-5114-4168-9bee-81987043c80e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d54724b-5114-4168-9bee-81987043c80e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
  height: inherit;
  position: relative;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shg-imageV2-content {
  text-align: initial;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked>div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content>div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
  max-width: 300px;
aspect-ratio: 300/133;
text-align: center;
}





  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image,
  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
    width: 100%;
    height: auto;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
    
    
  }


.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shogun-image-content {
  
    align-items: center;
  
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
      --shg-aspect-ratio: calc(300/133); 
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
      position: relative;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image,
  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
    width: 100%;
    height: auto;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
    
    
  }


.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shogun-image-content {
  
    align-items: center;
  
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
      --shg-aspect-ratio: calc(300/133); 
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
      position: relative;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image,
  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
    width: 100%;
    height: auto;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
    
    
  }


.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shogun-image-content {
  
    align-items: center;
  
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
      --shg-aspect-ratio: calc(300/133); 
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
      position: relative;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image,
  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
    width: 100%;
    height: auto;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
    
    
  }


.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shogun-image-content {
  
    align-items: center;
  
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
      --shg-aspect-ratio: calc(300/133); 
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
      position: relative;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image,
  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
    width: 100%;
    height: auto;
  }

  #s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
    
    
  }


.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a .shogun-image-content {
  
    align-items: center;
  
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a {
      --shg-aspect-ratio: calc(300/133); 
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container {
      position: relative;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c97c8fdf-2bad-48a0-9f48-43897cf6042a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-82449e1c-f25b-4dc0-b864-2ea63764333d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
text-align: left;
}


  #s-82449e1c-f25b-4dc0-b864-2ea63764333d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(255, 225, 0, 1);
    border: 1px solid rgba(255, 225, 0, 1);
  }
  #s-82449e1c-f25b-4dc0-b864-2ea63764333d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 204, 0, 1);
    border: 1px solid rgba(0, 0, 0, 0);
  }
#s-82449e1c-f25b-4dc0-b864-2ea63764333d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-82449e1c-f25b-4dc0-b864-2ea63764333d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-82449e1c-f25b-4dc0-b864-2ea63764333d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 204, 0, 1);
}

#s-82449e1c-f25b-4dc0-b864-2ea63764333d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-9fcb5b20-064e-4e8e-8d95-d250edb8f1d3 {
  min-height: 30px;
}








#s-9fcb5b20-064e-4e8e-8d95-d250edb8f1d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fcb5b20-064e-4e8e-8d95-d250edb8f1d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea80501d-195b-47d5-99f3-2a2d8d324810 {
  min-height: 50px;
}








#s-ea80501d-195b-47d5-99f3-2a2d8d324810 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea80501d-195b-47d5-99f3-2a2d8d324810.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1147eaba-5509-4ded-924e-25debd409e54 {
  min-height: 50px;
}








#s-1147eaba-5509-4ded-924e-25debd409e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1147eaba-5509-4ded-924e-25debd409e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14509e0f-c9cc-4ab2-930d-4b40c497238e {
  min-height: 50px;
}








#s-14509e0f-c9cc-4ab2-930d-4b40c497238e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14509e0f-c9cc-4ab2-930d-4b40c497238e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2de3aab-6e33-4f70-b2a5-d6c6d861daad {
  min-height: 50px;
}








#s-a2de3aab-6e33-4f70-b2a5-d6c6d861daad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2de3aab-6e33-4f70-b2a5-d6c6d861daad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-573b91f1-ab07-4182-b4f8-fe35f8af1d56 {
  text-align: left;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-cfa62627-5673-4e3f-8ae0-369b312ad72a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfa62627-5673-4e3f-8ae0-369b312ad72a .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



#s-3227b1ff-20e0-403b-80b3-0f1089d6ba6b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3227b1ff-20e0-403b-80b3-0f1089d6ba6b .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



#s-d09e992c-8256-46a3-9d0d-3d7b2199fe0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d09e992c-8256-46a3-9d0d-3d7b2199fe0f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



#s-be62c970-4005-449b-9321-8292f7cda6b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be62c970-4005-449b-9321-8292f7cda6b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  min-height: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-ab194bb1-56f3-40b9-80a3-84c5e2cfee22 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 800px;
}
@media (max-width: 767px){#s-ab194bb1-56f3-40b9-80a3-84c5e2cfee22 {
  display: none;
}
#s-ab194bb1-56f3-40b9-80a3-84c5e2cfee22, #wrap-s-ab194bb1-56f3-40b9-80a3-84c5e2cfee22 { display: none !important; }}
#s-ab194bb1-56f3-40b9-80a3-84c5e2cfee22 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-ab194bb1-56f3-40b9-80a3-84c5e2cfee22 .shg-sld-nav-button.shg-sld-left,
#s-ab194bb1-56f3-40b9-80a3-84c5e2cfee22 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-749e0008-764f-4287-b47e-563422157a94 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-749e0008-764f-4287-b47e-563422157a94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-749e0008-764f-4287-b47e-563422157a94"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-749e0008-764f-4287-b47e-563422157a94"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-749e0008-764f-4287-b47e-563422157a94"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-749e0008-764f-4287-b47e-563422157a94"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-749e0008-764f-4287-b47e-563422157a94"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-749e0008-764f-4287-b47e-563422157a94"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5a61fafe-0fbd-4759-a121-a84171dcd7a7 {
  margin-top: auto;
margin-bottom: auto;
min-height: 219px;
}








#s-5a61fafe-0fbd-4759-a121-a84171dcd7a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a61fafe-0fbd-4759-a121-a84171dcd7a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 250px;
aspect-ratio: 250/54;
text-align: center;
}





  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image,
  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
    width: 100%;
    height: auto;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
    
    
  }


.s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
      position: relative;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image,
  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
    width: 100%;
    height: auto;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
    
    
  }


.s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
      position: relative;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image,
  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
    width: 100%;
    height: auto;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
    
    
  }


.s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
      position: relative;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image,
  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
    width: 100%;
    height: auto;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
    
    
  }


.s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
      position: relative;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image,
  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
    width: 100%;
    height: auto;
  }

  #s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
    
    
  }


.s-5ced339d-21a5-48ee-b09c-ee002edc3afb .shogun-image-content {
  
    align-items: center;
  
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container {
      position: relative;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5ced339d-21a5-48ee-b09c-ee002edc3afb img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7aaf2689-f0ab-4a5d-93e4-1de386add393 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-right: 20px;
min-height: 200px;
}








#s-7aaf2689-f0ab-4a5d-93e4-1de386add393 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7aaf2689-f0ab-4a5d-93e4-1de386add393.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7578c9b-08bd-47bc-9208-30ca3ca49fd7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d7578c9b-08bd-47bc-9208-30ca3ca49fd7 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f893ec79-736b-433d-9b1b-ebc7d4e9b866 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f893ec79-736b-433d-9b1b-ebc7d4e9b866 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: ;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: ;
  font-family: ;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

#s-df90b95c-ff47-4c96-89c6-856431d64e49 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-df90b95c-ff47-4c96-89c6-856431d64e49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df90b95c-ff47-4c96-89c6-856431d64e49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df90b95c-ff47-4c96-89c6-856431d64e49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-df90b95c-ff47-4c96-89c6-856431d64e49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df90b95c-ff47-4c96-89c6-856431d64e49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-df90b95c-ff47-4c96-89c6-856431d64e49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-df90b95c-ff47-4c96-89c6-856431d64e49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-75df40c4-8478-4015-901f-5ae72071e792 {
  margin-top: auto;
margin-bottom: auto;
min-height: 219px;
}








#s-75df40c4-8478-4015-901f-5ae72071e792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75df40c4-8478-4015-901f-5ae72071e792.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 250px;
aspect-ratio: 250/54;
text-align: center;
}





  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image,
  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
    width: 100%;
    height: auto;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
    
    
  }


.s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
      position: relative;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image,
  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
    width: 100%;
    height: auto;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
    
    
  }


.s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
      position: relative;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image,
  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
    width: 100%;
    height: auto;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
    
    
  }


.s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
      position: relative;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image,
  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
    width: 100%;
    height: auto;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
    
    
  }


.s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
      position: relative;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image,
  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
    width: 100%;
    height: auto;
  }

  #s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
    
    
  }


.s-ae1b8065-ced7-4116-b10f-f2e07f747abd .shogun-image-content {
  
    align-items: center;
  
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container {
      position: relative;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ae1b8065-ced7-4116-b10f-f2e07f747abd img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5b5468d3-b945-45fb-81a6-4af8c31488f4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-right: 20px;
min-height: 200px;
}








#s-5b5468d3-b945-45fb-81a6-4af8c31488f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b5468d3-b945-45fb-81a6-4af8c31488f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5237e63e-69e7-4c68-b64e-0a82bc9c42a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5237e63e-69e7-4c68-b64e-0a82bc9c42a9 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-99a73129-66ce-4c15-8362-9df73f0f4a68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99a73129-66ce-4c15-8362-9df73f0f4a68 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-35c8bc1b-29a0-4b49-a07b-1daddc38abdd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(242, 242, 242, 1);
}

@media (min-width: 0px) {
[id="s-35c8bc1b-29a0-4b49-a07b-1daddc38abdd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35c8bc1b-29a0-4b49-a07b-1daddc38abdd"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35c8bc1b-29a0-4b49-a07b-1daddc38abdd"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35c8bc1b-29a0-4b49-a07b-1daddc38abdd"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35c8bc1b-29a0-4b49-a07b-1daddc38abdd"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35c8bc1b-29a0-4b49-a07b-1daddc38abdd"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35c8bc1b-29a0-4b49-a07b-1daddc38abdd"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
max-width: 300px;
aspect-ratio: 300/200;
text-align: center;
}





  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image,
  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
    width: 100%;
    height: auto;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
    
    
  }


.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
      position: relative;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image,
  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
    width: 100%;
    height: auto;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
    
    
  }


.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
      position: relative;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image,
  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
    width: 100%;
    height: auto;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
    
    
  }


.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
      position: relative;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image,
  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
    width: 100%;
    height: auto;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
    
    
  }


.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
      position: relative;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image,
  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
    width: 100%;
    height: auto;
  }

  #s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
    
    
  }


.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 .shogun-image-content {
  
    align-items: center;
  
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shg-align-container {
  display: flex;
  justify-content: center
}

.s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container {
      position: relative;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-402ba430-9c26-438e-8d2d-e5d56e5bcc60 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9e277df0-c04c-4779-94f1-2fce196e8a60 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-left: 0px;
padding-right: 20px;
min-height: 200px;
}








#s-9e277df0-c04c-4779-94f1-2fce196e8a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e277df0-c04c-4779-94f1-2fce196e8a60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3d6b03c-170f-43fa-9df9-c0cd014d458b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f3d6b03c-170f-43fa-9df9-c0cd014d458b .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-ff617190-43ed-400d-a45b-986e918a7347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ff617190-43ed-400d-a45b-986e918a7347 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-a3e81f84-c8d3-4338-8e68-4429f53d4dd4 {
  min-height: 20px;
}








#s-a3e81f84-c8d3-4338-8e68-4429f53d4dd4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3e81f84-c8d3-4338-8e68-4429f53d4dd4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57191deb-7a64-48f8-ba74-535dd24acc44 {
  min-height: 20px;
}








#s-57191deb-7a64-48f8-ba74-535dd24acc44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57191deb-7a64-48f8-ba74-535dd24acc44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02ae10b1-2548-41b5-b3c2-fbe275fa432f {
  min-height: 20px;
}








#s-02ae10b1-2548-41b5-b3c2-fbe275fa432f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02ae10b1-2548-41b5-b3c2-fbe275fa432f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d9c87943-93b8-4c14-aec5-2f98ec1d0829 {
  min-height: 20px;
}








#s-d9c87943-93b8-4c14-aec5-2f98ec1d0829 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9c87943-93b8-4c14-aec5-2f98ec1d0829.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
max-width: 800px;
}
@media (min-width: 1200px){#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 {
  display: none;
}
#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8, #wrap-s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 {
  display: none;
}
#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8, #wrap-s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 {
  display: none;
}
#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8, #wrap-s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 { display: none !important; }}
#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 .shg-sld-dot {
  background-color: rgba(0, 0, 0, 1);
}

#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 .shg-sld-nav-button.shg-sld-left,
#s-efcb231e-b10e-4b72-bbea-ff26fdd90cf8 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(0, 0, 0, 1);
}

#s-f17081cc-189f-4f77-97f0-da26058f9464 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-f17081cc-189f-4f77-97f0-da26058f9464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f17081cc-189f-4f77-97f0-da26058f9464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 250px;
aspect-ratio: 250/54;
text-align: center;
}





  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image,
  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
    width: 100%;
    height: auto;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
    
    
  }


.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shogun-image-content {
  
    align-items: center;
  
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
      position: relative;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image,
  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
    width: 100%;
    height: auto;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
    
    
  }


.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shogun-image-content {
  
    align-items: center;
  
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
      position: relative;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image,
  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
    width: 100%;
    height: auto;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
    
    
  }


.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shogun-image-content {
  
    align-items: center;
  
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
      position: relative;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image,
  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
    width: 100%;
    height: auto;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
    
    
  }


.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shogun-image-content {
  
    align-items: center;
  
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
      position: relative;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image,
  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
    width: 100%;
    height: auto;
  }

  #s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
    
    
  }


.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f .shogun-image-content {
  
    align-items: center;
  
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container {
      position: relative;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3d4f3ca1-fe7c-42be-ae7c-8e94bbe5924f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ffed25c9-c7c2-4423-9698-24ad7dd740b5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffed25c9-c7c2-4423-9698-24ad7dd740b5 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-ac013102-3500-4e5f-8fac-063b75970f03 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ac013102-3500-4e5f-8fac-063b75970f03 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-cea00308-b971-478f-bd12-75a8238718b5 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-cea00308-b971-478f-bd12-75a8238718b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cea00308-b971-478f-bd12-75a8238718b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 0px;
padding-bottom: 0px;
max-width: 250px;
aspect-ratio: 250/54;
text-align: center;
}





  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image,
  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
    width: 100%;
    height: auto;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
    
    
  }


.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
      position: relative;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image,
  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
    width: 100%;
    height: auto;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
    
    
  }


.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
      position: relative;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image,
  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
    width: 100%;
    height: auto;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
    
    
  }


.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
      position: relative;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image,
  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
    width: 100%;
    height: auto;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
    
    
  }


.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
      position: relative;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image,
  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
    width: 100%;
    height: auto;
  }

  #s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
    
    
  }


.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 .shogun-image-content {
  
    align-items: center;
  
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 {
      --shg-aspect-ratio: calc(250/54); 
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container {
      position: relative;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99b9d6aa-d732-43b2-9a08-2c2f0b214ba3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-943919a8-14bd-42ff-a7b2-2a1b1e0b8df9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-943919a8-14bd-42ff-a7b2-2a1b1e0b8df9 .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-78a815e5-0063-4398-9898-9964bde5e890 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78a815e5-0063-4398-9898-9964bde5e890 .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



#s-69d54af3-c635-44d0-a0fb-206d63ce09e7 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-69d54af3-c635-44d0-a0fb-206d63ce09e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69d54af3-c635-44d0-a0fb-206d63ce09e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
max-width: 300px;
aspect-ratio: 300/200;
text-align: center;
}





  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image,
  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
    width: 100%;
    height: auto;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
    
    
  }


.s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
      position: relative;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image,
  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
    width: 100%;
    height: auto;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
    
    
  }


.s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
      position: relative;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image,
  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
    width: 100%;
    height: auto;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
    
    
  }


.s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
      position: relative;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image,
  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
    width: 100%;
    height: auto;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
    
    
  }


.s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
      position: relative;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image,
  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
    width: 100%;
    height: auto;
  }

  #s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
    
    
  }


.s-fe0b9921-4bd6-4327-8221-3fb647088d15 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 {
      --shg-aspect-ratio: calc(300/200); 
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container {
      position: relative;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe0b9921-4bd6-4327-8221-3fb647088d15 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-68667dcd-92ef-4b05-9a7a-eae5585141ff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68667dcd-92ef-4b05-9a7a-eae5585141ff .shogun-heading-component h3 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: center;
}



#s-36ab44b1-45ae-4e98-a6be-ee036214c6ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-36ab44b1-45ae-4e98-a6be-ee036214c6ae .shogun-heading-component h4 {
  color: ;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: center;
}



@media (min-width: 0px) {
[id="s-ca564469-2141-471a-b920-5d3fe5fd344f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ca564469-2141-471a-b920-5d3fe5fd344f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca564469-2141-471a-b920-5d3fe5fd344f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca564469-2141-471a-b920-5d3fe5fd344f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-17c16d12-e93c-47d9-a442-9394ab5b4653 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-17c16d12-e93c-47d9-a442-9394ab5b4653 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17c16d12-e93c-47d9-a442-9394ab5b4653.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151 {
  text-align: center;
}







  img.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
    
    
  }


.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
    
    
  }


.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
    
    
  }


.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
    
    
  }


.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
    
    
  }


.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151 .shogun-image-content {
  
    align-items: center;
  
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5196b7ae-5f6c-4fa8-b6d4-9cee2dc26151.shogun-image {
  box-sizing: border-box;
}



}
#s-31681c9f-db6a-4718-8b93-af23b2403d83 {
  min-height: 10px;
}








#s-31681c9f-db6a-4718-8b93-af23b2403d83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31681c9f-db6a-4718-8b93-af23b2403d83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-672f6ebf-9984-4809-b6f0-0a63b0471832 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-672f6ebf-9984-4809-b6f0-0a63b0471832 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-da64df86-d171-4207-af85-52e6e88de216 {
  text-align: left;
}

#s-1d7f2ab4-cda8-4286-9e0e-f2a563374774 {
  text-align: left;
}

#s-ff29e5c1-35d8-4012-bdba-02d5c78d0798 {
  text-align: left;
}

#s-8879b1a4-86ad-43b2-8ebe-d8a96285909e {
  min-height: 10px;
}








#s-8879b1a4-86ad-43b2-8ebe-d8a96285909e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8879b1a4-86ad-43b2-8ebe-d8a96285909e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-9b64875c-f84f-4e79-adc3-ede9257c0b90 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-9b64875c-f84f-4e79-adc3-ede9257c0b90:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-9b64875c-f84f-4e79-adc3-ede9257c0b90:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b64875c-f84f-4e79-adc3-ede9257c0b90-root {
    text-align: center;
  }


#s-9b64875c-f84f-4e79-adc3-ede9257c0b90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9b64875c-f84f-4e79-adc3-ede9257c0b90-root {
    text-align: center;
  }


#s-9b64875c-f84f-4e79-adc3-ede9257c0b90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b64875c-f84f-4e79-adc3-ede9257c0b90-root {
    text-align: center;
  }


#s-9b64875c-f84f-4e79-adc3-ede9257c0b90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b64875c-f84f-4e79-adc3-ede9257c0b90-root {
    text-align: center;
  }


#s-9b64875c-f84f-4e79-adc3-ede9257c0b90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9b64875c-f84f-4e79-adc3-ede9257c0b90-root {
    text-align: center;
  }


#s-9b64875c-f84f-4e79-adc3-ede9257c0b90.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1c49933f-cf99-4ebf-b5c5-fed993c05cfe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1c49933f-cf99-4ebf-b5c5-fed993c05cfe .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-1c49933f-cf99-4ebf-b5c5-fed993c05cfe .shogun-heading-component h3 a {
  color: #000;
}


#s-d85644b0-38fa-47ff-9946-3e199870cac1 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-d85644b0-38fa-47ff-9946-3e199870cac1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d85644b0-38fa-47ff-9946-3e199870cac1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
  max-width: 220px;
aspect-ratio: 220/186;
text-align: center;
}





  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image,
  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
    width: 100%;
    height: auto;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
    
    
  }


.s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
      position: relative;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image,
  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
    width: 100%;
    height: auto;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
    
    
  }


.s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
      position: relative;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image,
  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
    width: 100%;
    height: auto;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
    
    
  }


.s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
      position: relative;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image,
  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
    width: 100%;
    height: auto;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
    
    
  }


.s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
      position: relative;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image,
  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
    width: 100%;
    height: auto;
  }

  #s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
    
    
  }


.s-51a264b6-557d-43f3-af4f-039fb78e53b7 .shogun-image-content {
  
    align-items: center;
  
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container {
      position: relative;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51a264b6-557d-43f3-af4f-039fb78e53b7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-35382fe8-3457-46b7-874b-e405d27c1323 {
  min-height: 10px;
}








#s-35382fe8-3457-46b7-874b-e405d27c1323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35382fe8-3457-46b7-874b-e405d27c1323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7bbe81a-a7ed-44e9-b036-68d93912a2c2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b7bbe81a-a7ed-44e9-b036-68d93912a2c2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b8697c55-a8bb-4c06-8ef4-7fe8e114cca2 {
  text-align: left;
}

#s-823e382d-3809-4298-b39a-f9ce27da96c0 {
  text-align: left;
}

#s-fb673c44-63a7-4898-9f47-5ed10de08eac {
  min-height: 10px;
}








#s-fb673c44-63a7-4898-9f47-5ed10de08eac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb673c44-63a7-4898-9f47-5ed10de08eac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43b2c495-e6a7-47b4-9411-19e47dbead98 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-43b2c495-e6a7-47b4-9411-19e47dbead98:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-43b2c495-e6a7-47b4-9411-19e47dbead98:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43b2c495-e6a7-47b4-9411-19e47dbead98-root {
    text-align: center;
  }


#s-43b2c495-e6a7-47b4-9411-19e47dbead98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43b2c495-e6a7-47b4-9411-19e47dbead98-root {
    text-align: center;
  }


#s-43b2c495-e6a7-47b4-9411-19e47dbead98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43b2c495-e6a7-47b4-9411-19e47dbead98-root {
    text-align: center;
  }


#s-43b2c495-e6a7-47b4-9411-19e47dbead98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43b2c495-e6a7-47b4-9411-19e47dbead98-root {
    text-align: center;
  }


#s-43b2c495-e6a7-47b4-9411-19e47dbead98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43b2c495-e6a7-47b4-9411-19e47dbead98-root {
    text-align: center;
  }


#s-43b2c495-e6a7-47b4-9411-19e47dbead98.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-93fa5e27-82bd-4aac-a3c1-4c719bd51ef2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-93fa5e27-82bd-4aac-a3c1-4c719bd51ef2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-93fa5e27-82bd-4aac-a3c1-4c719bd51ef2 .shogun-heading-component h3 a {
  color: #000;
}


#s-b9dcf7f4-fdf8-457a-ac61-432b437800af {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-b9dcf7f4-fdf8-457a-ac61-432b437800af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9dcf7f4-fdf8-457a-ac61-432b437800af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image,
  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
    width: 100%;
    height: auto;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
    
    
  }


.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
      position: relative;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image,
  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
    width: 100%;
    height: auto;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
    
    
  }


.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
      position: relative;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image,
  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
    width: 100%;
    height: auto;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
    
    
  }


.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
      position: relative;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image,
  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
    width: 100%;
    height: auto;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
    
    
  }


.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
      position: relative;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image,
  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
    width: 100%;
    height: auto;
  }

  #s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
    
    
  }


.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec .shogun-image-content {
  
    align-items: center;
  
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shg-align-container {
  display: flex;
  justify-content: center
}

.s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container {
      position: relative;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-dd8db919-e734-4bc4-8d4f-88f0156d60ec img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e45170d7-3b94-4c82-90b8-bda55a191076 {
  min-height: 10px;
}








#s-e45170d7-3b94-4c82-90b8-bda55a191076 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e45170d7-3b94-4c82-90b8-bda55a191076.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fcffdfd-dc4a-41dc-8b7e-6c5bbacde3f7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fcffdfd-dc4a-41dc-8b7e-6c5bbacde3f7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-736da8d7-9293-49d7-9595-750fa263df8e {
  text-align: left;
}

#s-73aec266-1628-4851-bb10-2ba3417a5c97 {
  text-align: left;
}

#s-4f98fea1-215c-4958-b727-9eeb1c994987 {
  text-align: left;
}

#s-940bda8f-6526-453c-83bb-bfa2b0a36046 {
  min-height: 10px;
}








#s-940bda8f-6526-453c-83bb-bfa2b0a36046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-940bda8f-6526-453c-83bb-bfa2b0a36046.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe518747-4f3d-487b-8a8f-25037619bef0 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-fe518747-4f3d-487b-8a8f-25037619bef0:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-fe518747-4f3d-487b-8a8f-25037619bef0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fe518747-4f3d-487b-8a8f-25037619bef0-root {
    text-align: center;
  }


#s-fe518747-4f3d-487b-8a8f-25037619bef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fe518747-4f3d-487b-8a8f-25037619bef0-root {
    text-align: center;
  }


#s-fe518747-4f3d-487b-8a8f-25037619bef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fe518747-4f3d-487b-8a8f-25037619bef0-root {
    text-align: center;
  }


#s-fe518747-4f3d-487b-8a8f-25037619bef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fe518747-4f3d-487b-8a8f-25037619bef0-root {
    text-align: center;
  }


#s-fe518747-4f3d-487b-8a8f-25037619bef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fe518747-4f3d-487b-8a8f-25037619bef0-root {
    text-align: center;
  }


#s-fe518747-4f3d-487b-8a8f-25037619bef0.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-eee11378-55da-4d18-a0fe-dfa4febc7f53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eee11378-55da-4d18-a0fe-dfa4febc7f53 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-eee11378-55da-4d18-a0fe-dfa4febc7f53 .shogun-heading-component h3 a {
  color: #000;
}


#s-645e14f1-8d13-4a45-92c3-b4a87ac4de14 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-645e14f1-8d13-4a45-92c3-b4a87ac4de14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-645e14f1-8d13-4a45-92c3-b4a87ac4de14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image,
  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
    width: 100%;
    height: auto;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
    
    
  }


.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
      position: relative;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image,
  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
    width: 100%;
    height: auto;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
    
    
  }


.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
      position: relative;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image,
  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
    width: 100%;
    height: auto;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
    
    
  }


.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
      position: relative;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image,
  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
    width: 100%;
    height: auto;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
    
    
  }


.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
      position: relative;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image,
  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
    width: 100%;
    height: auto;
  }

  #s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
    
    
  }


.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff .shogun-image-content {
  
    align-items: center;
  
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container {
      position: relative;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1ac9dc9a-f8d8-43f4-8750-3244029c31ff img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fac4e827-3d01-4ec1-8f8c-0b86da003f76 {
  min-height: 10px;
}








#s-fac4e827-3d01-4ec1-8f8c-0b86da003f76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fac4e827-3d01-4ec1-8f8c-0b86da003f76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8cc8c24-0a10-491d-8f63-c3e8bac09797 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8cc8c24-0a10-491d-8f63-c3e8bac09797 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3abe2156-287e-4d97-8eea-79a14dd86775 {
  text-align: left;
}

#s-a3824851-71c1-40c5-b0f9-29d717301184 {
  text-align: left;
}

#s-437f9947-392e-46f4-a94d-288a56465ffd {
  min-height: 10px;
}








#s-437f9947-392e-46f4-a94d-288a56465ffd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-437f9947-392e-46f4-a94d-288a56465ffd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-792ed324-384c-4671-a982-1a24dc4ec540 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-792ed324-384c-4671-a982-1a24dc4ec540:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-792ed324-384c-4671-a982-1a24dc4ec540:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-792ed324-384c-4671-a982-1a24dc4ec540-root {
    text-align: center;
  }


#s-792ed324-384c-4671-a982-1a24dc4ec540.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-792ed324-384c-4671-a982-1a24dc4ec540-root {
    text-align: center;
  }


#s-792ed324-384c-4671-a982-1a24dc4ec540.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-792ed324-384c-4671-a982-1a24dc4ec540-root {
    text-align: center;
  }


#s-792ed324-384c-4671-a982-1a24dc4ec540.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-792ed324-384c-4671-a982-1a24dc4ec540-root {
    text-align: center;
  }


#s-792ed324-384c-4671-a982-1a24dc4ec540.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-792ed324-384c-4671-a982-1a24dc4ec540-root {
    text-align: center;
  }


#s-792ed324-384c-4671-a982-1a24dc4ec540.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4fa3d8d2-e14a-46c5-b90f-452fd76e6bd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fa3d8d2-e14a-46c5-b90f-452fd76e6bd9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-4fa3d8d2-e14a-46c5-b90f-452fd76e6bd9 .shogun-heading-component h3 a {
  color: #000;
}


#s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
  max-width: 437px;
aspect-ratio: 437/202;
text-align: center;
}





  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image,
  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
    width: 100%;
    height: auto;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
    
    
  }


.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
      position: relative;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image,
  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
    width: 100%;
    height: auto;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
    
    
  }


.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
      position: relative;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image,
  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
    width: 100%;
    height: auto;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
    
    
  }


.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
      position: relative;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image,
  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
    width: 100%;
    height: auto;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
    
    
  }


.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
      position: relative;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image,
  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
    width: 100%;
    height: auto;
  }

  #s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
    
    
  }


.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 .shogun-image-content {
  
    align-items: center;
  
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container {
      position: relative;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5fbe3dac-97be-4155-b015-6c0dcab3fa23 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (max-width: 767px){#s-a0ed6b92-1d63-4e8b-8907-1ee18188c0b9 {
  display: none;
}
#s-a0ed6b92-1d63-4e8b-8907-1ee18188c0b9, #wrap-s-a0ed6b92-1d63-4e8b-8907-1ee18188c0b9 { display: none !important; }}
@media (min-width: 0px) {
[id="s-a0ed6b92-1d63-4e8b-8907-1ee18188c0b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0ed6b92-1d63-4e8b-8907-1ee18188c0b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a0ed6b92-1d63-4e8b-8907-1ee18188c0b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a0ed6b92-1d63-4e8b-8907-1ee18188c0b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-969df1d2-9d93-4249-9588-3dc75422c33f {
  text-align: left;
}

#s-85db993f-be71-481a-9555-65106528a679 {
  min-height: 15px;
}








#s-85db993f-be71-481a-9555-65106528a679 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85db993f-be71-481a-9555-65106528a679.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c1f46ea-0dfa-4c63-8e7d-ebe79a6983a2 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-7b1c46e0-113e-4331-bf22-743febc11c43"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7b1c46e0-113e-4331-bf22-743febc11c43"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-7b1c46e0-113e-4331-bf22-743febc11c43"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-7b1c46e0-113e-4331-bf22-743febc11c43"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f5098628-5e39-40d1-bb48-dd998053939b {
  min-height: 50px;
}








#s-f5098628-5e39-40d1-bb48-dd998053939b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5098628-5e39-40d1-bb48-dd998053939b {
  cursor: pointer;
}#s-f5098628-5e39-40d1-bb48-dd998053939b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked,
.shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-6c23c477-d6cb-441e-b721-43788171ee5e {
  text-align: center;
}







  #s-6c23c477-d6cb-441e-b721-43788171ee5e img.shogun-image {
    

    
    
    
  }


#s-6c23c477-d6cb-441e-b721-43788171ee5e .shogun-image-content {
  
    align-items: center;
  
}

#s-ea74c229-7b39-4c63-82a4-66d0b140f98f {
  min-height: 10px;
}








#s-ea74c229-7b39-4c63-82a4-66d0b140f98f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea74c229-7b39-4c63-82a4-66d0b140f98f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca273fe7-f76b-408d-888d-17a2608f06d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ca273fe7-f76b-408d-888d-17a2608f06d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-adc6ee5c-572a-4f83-a93c-0d20c3cf76d8 {
  min-height: 5px;
}








#s-adc6ee5c-572a-4f83-a93c-0d20c3cf76d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adc6ee5c-572a-4f83-a93c-0d20c3cf76d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1-root {
    text-align: center;
  }


#s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1-root {
    text-align: center;
  }


#s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1-root {
    text-align: center;
  }


#s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1-root {
    text-align: center;
  }


#s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1-root {
    text-align: center;
  }


#s-f5858e19-5950-4ae7-87b1-cc072aaaa6e1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cee959a1-fe68-43ee-923d-89e0375b73fe {
  min-height: 50px;
}








#s-cee959a1-fe68-43ee-923d-89e0375b73fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cee959a1-fe68-43ee-923d-89e0375b73fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cdd340eb-d973-44e3-bccc-af184a515e0c {
  min-height: 50px;
}








#s-cdd340eb-d973-44e3-bccc-af184a515e0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd340eb-d973-44e3-bccc-af184a515e0c {
  cursor: pointer;
}#s-cdd340eb-d973-44e3-bccc-af184a515e0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2cce2c50-7387-4cb3-84b4-b2f21a07b60f {
  text-align: center;
}







  #s-2cce2c50-7387-4cb3-84b4-b2f21a07b60f img.shogun-image {
    

    
    
    
  }


#s-2cce2c50-7387-4cb3-84b4-b2f21a07b60f .shogun-image-content {
  
    align-items: center;
  
}

#s-15475a6f-9fa6-4621-8503-88e0cb5906ee {
  min-height: 10px;
}








#s-15475a6f-9fa6-4621-8503-88e0cb5906ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15475a6f-9fa6-4621-8503-88e0cb5906ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a4fcdd79-f603-4d3a-9ec6-57d232be1e5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4fcdd79-f603-4d3a-9ec6-57d232be1e5c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-26db4588-35b6-45c1-bc61-d4ed8e1b01b6 {
  min-height: 5px;
}








#s-26db4588-35b6-45c1-bc61-d4ed8e1b01b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26db4588-35b6-45c1-bc61-d4ed8e1b01b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-737815e1-5056-41ff-8b22-e23a7de06bd7 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-737815e1-5056-41ff-8b22-e23a7de06bd7:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-737815e1-5056-41ff-8b22-e23a7de06bd7:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-737815e1-5056-41ff-8b22-e23a7de06bd7-root {
    text-align: center;
  }


#s-737815e1-5056-41ff-8b22-e23a7de06bd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-737815e1-5056-41ff-8b22-e23a7de06bd7-root {
    text-align: center;
  }


#s-737815e1-5056-41ff-8b22-e23a7de06bd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-737815e1-5056-41ff-8b22-e23a7de06bd7-root {
    text-align: center;
  }


#s-737815e1-5056-41ff-8b22-e23a7de06bd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-737815e1-5056-41ff-8b22-e23a7de06bd7-root {
    text-align: center;
  }


#s-737815e1-5056-41ff-8b22-e23a7de06bd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-737815e1-5056-41ff-8b22-e23a7de06bd7-root {
    text-align: center;
  }


#s-737815e1-5056-41ff-8b22-e23a7de06bd7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-ff94a707-80bd-48e8-892a-0a5e32e1edfb {
  min-height: 50px;
}








#s-ff94a707-80bd-48e8-892a-0a5e32e1edfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff94a707-80bd-48e8-892a-0a5e32e1edfb {
  cursor: pointer;
}#s-ff94a707-80bd-48e8-892a-0a5e32e1edfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5085ef0f-b50b-4f01-ae9f-33fa1786fbdb {
  text-align: center;
}







  #s-5085ef0f-b50b-4f01-ae9f-33fa1786fbdb img.shogun-image {
    

    
    
    
  }


#s-5085ef0f-b50b-4f01-ae9f-33fa1786fbdb .shogun-image-content {
  
    align-items: center;
  
}

#s-397f281a-d21a-4943-84e8-2a3f71baf14b {
  min-height: 10px;
}








#s-397f281a-d21a-4943-84e8-2a3f71baf14b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-397f281a-d21a-4943-84e8-2a3f71baf14b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a4aa109-9909-4eac-9615-6616cd88d426 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a4aa109-9909-4eac-9615-6616cd88d426 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-416ac51a-1fc9-4d8a-ab63-e3a8135ef523 {
  min-height: 5px;
}








#s-416ac51a-1fc9-4d8a-ab63-e3a8135ef523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-416ac51a-1fc9-4d8a-ab63-e3a8135ef523.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116-root {
    text-align: center;
  }


#s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116-root {
    text-align: center;
  }


#s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116-root {
    text-align: center;
  }


#s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116-root {
    text-align: center;
  }


#s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116-root {
    text-align: center;
  }


#s-8b1f70a9-0ba9-4ce5-a8c7-58649dfcf116.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b8439f07-3695-4165-bc95-9c09f19004f1 {
  min-height: 50px;
}








#s-b8439f07-3695-4165-bc95-9c09f19004f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8439f07-3695-4165-bc95-9c09f19004f1 {
  cursor: pointer;
}#s-b8439f07-3695-4165-bc95-9c09f19004f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4889b294-532c-4a89-ba47-86564b99e915 {
  min-height: 50px;
}








#s-4889b294-532c-4a89-ba47-86564b99e915 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4889b294-532c-4a89-ba47-86564b99e915 {
  cursor: pointer;
}#s-4889b294-532c-4a89-ba47-86564b99e915.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15691bc5-c5c7-4470-aedd-39536d4217fa {
  text-align: center;
}







  #s-15691bc5-c5c7-4470-aedd-39536d4217fa img.shogun-image {
    

    
    
    
  }


#s-15691bc5-c5c7-4470-aedd-39536d4217fa .shogun-image-content {
  
    align-items: center;
  
}

#s-a31a8915-2f56-42ab-af29-b2ac060b5fa3 {
  min-height: 10px;
}








#s-a31a8915-2f56-42ab-af29-b2ac060b5fa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a31a8915-2f56-42ab-af29-b2ac060b5fa3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c9fc7f7-25c8-450c-beba-3f51694b6b76 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8c9fc7f7-25c8-450c-beba-3f51694b6b76 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-65253ccf-ba70-4ab7-a4f9-a84e057cae85 {
  min-height: 5px;
}








#s-65253ccf-ba70-4ab7-a4f9-a84e057cae85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65253ccf-ba70-4ab7-a4f9-a84e057cae85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39-root {
    text-align: center;
  }


#s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39-root {
    text-align: center;
  }


#s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39-root {
    text-align: center;
  }


#s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39-root {
    text-align: center;
  }


#s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39-root {
    text-align: center;
  }


#s-f644a0e9-3fdf-43b9-ace1-e6d29dd76b39.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-734cb490-64f4-4e2e-9bba-278cd072a49f {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-734cb490-64f4-4e2e-9bba-278cd072a49f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-734cb490-64f4-4e2e-9bba-278cd072a49f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e05d608c-59fd-419b-8b47-11cd09456d73 {
  min-height: 20px;
}








#s-e05d608c-59fd-419b-8b47-11cd09456d73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e05d608c-59fd-419b-8b47-11cd09456d73.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-887da477-b769-410d-9388-826def9b1712 {
  min-height: 50px;
}








#s-887da477-b769-410d-9388-826def9b1712 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-887da477-b769-410d-9388-826def9b1712.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551 {
  display: none;
}
#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551, #wrap-s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551 {
  display: none;
}
#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551, #wrap-s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551 {
  display: none;
}
#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551, #wrap-s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551 { display: none !important; }}







#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbc18cda-3d85-4c4b-9007-9ff4ceab0551.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-222a4ed4-e308-464c-b0dc-5118c50735e1 {
  text-align: left;
}

#s-f521c344-b684-48de-91db-11d7c01cda28 {
  min-height: 15px;
}
@media (min-width: 1200px){#s-f521c344-b684-48de-91db-11d7c01cda28 {
  display: none;
}
#s-f521c344-b684-48de-91db-11d7c01cda28, #wrap-s-f521c344-b684-48de-91db-11d7c01cda28 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f521c344-b684-48de-91db-11d7c01cda28 {
  display: none;
}
#s-f521c344-b684-48de-91db-11d7c01cda28, #wrap-s-f521c344-b684-48de-91db-11d7c01cda28 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f521c344-b684-48de-91db-11d7c01cda28 {
  display: none;
}
#s-f521c344-b684-48de-91db-11d7c01cda28, #wrap-s-f521c344-b684-48de-91db-11d7c01cda28 { display: none !important; }}







#s-f521c344-b684-48de-91db-11d7c01cda28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f521c344-b684-48de-91db-11d7c01cda28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-486c0524-30c9-4cd6-91bd-74975d9f4f74 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-29bf55d1-e5ae-4a88-a643-95013360bfd1 {
  min-height: 20px;
}








#s-29bf55d1-e5ae-4a88-a643-95013360bfd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-29bf55d1-e5ae-4a88-a643-95013360bfd1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-86793ff3-01fd-41e8-b269-2426463ef136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86793ff3-01fd-41e8-b269-2426463ef136 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 54px;
  
  
  
}



@media (min-width: 0px) {
[id="s-6e4d470c-ac0f-4804-ad19-baa104ea4667"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e4d470c-ac0f-4804-ad19-baa104ea4667"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-6e4d470c-ac0f-4804-ad19-baa104ea4667"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-6e4d470c-ac0f-4804-ad19-baa104ea4667"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-055c277b-9486-4248-8af1-bc5ac2a1e6a0 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-055c277b-9486-4248-8af1-bc5ac2a1e6a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-055c277b-9486-4248-8af1-bc5ac2a1e6a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
  max-width: 220px;
aspect-ratio: 220/186;
text-align: center;
}





  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image,
  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
    width: 100%;
    height: auto;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
    
    
  }


.s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
      position: relative;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image,
  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
    width: 100%;
    height: auto;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
    
    
  }


.s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
      position: relative;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image,
  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
    width: 100%;
    height: auto;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
    
    
  }


.s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
      position: relative;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image,
  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
    width: 100%;
    height: auto;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
    
    
  }


.s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
      position: relative;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image,
  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
    width: 100%;
    height: auto;
  }

  #s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
    
    
  }


.s-6d416888-7adf-4280-a6e3-be1d57c75d5b .shogun-image-content {
  
    align-items: center;
  
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container {
      position: relative;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-6d416888-7adf-4280-a6e3-be1d57c75d5b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-50e0dbbd-e4d3-47cb-a920-916dc32e5ede {
  min-height: 10px;
}








#s-50e0dbbd-e4d3-47cb-a920-916dc32e5ede > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50e0dbbd-e4d3-47cb-a920-916dc32e5ede.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27162ad7-5ba7-4483-9c97-ee7192b45d46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27162ad7-5ba7-4483-9c97-ee7192b45d46 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1d359c5f-e7b3-425f-82aa-04e987d8c3f6 {
  text-align: left;
}

#s-29e37fd8-e20a-4637-ad5b-69ff90efd455 {
  text-align: left;
}

#s-7428ee8c-731d-4c62-944d-c14c37049756 {
  min-height: 10px;
}








#s-7428ee8c-731d-4c62-944d-c14c37049756 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7428ee8c-731d-4c62-944d-c14c37049756.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac3b0c89-1626-4473-b2d1-f56bf98381fb {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ac3b0c89-1626-4473-b2d1-f56bf98381fb:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac3b0c89-1626-4473-b2d1-f56bf98381fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ac3b0c89-1626-4473-b2d1-f56bf98381fb-root {
    text-align: center;
  }


#s-ac3b0c89-1626-4473-b2d1-f56bf98381fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac3b0c89-1626-4473-b2d1-f56bf98381fb-root {
    text-align: center;
  }


#s-ac3b0c89-1626-4473-b2d1-f56bf98381fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac3b0c89-1626-4473-b2d1-f56bf98381fb-root {
    text-align: center;
  }


#s-ac3b0c89-1626-4473-b2d1-f56bf98381fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac3b0c89-1626-4473-b2d1-f56bf98381fb-root {
    text-align: center;
  }


#s-ac3b0c89-1626-4473-b2d1-f56bf98381fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac3b0c89-1626-4473-b2d1-f56bf98381fb-root {
    text-align: center;
  }


#s-ac3b0c89-1626-4473-b2d1-f56bf98381fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cc1ae31d-e9d6-428e-94f2-ad2b1156e8a5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc1ae31d-e9d6-428e-94f2-ad2b1156e8a5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-cc1ae31d-e9d6-428e-94f2-ad2b1156e8a5 .shogun-heading-component h3 a {
  color: #000;
}


#s-5cac40b9-00dc-47fc-b933-3d23321153c8 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-5cac40b9-00dc-47fc-b933-3d23321153c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cac40b9-00dc-47fc-b933-3d23321153c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
  max-width: 220px;
aspect-ratio: 220/186;
text-align: center;
}





  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image,
  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
    width: 100%;
    height: auto;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
    
    
  }


.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
      position: relative;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image,
  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
    width: 100%;
    height: auto;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
    
    
  }


.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
      position: relative;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image,
  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
    width: 100%;
    height: auto;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
    
    
  }


.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
      position: relative;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image,
  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
    width: 100%;
    height: auto;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
    
    
  }


.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
      position: relative;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image,
  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
    width: 100%;
    height: auto;
  }

  #s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
    
    
  }


.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d .shogun-image-content {
  
    align-items: center;
  
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container {
      position: relative;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-8f9e87f1-e1ae-41dc-a270-f487fb52341d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-42a01598-dfa8-4a72-941c-c7d9210b095f {
  min-height: 10px;
}








#s-42a01598-dfa8-4a72-941c-c7d9210b095f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42a01598-dfa8-4a72-941c-c7d9210b095f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29feee7a-7863-4bbc-9579-ac175172b247 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-29feee7a-7863-4bbc-9579-ac175172b247 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-32128b12-e7cc-437c-908f-96dc5f3ef38a {
  text-align: left;
}

#s-be7734a1-a3fe-4f99-b361-1cccde35e84d {
  text-align: left;
}

#s-dbe2feb0-2bed-4f71-86e2-081a77b9bbfd {
  min-height: 10px;
}








#s-dbe2feb0-2bed-4f71-86e2-081a77b9bbfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbe2feb0-2bed-4f71-86e2-081a77b9bbfd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45-root {
    text-align: center;
  }


#s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45-root {
    text-align: center;
  }


#s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45-root {
    text-align: center;
  }


#s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45-root {
    text-align: center;
  }


#s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45-root {
    text-align: center;
  }


#s-6471dc04-c422-4dbc-b6eb-9a75d6b89f45.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3546d0ce-0f2e-42d0-9e8a-43eafe768308 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3546d0ce-0f2e-42d0-9e8a-43eafe768308 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-3546d0ce-0f2e-42d0-9e8a-43eafe768308 .shogun-heading-component h3 a {
  color: #000;
}


#s-6af629ba-f105-414a-9c5c-3e7859a23686 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-6af629ba-f105-414a-9c5c-3e7859a23686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6af629ba-f105-414a-9c5c-3e7859a23686.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1534717c-c716-402e-9254-05b95c9645e5 {
  max-width: 220px;
aspect-ratio: 220/186;
text-align: center;
}





  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image,
  #s-1534717c-c716-402e-9254-05b95c9645e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 {
    width: 100%;
    height: auto;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
    
    
  }


.s-1534717c-c716-402e-9254-05b95c9645e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1534717c-c716-402e-9254-05b95c9645e5 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
      position: relative;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image,
  #s-1534717c-c716-402e-9254-05b95c9645e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 {
    width: 100%;
    height: auto;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
    
    
  }


.s-1534717c-c716-402e-9254-05b95c9645e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1534717c-c716-402e-9254-05b95c9645e5 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
      position: relative;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image,
  #s-1534717c-c716-402e-9254-05b95c9645e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 {
    width: 100%;
    height: auto;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
    
    
  }


.s-1534717c-c716-402e-9254-05b95c9645e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1534717c-c716-402e-9254-05b95c9645e5 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
      position: relative;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image,
  #s-1534717c-c716-402e-9254-05b95c9645e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 {
    width: 100%;
    height: auto;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
    
    
  }


.s-1534717c-c716-402e-9254-05b95c9645e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1534717c-c716-402e-9254-05b95c9645e5 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
      position: relative;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image,
  #s-1534717c-c716-402e-9254-05b95c9645e5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 {
    width: 100%;
    height: auto;
  }

  #s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
    
    
  }


.s-1534717c-c716-402e-9254-05b95c9645e5 .shogun-image-content {
  
    align-items: center;
  
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1534717c-c716-402e-9254-05b95c9645e5 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container {
      position: relative;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1534717c-c716-402e-9254-05b95c9645e5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e99d1634-86fe-4a6d-9379-392850759c04 {
  min-height: 10px;
}








#s-e99d1634-86fe-4a6d-9379-392850759c04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e99d1634-86fe-4a6d-9379-392850759c04.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb66c2ac-c4a3-450f-a2ee-6a48e0b22353 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fb66c2ac-c4a3-450f-a2ee-6a48e0b22353 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2a6874e3-5a17-4975-b6a4-fabbb7cdef35 {
  text-align: left;
}

#s-72a43a72-8093-4832-8f5e-754b4efb8673 {
  text-align: left;
}

#s-d15efdba-0fcf-4d9e-8354-4521a3208110 {
  text-align: left;
}

#s-953e12df-6554-4480-bdc4-05b1afd0d744 {
  min-height: 10px;
}








#s-953e12df-6554-4480-bdc4-05b1afd0d744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-953e12df-6554-4480-bdc4-05b1afd0d744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e728c933-0c6e-4658-8c05-9ec592e70f4d {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e728c933-0c6e-4658-8c05-9ec592e70f4d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e728c933-0c6e-4658-8c05-9ec592e70f4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e728c933-0c6e-4658-8c05-9ec592e70f4d-root {
    text-align: center;
  }


#s-e728c933-0c6e-4658-8c05-9ec592e70f4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e728c933-0c6e-4658-8c05-9ec592e70f4d-root {
    text-align: center;
  }


#s-e728c933-0c6e-4658-8c05-9ec592e70f4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e728c933-0c6e-4658-8c05-9ec592e70f4d-root {
    text-align: center;
  }


#s-e728c933-0c6e-4658-8c05-9ec592e70f4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e728c933-0c6e-4658-8c05-9ec592e70f4d-root {
    text-align: center;
  }


#s-e728c933-0c6e-4658-8c05-9ec592e70f4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e728c933-0c6e-4658-8c05-9ec592e70f4d-root {
    text-align: center;
  }


#s-e728c933-0c6e-4658-8c05-9ec592e70f4d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-32352923-0b1e-4c47-8748-fd703f3843b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32352923-0b1e-4c47-8748-fd703f3843b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-32352923-0b1e-4c47-8748-fd703f3843b3 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-64f7c180-18a9-4c42-bf63-734727fd3760"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-64f7c180-18a9-4c42-bf63-734727fd3760"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-64f7c180-18a9-4c42-bf63-734727fd3760"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-64f7c180-18a9-4c42-bf63-734727fd3760"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-5c816f22-de13-41b8-a6f7-9bc63072695b {
  min-height: 50px;
}








#s-5c816f22-de13-41b8-a6f7-9bc63072695b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c816f22-de13-41b8-a6f7-9bc63072695b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d38d8312-442a-4a3d-bf08-491a0e8087bf {
  text-align: center;
}







  img.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
    
    
  }


.s-d38d8312-442a-4a3d-bf08-491a0e8087bf .shogun-image-content {
  
    align-items: center;
  
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
    
    
  }


.s-d38d8312-442a-4a3d-bf08-491a0e8087bf .shogun-image-content {
  
    align-items: center;
  
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
    
    
  }


.s-d38d8312-442a-4a3d-bf08-491a0e8087bf .shogun-image-content {
  
    align-items: center;
  
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
    
    
  }


.s-d38d8312-442a-4a3d-bf08-491a0e8087bf .shogun-image-content {
  
    align-items: center;
  
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
    
    
  }


.s-d38d8312-442a-4a3d-bf08-491a0e8087bf .shogun-image-content {
  
    align-items: center;
  
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d38d8312-442a-4a3d-bf08-491a0e8087bf.shogun-image {
  box-sizing: border-box;
}



}
#s-963c480a-0c01-4a05-9adf-2e8ffb614c3a {
  min-height: 10px;
}








#s-963c480a-0c01-4a05-9adf-2e8ffb614c3a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-963c480a-0c01-4a05-9adf-2e8ffb614c3a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff01be34-86d2-48ee-89f9-9101b0821e00 {
  text-align: center;
}







  img.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
    
    
  }


.s-ff01be34-86d2-48ee-89f9-9101b0821e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
    
    
  }


.s-ff01be34-86d2-48ee-89f9-9101b0821e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
    
    
  }


.s-ff01be34-86d2-48ee-89f9-9101b0821e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
    
    
  }


.s-ff01be34-86d2-48ee-89f9-9101b0821e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
    
    
  }


.s-ff01be34-86d2-48ee-89f9-9101b0821e00 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff01be34-86d2-48ee-89f9-9101b0821e00.shogun-image {
  box-sizing: border-box;
}



}
#s-3aa1e4f0-e8bb-4065-aed7-fcc4e48e7127 {
  min-height: 10px;
}








#s-3aa1e4f0-e8bb-4065-aed7-fcc4e48e7127 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3aa1e4f0-e8bb-4065-aed7-fcc4e48e7127.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-104ada1e-d014-44d4-b348-8a675106679d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-104ada1e-d014-44d4-b348-8a675106679d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bb7e4b76-8d90-425c-9461-7c169fdb4378 {
  text-align: left;
}

#s-5f4d4694-8368-4659-b344-8cea169ba95d {
  min-height: 10px;
}








#s-5f4d4694-8368-4659-b344-8cea169ba95d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f4d4694-8368-4659-b344-8cea169ba95d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cde5c1fc-eef0-449c-9ddd-ba6b7fe7ddbb {
  text-align: left;
}

#s-268a37a1-4f67-4044-b4c9-897a39eb9130 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-268a37a1-4f67-4044-b4c9-897a39eb9130 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-268a37a1-4f67-4044-b4c9-897a39eb9130 .shogun-heading-component h3 a {
  color: #000;
}


#s-96b1d888-5677-4d65-92cd-9ead98a059ba {
  min-height: 50px;
}








#s-96b1d888-5677-4d65-92cd-9ead98a059ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96b1d888-5677-4d65-92cd-9ead98a059ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image,
  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
    width: 100%;
    height: auto;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
    
    
  }


.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
      position: relative;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image,
  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
    width: 100%;
    height: auto;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
    
    
  }


.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
      position: relative;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image,
  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
    width: 100%;
    height: auto;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
    
    
  }


.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
      position: relative;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image,
  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
    width: 100%;
    height: auto;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
    
    
  }


.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
      position: relative;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image,
  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
    width: 100%;
    height: auto;
  }

  #s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
    
    
  }


.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 .shogun-image-content {
  
    align-items: center;
  
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container {
      position: relative;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5b9f7ed9-ff04-46d7-9c1a-64fca69c92a3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-08502f1f-dc72-4b68-9eb9-986e47f10431 {
  min-height: 10px;
}








#s-08502f1f-dc72-4b68-9eb9-986e47f10431 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08502f1f-dc72-4b68-9eb9-986e47f10431.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84cecc97-a886-45cc-827b-487294c26bfc {
  max-width: 103px;
aspect-ratio: 103/30;
text-align: center;
}





  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image,
  #s-84cecc97-a886-45cc-827b-487294c26bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc {
    width: 100%;
    height: auto;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
    
    
  }


.s-84cecc97-a886-45cc-827b-487294c26bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cecc97-a886-45cc-827b-487294c26bfc {
      --shg-aspect-ratio: calc(103/30); 
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
      position: relative;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image,
  #s-84cecc97-a886-45cc-827b-487294c26bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc {
    width: 100%;
    height: auto;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
    
    
  }


.s-84cecc97-a886-45cc-827b-487294c26bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cecc97-a886-45cc-827b-487294c26bfc {
      --shg-aspect-ratio: calc(103/30); 
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
      position: relative;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image,
  #s-84cecc97-a886-45cc-827b-487294c26bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc {
    width: 100%;
    height: auto;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
    
    
  }


.s-84cecc97-a886-45cc-827b-487294c26bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cecc97-a886-45cc-827b-487294c26bfc {
      --shg-aspect-ratio: calc(103/30); 
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
      position: relative;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image,
  #s-84cecc97-a886-45cc-827b-487294c26bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc {
    width: 100%;
    height: auto;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
    
    
  }


.s-84cecc97-a886-45cc-827b-487294c26bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cecc97-a886-45cc-827b-487294c26bfc {
      --shg-aspect-ratio: calc(103/30); 
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
      position: relative;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image,
  #s-84cecc97-a886-45cc-827b-487294c26bfc .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc {
    width: 100%;
    height: auto;
  }

  #s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
    
    
  }


.s-84cecc97-a886-45cc-827b-487294c26bfc .shogun-image-content {
  
    align-items: center;
  
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shg-align-container {
  display: flex;
  justify-content: center
}

.s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-84cecc97-a886-45cc-827b-487294c26bfc {
      --shg-aspect-ratio: calc(103/30); 
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container {
      position: relative;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-84cecc97-a886-45cc-827b-487294c26bfc img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-e64431a1-b37a-47df-86a3-7044fda78343 {
  min-height: 10px;
}








#s-e64431a1-b37a-47df-86a3-7044fda78343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e64431a1-b37a-47df-86a3-7044fda78343.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99407830-d847-4307-aae1-354cec7d2923 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99407830-d847-4307-aae1-354cec7d2923 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-747ec645-c937-4c48-9d14-146e8e25c2ac {
  text-align: left;
}

#s-6f025258-c970-42a9-bef1-bfbe39283cc1 {
  min-height: 10px;
}








#s-6f025258-c970-42a9-bef1-bfbe39283cc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f025258-c970-42a9-bef1-bfbe39283cc1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0719a449-8209-4312-99d3-d57bd83226bc {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0719a449-8209-4312-99d3-d57bd83226bc:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0719a449-8209-4312-99d3-d57bd83226bc:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0719a449-8209-4312-99d3-d57bd83226bc-root {
    text-align: center;
  }


#s-0719a449-8209-4312-99d3-d57bd83226bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0719a449-8209-4312-99d3-d57bd83226bc-root {
    text-align: center;
  }


#s-0719a449-8209-4312-99d3-d57bd83226bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0719a449-8209-4312-99d3-d57bd83226bc-root {
    text-align: center;
  }


#s-0719a449-8209-4312-99d3-d57bd83226bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0719a449-8209-4312-99d3-d57bd83226bc-root {
    text-align: center;
  }


#s-0719a449-8209-4312-99d3-d57bd83226bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0719a449-8209-4312-99d3-d57bd83226bc-root {
    text-align: center;
  }


#s-0719a449-8209-4312-99d3-d57bd83226bc.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-62f92bfb-ac06-4b7f-9f03-9c2726dcef46 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-62f92bfb-ac06-4b7f-9f03-9c2726dcef46 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-62f92bfb-ac06-4b7f-9f03-9c2726dcef46 .shogun-heading-component h3 a {
  color: #000;
}


#s-dcc9fdc2-8021-4674-9791-3f5f929a320d {
  min-height: 50px;
}








#s-dcc9fdc2-8021-4674-9791-3f5f929a320d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcc9fdc2-8021-4674-9791-3f5f929a320d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c25e3780-517f-4ba1-87d3-86f4c6a6bd19 {
  min-height: 50px;
}








#s-c25e3780-517f-4ba1-87d3-86f4c6a6bd19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c25e3780-517f-4ba1-87d3-86f4c6a6bd19 {
  cursor: pointer;
}#s-c25e3780-517f-4ba1-87d3-86f4c6a6bd19.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6889a386-02a7-4e90-9768-0af6bc22830b {
  text-align: center;
}







  #s-6889a386-02a7-4e90-9768-0af6bc22830b img.shogun-image {
    

    
    
    
  }


#s-6889a386-02a7-4e90-9768-0af6bc22830b .shogun-image-content {
  
    align-items: center;
  
}

#s-d2c7cbd4-38f3-43ba-bc1f-02e56d5bb7df {
  min-height: 10px;
}








#s-d2c7cbd4-38f3-43ba-bc1f-02e56d5bb7df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2c7cbd4-38f3-43ba-bc1f-02e56d5bb7df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50e0f87d-8f12-42ac-85a5-8c515fff7ebc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50e0f87d-8f12-42ac-85a5-8c515fff7ebc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-27fc01b0-ab5a-427b-9762-aeb5f3e99a83 {
  min-height: 5px;
}








#s-27fc01b0-ab5a-427b-9762-aeb5f3e99a83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27fc01b0-ab5a-427b-9762-aeb5f3e99a83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c57c9f87-dad5-4028-a239-7c184c56ed44 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c57c9f87-dad5-4028-a239-7c184c56ed44:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c57c9f87-dad5-4028-a239-7c184c56ed44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c57c9f87-dad5-4028-a239-7c184c56ed44-root {
    text-align: center;
  }


#s-c57c9f87-dad5-4028-a239-7c184c56ed44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c57c9f87-dad5-4028-a239-7c184c56ed44-root {
    text-align: center;
  }


#s-c57c9f87-dad5-4028-a239-7c184c56ed44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c57c9f87-dad5-4028-a239-7c184c56ed44-root {
    text-align: center;
  }


#s-c57c9f87-dad5-4028-a239-7c184c56ed44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c57c9f87-dad5-4028-a239-7c184c56ed44-root {
    text-align: center;
  }


#s-c57c9f87-dad5-4028-a239-7c184c56ed44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c57c9f87-dad5-4028-a239-7c184c56ed44-root {
    text-align: center;
  }


#s-c57c9f87-dad5-4028-a239-7c184c56ed44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-afad7385-538e-4ac7-95f6-a0e0480eabb1 {
  min-height: 20px;
}








#s-afad7385-538e-4ac7-95f6-a0e0480eabb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-afad7385-538e-4ac7-95f6-a0e0480eabb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c80501d6-cb7c-4cb0-82f1-b7d7704970fd {
  min-height: 20px;
}








#s-c80501d6-cb7c-4cb0-82f1-b7d7704970fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c80501d6-cb7c-4cb0-82f1-b7d7704970fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-82ecf81c-d17e-4fb0-951b-9db86e032609"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-82ecf81c-d17e-4fb0-951b-9db86e032609"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-82ecf81c-d17e-4fb0-951b-9db86e032609"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-82ecf81c-d17e-4fb0-951b-9db86e032609"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-93d29b7c-21e8-41e4-bec4-24682b9682e5 {
  text-align: center;
}







  #s-93d29b7c-21e8-41e4-bec4-24682b9682e5 img.shogun-image {
    

    
    
    
  }


#s-93d29b7c-21e8-41e4-bec4-24682b9682e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
  max-width: 437px;
aspect-ratio: 437/202;
text-align: center;
}





  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image,
  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
    width: 100%;
    height: auto;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
    
    
  }


.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shogun-image-content {
  
    align-items: center;
  
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
      position: relative;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image,
  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
    width: 100%;
    height: auto;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
    
    
  }


.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shogun-image-content {
  
    align-items: center;
  
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
      position: relative;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image,
  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
    width: 100%;
    height: auto;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
    
    
  }


.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shogun-image-content {
  
    align-items: center;
  
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
      position: relative;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image,
  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
    width: 100%;
    height: auto;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
    
    
  }


.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shogun-image-content {
  
    align-items: center;
  
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
      position: relative;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image,
  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
    width: 100%;
    height: auto;
  }

  #s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
    
    
  }


.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f .shogun-image-content {
  
    align-items: center;
  
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f {
      --shg-aspect-ratio: calc(437/202); 
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container {
      position: relative;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-563e0d3a-5ab4-4cb1-b39d-1fde83dcce8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
@media (min-width: 0px) {
[id="s-9d67a00f-cfca-4206-808e-2843410cd1ed"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9d67a00f-cfca-4206-808e-2843410cd1ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-9d67a00f-cfca-4206-808e-2843410cd1ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-9d67a00f-cfca-4206-808e-2843410cd1ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-bcaddbf6-8779-4d6a-a43c-cbd0573358c6 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-bcaddbf6-8779-4d6a-a43c-cbd0573358c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bcaddbf6-8779-4d6a-a43c-cbd0573358c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
  max-width: 220px;
aspect-ratio: 220/186;
text-align: center;
}





  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image,
  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
    width: 100%;
    height: auto;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
    
    
  }


.s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
      position: relative;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image,
  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
    width: 100%;
    height: auto;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
    
    
  }


.s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
      position: relative;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image,
  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
    width: 100%;
    height: auto;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
    
    
  }


.s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
      position: relative;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image,
  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
    width: 100%;
    height: auto;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
    
    
  }


.s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
      position: relative;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image,
  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
    width: 100%;
    height: auto;
  }

  #s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
    
    
  }


.s-9f758b34-4029-4f73-b71f-ba8c89b7c791 .shogun-image-content {
  
    align-items: center;
  
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shg-align-container {
  display: flex;
  justify-content: center
}

.s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container {
      position: relative;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-9f758b34-4029-4f73-b71f-ba8c89b7c791 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4816b38d-999b-49ea-b426-433359a632a3 {
  min-height: 10px;
}








#s-4816b38d-999b-49ea-b426-433359a632a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4816b38d-999b-49ea-b426-433359a632a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b258cac6-38a8-47c9-8ec2-96ebbf6a0d57 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b258cac6-38a8-47c9-8ec2-96ebbf6a0d57 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f6e26610-3015-4de5-a5db-f8050c991b85 {
  text-align: left;
}

#s-6f161431-6ca6-44d7-9a91-182c1b243443 {
  text-align: left;
}

#s-00849adb-15ba-40e9-87bd-4b5f8270ccf2 {
  text-align: left;
}

#s-ed131459-e782-42bb-81a3-703557907e8b {
  min-height: 10px;
}








#s-ed131459-e782-42bb-81a3-703557907e8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed131459-e782-42bb-81a3-703557907e8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b-root {
    text-align: center;
  }


#s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b-root {
    text-align: center;
  }


#s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b-root {
    text-align: center;
  }


#s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b-root {
    text-align: center;
  }


#s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b-root {
    text-align: center;
  }


#s-1f3e3e94-3bfb-41cb-aef2-41da26827a7b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-471c8ff9-c8a4-41d7-8744-2754fc500624 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-471c8ff9-c8a4-41d7-8744-2754fc500624 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-471c8ff9-c8a4-41d7-8744-2754fc500624 .shogun-heading-component h3 a {
  color: #000;
}


#s-537dc4eb-73c4-4338-b31a-bd9827d9bb53 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-537dc4eb-73c4-4338-b31a-bd9827d9bb53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-537dc4eb-73c4-4338-b31a-bd9827d9bb53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c153de30-f471-4655-835a-997c3cbbe052 {
  text-align: center;
}







  img.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
    
    
  }


.s-c153de30-f471-4655-835a-997c3cbbe052 .shogun-image-content {
  
    align-items: center;
  
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
    
    
  }


.s-c153de30-f471-4655-835a-997c3cbbe052 .shogun-image-content {
  
    align-items: center;
  
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
    
    
  }


.s-c153de30-f471-4655-835a-997c3cbbe052 .shogun-image-content {
  
    align-items: center;
  
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
    
    
  }


.s-c153de30-f471-4655-835a-997c3cbbe052 .shogun-image-content {
  
    align-items: center;
  
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
    
    
  }


.s-c153de30-f471-4655-835a-997c3cbbe052 .shogun-image-content {
  
    align-items: center;
  
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c153de30-f471-4655-835a-997c3cbbe052.shogun-image {
  box-sizing: border-box;
}



}
#s-95f720e7-12df-4568-ac8a-8ad0526692bc {
  min-height: 10px;
}








#s-95f720e7-12df-4568-ac8a-8ad0526692bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95f720e7-12df-4568-ac8a-8ad0526692bc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b388076-207e-4ea4-b2d8-b27f33df8555 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2b388076-207e-4ea4-b2d8-b27f33df8555 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ef8aa23c-08f9-41e7-b8c8-89a3767267f0 {
  text-align: left;
}

#s-5c903f5a-b723-41b8-b811-6447a6d5edc0 {
  text-align: left;
}

#s-b6b19d98-be21-42a4-98a0-a92406c56636 {
  min-height: 10px;
}








#s-b6b19d98-be21-42a4-98a0-a92406c56636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6b19d98-be21-42a4-98a0-a92406c56636.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f469318-5a22-4423-8bf5-459a3ac6e5e2 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7f469318-5a22-4423-8bf5-459a3ac6e5e2:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7f469318-5a22-4423-8bf5-459a3ac6e5e2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f469318-5a22-4423-8bf5-459a3ac6e5e2-root {
    text-align: center;
  }


#s-7f469318-5a22-4423-8bf5-459a3ac6e5e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f469318-5a22-4423-8bf5-459a3ac6e5e2-root {
    text-align: center;
  }


#s-7f469318-5a22-4423-8bf5-459a3ac6e5e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f469318-5a22-4423-8bf5-459a3ac6e5e2-root {
    text-align: center;
  }


#s-7f469318-5a22-4423-8bf5-459a3ac6e5e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f469318-5a22-4423-8bf5-459a3ac6e5e2-root {
    text-align: center;
  }


#s-7f469318-5a22-4423-8bf5-459a3ac6e5e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f469318-5a22-4423-8bf5-459a3ac6e5e2-root {
    text-align: center;
  }


#s-7f469318-5a22-4423-8bf5-459a3ac6e5e2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f2c0c5f1-7697-45e0-9b1c-801ba626fb94 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f2c0c5f1-7697-45e0-9b1c-801ba626fb94 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-f2c0c5f1-7697-45e0-9b1c-801ba626fb94 .shogun-heading-component h3 a {
  color: #000;
}


#s-9cdcef92-14d1-49d6-88c4-dc3c9aa13f52 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-9cdcef92-14d1-49d6-88c4-dc3c9aa13f52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cdcef92-14d1-49d6-88c4-dc3c9aa13f52.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
  max-width: 220px;
aspect-ratio: 220/186;
text-align: center;
}





  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image,
  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
    width: 100%;
    height: auto;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
    
    
  }


.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
      position: relative;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image,
  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
    width: 100%;
    height: auto;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
    
    
  }


.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
      position: relative;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image,
  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
    width: 100%;
    height: auto;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
    
    
  }


.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
      position: relative;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image,
  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
    width: 100%;
    height: auto;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
    
    
  }


.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
      position: relative;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image,
  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
    width: 100%;
    height: auto;
  }

  #s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
    
    
  }


.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f .shogun-image-content {
  
    align-items: center;
  
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container {
      position: relative;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2bbef9fe-8124-4c58-b3c9-ef7f49431f8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-d341da5b-22b8-41f6-b7ae-52764a273dc4 {
  min-height: 10px;
}








#s-d341da5b-22b8-41f6-b7ae-52764a273dc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d341da5b-22b8-41f6-b7ae-52764a273dc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1d39324-a79c-443c-a491-beaf35db9933 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b1d39324-a79c-443c-a491-beaf35db9933 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-996f0e37-97b4-4732-82c6-d173de838477 {
  text-align: left;
}

#s-c0bc9254-d92d-4d56-a7f2-508acfca9690 {
  text-align: left;
}

#s-d980ee82-60e3-4adf-8f62-d20e089ff323 {
  text-align: left;
}

#s-190c9ef6-5511-4fb9-87a1-22ccb47c003b {
  min-height: 10px;
}








#s-190c9ef6-5511-4fb9-87a1-22ccb47c003b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-190c9ef6-5511-4fb9-87a1-22ccb47c003b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-543dc341-0e47-4307-8115-a6b0b9a93551 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-543dc341-0e47-4307-8115-a6b0b9a93551:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-543dc341-0e47-4307-8115-a6b0b9a93551:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-543dc341-0e47-4307-8115-a6b0b9a93551-root {
    text-align: center;
  }


#s-543dc341-0e47-4307-8115-a6b0b9a93551.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-543dc341-0e47-4307-8115-a6b0b9a93551-root {
    text-align: center;
  }


#s-543dc341-0e47-4307-8115-a6b0b9a93551.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-543dc341-0e47-4307-8115-a6b0b9a93551-root {
    text-align: center;
  }


#s-543dc341-0e47-4307-8115-a6b0b9a93551.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-543dc341-0e47-4307-8115-a6b0b9a93551-root {
    text-align: center;
  }


#s-543dc341-0e47-4307-8115-a6b0b9a93551.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-543dc341-0e47-4307-8115-a6b0b9a93551-root {
    text-align: center;
  }


#s-543dc341-0e47-4307-8115-a6b0b9a93551.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fe1c2aad-5df6-44e0-aa87-c0745ea40bb1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fe1c2aad-5df6-44e0-aa87-c0745ea40bb1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-fe1c2aad-5df6-44e0-aa87-c0745ea40bb1 .shogun-heading-component h3 a {
  color: #000;
}


#s-81091d4d-b248-4bcc-852e-43030cffb16d {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-81091d4d-b248-4bcc-852e-43030cffb16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81091d4d-b248-4bcc-852e-43030cffb16d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-29a5d63e-9f88-4f82-9257-d4534e36467e {
  max-width: 220px;
aspect-ratio: 220/186;
text-align: center;
}





  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image,
  #s-29a5d63e-9f88-4f82-9257-d4534e36467e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e {
    width: 100%;
    height: auto;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
    
    
  }


.s-29a5d63e-9f88-4f82-9257-d4534e36467e .shogun-image-content {
  
    align-items: center;
  
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29a5d63e-9f88-4f82-9257-d4534e36467e {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
      position: relative;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image,
  #s-29a5d63e-9f88-4f82-9257-d4534e36467e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e {
    width: 100%;
    height: auto;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
    
    
  }


.s-29a5d63e-9f88-4f82-9257-d4534e36467e .shogun-image-content {
  
    align-items: center;
  
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29a5d63e-9f88-4f82-9257-d4534e36467e {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
      position: relative;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image,
  #s-29a5d63e-9f88-4f82-9257-d4534e36467e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e {
    width: 100%;
    height: auto;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
    
    
  }


.s-29a5d63e-9f88-4f82-9257-d4534e36467e .shogun-image-content {
  
    align-items: center;
  
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29a5d63e-9f88-4f82-9257-d4534e36467e {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
      position: relative;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image,
  #s-29a5d63e-9f88-4f82-9257-d4534e36467e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e {
    width: 100%;
    height: auto;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
    
    
  }


.s-29a5d63e-9f88-4f82-9257-d4534e36467e .shogun-image-content {
  
    align-items: center;
  
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29a5d63e-9f88-4f82-9257-d4534e36467e {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
      position: relative;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image,
  #s-29a5d63e-9f88-4f82-9257-d4534e36467e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e {
    width: 100%;
    height: auto;
  }

  #s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
    
    
  }


.s-29a5d63e-9f88-4f82-9257-d4534e36467e .shogun-image-content {
  
    align-items: center;
  
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-29a5d63e-9f88-4f82-9257-d4534e36467e {
      --shg-aspect-ratio: calc(220/186); 
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container {
      position: relative;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-29a5d63e-9f88-4f82-9257-d4534e36467e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-035647dd-9b4f-4fd5-9f78-729a0240d1f9 {
  min-height: 10px;
}








#s-035647dd-9b4f-4fd5-9f78-729a0240d1f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-035647dd-9b4f-4fd5-9f78-729a0240d1f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc22c6af-f017-4430-98a5-b4a0c32a51b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc22c6af-f017-4430-98a5-b4a0c32a51b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d234e8b3-3009-466b-b2cf-f48912cd3e9d {
  text-align: left;
}

#s-390b1662-5b79-41c2-a4fa-d7857d306d3a {
  text-align: left;
}

#s-50650433-6118-493a-a670-2e5cd5059a07 {
  text-align: left;
}

#s-785e9505-cd9e-45a9-8a05-07626704eef6 {
  min-height: 10px;
}








#s-785e9505-cd9e-45a9-8a05-07626704eef6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-785e9505-cd9e-45a9-8a05-07626704eef6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179-root {
    text-align: center;
  }


#s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179-root {
    text-align: center;
  }


#s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179-root {
    text-align: center;
  }


#s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179-root {
    text-align: center;
  }


#s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179-root {
    text-align: center;
  }


#s-52b1ee9d-2732-45f7-ad03-7a7f9a23b179.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e3841baf-7288-47f7-8afe-59aa4ab76e91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3841baf-7288-47f7-8afe-59aa4ab76e91 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-e3841baf-7288-47f7-8afe-59aa4ab76e91 .shogun-heading-component h3 a {
  color: #000;
}


#s-70e73485-adcc-4396-b011-1b2afed0ffb4 {
  min-height: 20px;
}








#s-70e73485-adcc-4396-b011-1b2afed0ffb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e73485-adcc-4396-b011-1b2afed0ffb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fede9b12-611d-4a9f-ba92-8c5b55f71b40 {
  min-height: 50px;
}








#s-fede9b12-611d-4a9f-ba92-8c5b55f71b40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fede9b12-611d-4a9f-ba92-8c5b55f71b40.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92a63d82-fdf0-4875-8729-e0b75384246e {
  min-height: 20px;
}








#s-92a63d82-fdf0-4875-8729-e0b75384246e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a63d82-fdf0-4875-8729-e0b75384246e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-760a6a11-c17c-457f-ae5d-6f412afc5905"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-760a6a11-c17c-457f-ae5d-6f412afc5905"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-760a6a11-c17c-457f-ae5d-6f412afc5905"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-760a6a11-c17c-457f-ae5d-6f412afc5905"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f05eb4b1-c0cf-4546-a25f-72e974c99a8d {
  min-height: 50px;
}








#s-f05eb4b1-c0cf-4546-a25f-72e974c99a8d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f05eb4b1-c0cf-4546-a25f-72e974c99a8d {
  cursor: pointer;
}#s-f05eb4b1-c0cf-4546-a25f-72e974c99a8d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25cba538-5ef4-443a-a712-56424d02584e {
  text-align: center;
}







  #s-25cba538-5ef4-443a-a712-56424d02584e img.shogun-image {
    

    
    
    
  }


#s-25cba538-5ef4-443a-a712-56424d02584e .shogun-image-content {
  
    align-items: center;
  
}

#s-ca184573-bea4-400e-b10a-629b79df6466 {
  min-height: 10px;
}








#s-ca184573-bea4-400e-b10a-629b79df6466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca184573-bea4-400e-b10a-629b79df6466.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-357ed4d4-e477-4e7c-8a00-968d6245ec1d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-357ed4d4-e477-4e7c-8a00-968d6245ec1d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-05f8146e-a628-4e14-9baa-801d6d014101 {
  min-height: 5px;
}








#s-05f8146e-a628-4e14-9baa-801d6d014101 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05f8146e-a628-4e14-9baa-801d6d014101.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c3ef52b3-2056-4d0b-9d4e-54682b083d00 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c3ef52b3-2056-4d0b-9d4e-54682b083d00:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c3ef52b3-2056-4d0b-9d4e-54682b083d00:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c3ef52b3-2056-4d0b-9d4e-54682b083d00-root {
    text-align: center;
  }


#s-c3ef52b3-2056-4d0b-9d4e-54682b083d00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c3ef52b3-2056-4d0b-9d4e-54682b083d00-root {
    text-align: center;
  }


#s-c3ef52b3-2056-4d0b-9d4e-54682b083d00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c3ef52b3-2056-4d0b-9d4e-54682b083d00-root {
    text-align: center;
  }


#s-c3ef52b3-2056-4d0b-9d4e-54682b083d00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c3ef52b3-2056-4d0b-9d4e-54682b083d00-root {
    text-align: center;
  }


#s-c3ef52b3-2056-4d0b-9d4e-54682b083d00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c3ef52b3-2056-4d0b-9d4e-54682b083d00-root {
    text-align: center;
  }


#s-c3ef52b3-2056-4d0b-9d4e-54682b083d00.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f0e5c7a8-b517-404d-99d2-ff6670b57d53 {
  min-height: 50px;
}








#s-f0e5c7a8-b517-404d-99d2-ff6670b57d53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0e5c7a8-b517-404d-99d2-ff6670b57d53 {
  cursor: pointer;
}#s-f0e5c7a8-b517-404d-99d2-ff6670b57d53.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ba4ec3ea-7652-445f-b01e-8504c7b72029 {
  text-align: center;
}







  #s-ba4ec3ea-7652-445f-b01e-8504c7b72029 img.shogun-image {
    

    
    
    
  }


#s-ba4ec3ea-7652-445f-b01e-8504c7b72029 .shogun-image-content {
  
    align-items: center;
  
}

#s-b196bb88-81db-4dc0-8375-4e73c1fe9cc4 {
  min-height: 10px;
}








#s-b196bb88-81db-4dc0-8375-4e73c1fe9cc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b196bb88-81db-4dc0-8375-4e73c1fe9cc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc8f7e99-3f9b-4346-9b6b-9f5bb182dda4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fc8f7e99-3f9b-4346-9b6b-9f5bb182dda4 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-995dcbe7-a0d2-4bbd-b55d-bae13f8f7448 {
  min-height: 5px;
}








#s-995dcbe7-a0d2-4bbd-b55d-bae13f8f7448 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-995dcbe7-a0d2-4bbd-b55d-bae13f8f7448.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f187e76-e219-4d5e-a120-30dc00ca062d {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7f187e76-e219-4d5e-a120-30dc00ca062d:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7f187e76-e219-4d5e-a120-30dc00ca062d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7f187e76-e219-4d5e-a120-30dc00ca062d-root {
    text-align: center;
  }


#s-7f187e76-e219-4d5e-a120-30dc00ca062d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7f187e76-e219-4d5e-a120-30dc00ca062d-root {
    text-align: center;
  }


#s-7f187e76-e219-4d5e-a120-30dc00ca062d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7f187e76-e219-4d5e-a120-30dc00ca062d-root {
    text-align: center;
  }


#s-7f187e76-e219-4d5e-a120-30dc00ca062d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7f187e76-e219-4d5e-a120-30dc00ca062d-root {
    text-align: center;
  }


#s-7f187e76-e219-4d5e-a120-30dc00ca062d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7f187e76-e219-4d5e-a120-30dc00ca062d-root {
    text-align: center;
  }


#s-7f187e76-e219-4d5e-a120-30dc00ca062d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7bceb2f2-9a52-4ff4-be32-7496a38a499b {
  min-height: 50px;
}








#s-7bceb2f2-9a52-4ff4-be32-7496a38a499b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7bceb2f2-9a52-4ff4-be32-7496a38a499b {
  cursor: pointer;
}#s-7bceb2f2-9a52-4ff4-be32-7496a38a499b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7fda70f-bc46-4b1f-87cf-c5ccceb20968 {
  text-align: center;
}







  #s-e7fda70f-bc46-4b1f-87cf-c5ccceb20968 img.shogun-image {
    

    
    
    
  }


#s-e7fda70f-bc46-4b1f-87cf-c5ccceb20968 .shogun-image-content {
  
    align-items: center;
  
}

#s-bf851d76-075c-48c3-b697-a8ced3e16717 {
  min-height: 10px;
}








#s-bf851d76-075c-48c3-b697-a8ced3e16717 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bf851d76-075c-48c3-b697-a8ced3e16717.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ca0c5db-8d65-4cce-8a42-31ed09b6f2f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8ca0c5db-8d65-4cce-8a42-31ed09b6f2f1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a7e4c119-60e0-4f17-a155-f703bcf0c55f {
  min-height: 5px;
}








#s-a7e4c119-60e0-4f17-a155-f703bcf0c55f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7e4c119-60e0-4f17-a155-f703bcf0c55f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-364cbd6e-6a38-4c9a-9909-f86f7549506a {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-364cbd6e-6a38-4c9a-9909-f86f7549506a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-364cbd6e-6a38-4c9a-9909-f86f7549506a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-364cbd6e-6a38-4c9a-9909-f86f7549506a-root {
    text-align: center;
  }


#s-364cbd6e-6a38-4c9a-9909-f86f7549506a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-364cbd6e-6a38-4c9a-9909-f86f7549506a-root {
    text-align: center;
  }


#s-364cbd6e-6a38-4c9a-9909-f86f7549506a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-364cbd6e-6a38-4c9a-9909-f86f7549506a-root {
    text-align: center;
  }


#s-364cbd6e-6a38-4c9a-9909-f86f7549506a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-364cbd6e-6a38-4c9a-9909-f86f7549506a-root {
    text-align: center;
  }


#s-364cbd6e-6a38-4c9a-9909-f86f7549506a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-364cbd6e-6a38-4c9a-9909-f86f7549506a-root {
    text-align: center;
  }


#s-364cbd6e-6a38-4c9a-9909-f86f7549506a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-9beceb93-9d47-4899-98e5-de569f345062 {
  min-height: 50px;
}








#s-9beceb93-9d47-4899-98e5-de569f345062 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9beceb93-9d47-4899-98e5-de569f345062 {
  cursor: pointer;
}#s-9beceb93-9d47-4899-98e5-de569f345062.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d80bad8-831f-49b5-9fdb-e3939d48da0c {
  text-align: center;
}







  #s-0d80bad8-831f-49b5-9fdb-e3939d48da0c img.shogun-image {
    

    
    
    
  }


#s-0d80bad8-831f-49b5-9fdb-e3939d48da0c .shogun-image-content {
  
    align-items: center;
  
}

#s-c999ad6c-3103-444f-9ab5-d8502c66f16d {
  min-height: 10px;
}








#s-c999ad6c-3103-444f-9ab5-d8502c66f16d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c999ad6c-3103-444f-9ab5-d8502c66f16d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3921214-40d2-4f01-b2ef-d4aeb0a5bf09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e3921214-40d2-4f01-b2ef-d4aeb0a5bf09 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-59947064-aba2-4403-a28f-2fd901ab6b62 {
  min-height: 5px;
}








#s-59947064-aba2-4403-a28f-2fd901ab6b62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59947064-aba2-4403-a28f-2fd901ab6b62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57-root {
    text-align: center;
  }


#s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57-root {
    text-align: center;
  }


#s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57-root {
    text-align: center;
  }


#s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57-root {
    text-align: center;
  }


#s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57-root {
    text-align: center;
  }


#s-1e02df11-8d56-4ef1-a75f-b4cd1e170a57.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d2e62c8e-bbc7-4054-b1dc-80112def1ef4 {
  min-height: 50px;
}








#s-d2e62c8e-bbc7-4054-b1dc-80112def1ef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2e62c8e-bbc7-4054-b1dc-80112def1ef4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-f8337767-37aa-46b9-8806-21734b60425d {
  
}
}
@media (min-width: 0px) {
[id="s-f8337767-37aa-46b9-8806-21734b60425d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8337767-37aa-46b9-8806-21734b60425d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f8337767-37aa-46b9-8806-21734b60425d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8337767-37aa-46b9-8806-21734b60425d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-39c53b56-070c-4ade-aa4b-27f94ff20500 {
  text-align: left;
}

#s-e35555d9-77ac-47f2-9c4b-0d1ba7a00180 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-50d2f342-2644-49eb-a516-9d7adece02bd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-50d2f342-2644-49eb-a516-9d7adece02bd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-50d2f342-2644-49eb-a516-9d7adece02bd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-50d2f342-2644-49eb-a516-9d7adece02bd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d2ef23e5-b861-4ec1-b9a4-44c8ce4d5818 {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-d2ef23e5-b861-4ec1-b9a4-44c8ce4d5818 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2ef23e5-b861-4ec1-b9a4-44c8ce4d5818.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image,
  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
    width: 100%;
    height: auto;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
    
    
  }


.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
      position: relative;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image,
  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
    width: 100%;
    height: auto;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
    
    
  }


.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
      position: relative;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image,
  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
    width: 100%;
    height: auto;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
    
    
  }


.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
      position: relative;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image,
  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
    width: 100%;
    height: auto;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
    
    
  }


.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
      position: relative;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image,
  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
    width: 100%;
    height: auto;
  }

  #s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
    
    
  }


.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 .shogun-image-content {
  
    align-items: center;
  
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shg-align-container {
  display: flex;
  justify-content: center
}

.s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container {
      position: relative;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-53fbcdd5-2d91-45ca-8ba7-99f8aad50e52 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2ff9fbb6-bee6-4245-9b9b-b4a75970fc35 {
  min-height: 10px;
}








#s-2ff9fbb6-bee6-4245-9b9b-b4a75970fc35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ff9fbb6-bee6-4245-9b9b-b4a75970fc35.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3eefd6fc-4814-4651-9b15-ca42bc2021ce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eefd6fc-4814-4651-9b15-ca42bc2021ce .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-baa89bfe-2aa5-4e49-8550-cbf0d7a0bb3d {
  text-align: left;
}

#s-effe50ce-8e2b-4529-a37c-908f58693f93 {
  text-align: left;
}

#s-5d569ab7-56d7-485b-a5f4-8ce4c19637cc {
  min-height: 10px;
}








#s-5d569ab7-56d7-485b-a5f4-8ce4c19637cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d569ab7-56d7-485b-a5f4-8ce4c19637cc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-820ca742-14d7-4d3f-8ad7-82f00c4772cd {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-820ca742-14d7-4d3f-8ad7-82f00c4772cd:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-820ca742-14d7-4d3f-8ad7-82f00c4772cd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-820ca742-14d7-4d3f-8ad7-82f00c4772cd-root {
    text-align: center;
  }


#s-820ca742-14d7-4d3f-8ad7-82f00c4772cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-820ca742-14d7-4d3f-8ad7-82f00c4772cd-root {
    text-align: center;
  }


#s-820ca742-14d7-4d3f-8ad7-82f00c4772cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-820ca742-14d7-4d3f-8ad7-82f00c4772cd-root {
    text-align: center;
  }


#s-820ca742-14d7-4d3f-8ad7-82f00c4772cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-820ca742-14d7-4d3f-8ad7-82f00c4772cd-root {
    text-align: center;
  }


#s-820ca742-14d7-4d3f-8ad7-82f00c4772cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-820ca742-14d7-4d3f-8ad7-82f00c4772cd-root {
    text-align: center;
  }


#s-820ca742-14d7-4d3f-8ad7-82f00c4772cd.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-306287a0-3341-477f-8c0e-7b176f22ae70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-306287a0-3341-477f-8c0e-7b176f22ae70 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-306287a0-3341-477f-8c0e-7b176f22ae70 .shogun-heading-component h3 a {
  color: #000;
}


#s-63f0cfba-bd43-4a86-85fc-c9839b52de6e {
  padding-top: 5px;
padding-left: 3%;
padding-bottom: 5px;
padding-right: 3%;
min-height: 50px;
}








#s-63f0cfba-bd43-4a86-85fc-c9839b52de6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f0cfba-bd43-4a86-85fc-c9839b52de6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image,
  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
    width: 100%;
    height: auto;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
    
    
  }


.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
      position: relative;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image,
  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
    width: 100%;
    height: auto;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
    
    
  }


.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
      position: relative;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image,
  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
    width: 100%;
    height: auto;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
    
    
  }


.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
      position: relative;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image,
  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
    width: 100%;
    height: auto;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
    
    
  }


.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
      position: relative;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image,
  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
    width: 100%;
    height: auto;
  }

  #s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
    
    
  }


.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d .shogun-image-content {
  
    align-items: center;
  
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container {
      position: relative;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a1f7ce07-14dc-4f6a-9ca8-04a54433739d img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-70e926e1-585a-443f-bba1-1b51c0617fe8 {
  min-height: 10px;
}








#s-70e926e1-585a-443f-bba1-1b51c0617fe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70e926e1-585a-443f-bba1-1b51c0617fe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-32c9343c-2923-4e05-9ffa-e35bee5e2b14 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32c9343c-2923-4e05-9ffa-e35bee5e2b14 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-58f3fb36-36e9-4311-9841-e2ef479876ea {
  text-align: left;
}

#s-fe741160-ce40-43ad-8e30-cef0395746a1 {
  text-align: left;
}

#s-5326db26-b38b-429e-ac90-a7e20fcea9ff {
  text-align: left;
}

#s-700c57b8-e6f4-4d7a-8e4a-0611981b77eb {
  min-height: 10px;
}








#s-700c57b8-e6f4-4d7a-8e4a-0611981b77eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-700c57b8-e6f4-4d7a-8e4a-0611981b77eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20512a30-fc15-4239-8572-ee3a1c53bce9 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-20512a30-fc15-4239-8572-ee3a1c53bce9:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-20512a30-fc15-4239-8572-ee3a1c53bce9:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-20512a30-fc15-4239-8572-ee3a1c53bce9-root {
    text-align: center;
  }


#s-20512a30-fc15-4239-8572-ee3a1c53bce9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-20512a30-fc15-4239-8572-ee3a1c53bce9-root {
    text-align: center;
  }


#s-20512a30-fc15-4239-8572-ee3a1c53bce9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-20512a30-fc15-4239-8572-ee3a1c53bce9-root {
    text-align: center;
  }


#s-20512a30-fc15-4239-8572-ee3a1c53bce9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-20512a30-fc15-4239-8572-ee3a1c53bce9-root {
    text-align: center;
  }


#s-20512a30-fc15-4239-8572-ee3a1c53bce9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-20512a30-fc15-4239-8572-ee3a1c53bce9-root {
    text-align: center;
  }


#s-20512a30-fc15-4239-8572-ee3a1c53bce9.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-200c53fd-5480-4a87-b02c-84be311a4edb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-200c53fd-5480-4a87-b02c-84be311a4edb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-200c53fd-5480-4a87-b02c-84be311a4edb .shogun-heading-component h3 a {
  color: #000;
}


#s-e8826ac6-9e35-4697-87fe-857d451da07a {
  min-height: 50px;
}








#s-e8826ac6-9e35-4697-87fe-857d451da07a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8826ac6-9e35-4697-87fe-857d451da07a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-ce2dfed7-9a53-42d3-83f5-627f61a11145"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ce2dfed7-9a53-42d3-83f5-627f61a11145"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ce2dfed7-9a53-42d3-83f5-627f61a11145"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce2dfed7-9a53-42d3-83f5-627f61a11145"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f34c9589-69ec-4d53-a160-b3836c05bf70 {
  min-height: 50px;
}








#s-f34c9589-69ec-4d53-a160-b3836c05bf70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f34c9589-69ec-4d53-a160-b3836c05bf70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3c4306f-d52e-46d3-b6b9-c5b7108d2a4a {
  text-align: center;
}







  #s-f3c4306f-d52e-46d3-b6b9-c5b7108d2a4a img.shogun-image {
    

    
    
    
  }


#s-f3c4306f-d52e-46d3-b6b9-c5b7108d2a4a .shogun-image-content {
  
    align-items: center;
  
}

#s-96ac9369-750a-4ceb-88f3-5c27a975d837 {
  text-align: center;
}







  img.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
    
    
  }


.s-96ac9369-750a-4ceb-88f3-5c27a975d837 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
    
    
  }


.s-96ac9369-750a-4ceb-88f3-5c27a975d837 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
    
    
  }


.s-96ac9369-750a-4ceb-88f3-5c27a975d837 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
    
    
  }


.s-96ac9369-750a-4ceb-88f3-5c27a975d837 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
    
    
  }


.s-96ac9369-750a-4ceb-88f3-5c27a975d837 .shogun-image-content {
  
    align-items: center;
  
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shg-align-container {
  display: flex;
  justify-content: center
}

.s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-96ac9369-750a-4ceb-88f3-5c27a975d837.shogun-image {
  box-sizing: border-box;
}



}
#s-7fc23d39-653d-4ac7-bf22-e9ddad86d854 {
  min-height: 10px;
}








#s-7fc23d39-653d-4ac7-bf22-e9ddad86d854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fc23d39-653d-4ac7-bf22-e9ddad86d854.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a9c8673-2d0a-47b6-b9ef-3d88b53aaa4d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4a9c8673-2d0a-47b6-b9ef-3d88b53aaa4d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e051f10e-2010-45b6-827f-8866fa07a7ca {
  text-align: left;
}

#s-103edcb5-8191-4cc2-8918-2191afb4573f {
  min-height: 10px;
}








#s-103edcb5-8191-4cc2-8918-2191afb4573f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-103edcb5-8191-4cc2-8918-2191afb4573f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47d29af5-620b-444f-b251-80a780819f23 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-47d29af5-620b-444f-b251-80a780819f23:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-47d29af5-620b-444f-b251-80a780819f23:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47d29af5-620b-444f-b251-80a780819f23-root {
    text-align: center;
  }


#s-47d29af5-620b-444f-b251-80a780819f23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-47d29af5-620b-444f-b251-80a780819f23-root {
    text-align: center;
  }


#s-47d29af5-620b-444f-b251-80a780819f23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-47d29af5-620b-444f-b251-80a780819f23-root {
    text-align: center;
  }


#s-47d29af5-620b-444f-b251-80a780819f23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-47d29af5-620b-444f-b251-80a780819f23-root {
    text-align: center;
  }


#s-47d29af5-620b-444f-b251-80a780819f23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-47d29af5-620b-444f-b251-80a780819f23-root {
    text-align: center;
  }


#s-47d29af5-620b-444f-b251-80a780819f23.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-b004b90a-de8d-49ba-b735-d51f99225601 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b004b90a-de8d-49ba-b735-d51f99225601 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-b004b90a-de8d-49ba-b735-d51f99225601 .shogun-heading-component h3 a {
  color: #000;
}


#s-8bdddccc-94f0-44bc-979c-a042441bce94 {
  min-height: 50px;
}








#s-8bdddccc-94f0-44bc-979c-a042441bce94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bdddccc-94f0-44bc-979c-a042441bce94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6870178-ab7c-41f0-891b-01305fd59342 {
  text-align: center;
}







  #s-a6870178-ab7c-41f0-891b-01305fd59342 img.shogun-image {
    

    
    
    
  }


#s-a6870178-ab7c-41f0-891b-01305fd59342 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53 {
  text-align: center;
}







  img.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
    
    
  }


.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
    
    
  }


.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
    
    
  }


.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
    
    
  }


.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
    
    
  }


.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53 .shogun-image-content {
  
    align-items: center;
  
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d9b97fe-32a7-4e77-82f4-b94c0672cc53.shogun-image {
  box-sizing: border-box;
}



}
#s-56af2ebd-6d44-4189-ad26-8e1cb5c5c333 {
  min-height: 10px;
}








#s-56af2ebd-6d44-4189-ad26-8e1cb5c5c333 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56af2ebd-6d44-4189-ad26-8e1cb5c5c333.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d381173d-378d-4efe-a3ff-b15c4b450f42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d381173d-378d-4efe-a3ff-b15c4b450f42 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-e06a548d-80b3-4610-82a5-2f570ef1a778 {
  text-align: left;
}

#s-e1dad9df-74ea-4440-9713-e6e7d48e745d {
  min-height: 10px;
}








#s-e1dad9df-74ea-4440-9713-e6e7d48e745d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1dad9df-74ea-4440-9713-e6e7d48e745d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4-root {
    text-align: center;
  }


#s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4-root {
    text-align: center;
  }


#s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4-root {
    text-align: center;
  }


#s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4-root {
    text-align: center;
  }


#s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4-root {
    text-align: center;
  }


#s-6cf40dba-ba8d-40b8-bc6f-94c67a062af4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0b292dc6-eaf9-4f96-8496-7db28a61b2eb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0b292dc6-eaf9-4f96-8496-7db28a61b2eb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-0b292dc6-eaf9-4f96-8496-7db28a61b2eb .shogun-heading-component h3 a {
  color: #000;
}


#s-c3861d21-5d09-4d70-8e44-48bd79e2beba {
  min-height: 50px;
}








#s-c3861d21-5d09-4d70-8e44-48bd79e2beba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3861d21-5d09-4d70-8e44-48bd79e2beba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image,
  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
    width: 100%;
    height: auto;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
    
    
  }


.s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shogun-image-content {
  
    align-items: center;
  
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
      position: relative;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image,
  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
    width: 100%;
    height: auto;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
    
    
  }


.s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shogun-image-content {
  
    align-items: center;
  
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
      position: relative;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image,
  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
    width: 100%;
    height: auto;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
    
    
  }


.s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shogun-image-content {
  
    align-items: center;
  
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
      position: relative;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image,
  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
    width: 100%;
    height: auto;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
    
    
  }


.s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shogun-image-content {
  
    align-items: center;
  
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
      position: relative;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image,
  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
    width: 100%;
    height: auto;
  }

  #s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
    
    
  }


.s-5157bdc9-06b9-40d7-9a27-4cccfca84925 .shogun-image-content {
  
    align-items: center;
  
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container {
      position: relative;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5157bdc9-06b9-40d7-9a27-4cccfca84925 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-58a764d3-2946-4a92-8ef9-758eddca6131 {
  text-align: center;
}







  img.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
    
    
  }


.s-58a764d3-2946-4a92-8ef9-758eddca6131 .shogun-image-content {
  
    align-items: center;
  
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
    
    
  }


.s-58a764d3-2946-4a92-8ef9-758eddca6131 .shogun-image-content {
  
    align-items: center;
  
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
    
    
  }


.s-58a764d3-2946-4a92-8ef9-758eddca6131 .shogun-image-content {
  
    align-items: center;
  
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
    
    
  }


.s-58a764d3-2946-4a92-8ef9-758eddca6131 .shogun-image-content {
  
    align-items: center;
  
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
    
    
  }


.s-58a764d3-2946-4a92-8ef9-758eddca6131 .shogun-image-content {
  
    align-items: center;
  
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shg-align-container {
  display: flex;
  justify-content: center
}

.s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-58a764d3-2946-4a92-8ef9-758eddca6131.shogun-image {
  box-sizing: border-box;
}



}
#s-78507ddb-b714-46cb-98cb-7a9a829b01b6 {
  min-height: 10px;
}








#s-78507ddb-b714-46cb-98cb-7a9a829b01b6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78507ddb-b714-46cb-98cb-7a9a829b01b6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-640c1aa4-8b08-4c39-b12a-c19123d67891 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-640c1aa4-8b08-4c39-b12a-c19123d67891 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ccd33eb9-5856-411d-a9de-231ec9ce6193 {
  text-align: left;
}

#s-6701d288-7408-4340-a7fc-aa9189a74ea8 {
  min-height: 10px;
}








#s-6701d288-7408-4340-a7fc-aa9189a74ea8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6701d288-7408-4340-a7fc-aa9189a74ea8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05510ce5-3790-4254-8f69-96eaaa4022ad {
  text-align: left;
}

#s-38896d09-0cd4-4d38-8697-3d117dbfbc34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38896d09-0cd4-4d38-8697-3d117dbfbc34 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-38896d09-0cd4-4d38-8697-3d117dbfbc34 .shogun-heading-component h3 a {
  color: #000;
}


#s-0a75b980-f503-49f2-9119-89ca6fa33fc7 {
  min-height: 50px;
}








#s-0a75b980-f503-49f2-9119-89ca6fa33fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a75b980-f503-49f2-9119-89ca6fa33fc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image,
  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
    width: 100%;
    height: auto;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
    
    
  }


.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
      position: relative;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image,
  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
    width: 100%;
    height: auto;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
    
    
  }


.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
      position: relative;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image,
  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
    width: 100%;
    height: auto;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
    
    
  }


.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
      position: relative;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image,
  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
    width: 100%;
    height: auto;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
    
    
  }


.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
      position: relative;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image,
  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
    width: 100%;
    height: auto;
  }

  #s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
    
    
  }


.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 .shogun-image-content {
  
    align-items: center;
  
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container {
      position: relative;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-e5dfd2df-3ec5-467d-b77c-2475a47234a9 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-67177e20-6909-4dca-b2ac-65656cf8ad89 {
  text-align: center;
}







  img.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
    
    
  }


.s-67177e20-6909-4dca-b2ac-65656cf8ad89 .shogun-image-content {
  
    align-items: center;
  
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
    
    
  }


.s-67177e20-6909-4dca-b2ac-65656cf8ad89 .shogun-image-content {
  
    align-items: center;
  
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
    
    
  }


.s-67177e20-6909-4dca-b2ac-65656cf8ad89 .shogun-image-content {
  
    align-items: center;
  
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
    
    
  }


.s-67177e20-6909-4dca-b2ac-65656cf8ad89 .shogun-image-content {
  
    align-items: center;
  
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
    
    
  }


.s-67177e20-6909-4dca-b2ac-65656cf8ad89 .shogun-image-content {
  
    align-items: center;
  
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shg-align-container {
  display: flex;
  justify-content: center
}

.s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-67177e20-6909-4dca-b2ac-65656cf8ad89.shogun-image {
  box-sizing: border-box;
}



}
#s-75557562-556f-436a-b306-320edca7cf39 {
  min-height: 10px;
}








#s-75557562-556f-436a-b306-320edca7cf39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75557562-556f-436a-b306-320edca7cf39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27e5ab4f-6ac5-42d2-874c-2d1060016d55 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-27e5ab4f-6ac5-42d2-874c-2d1060016d55 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bf08c549-c74c-46d7-95c1-452cf9bde2c2 {
  text-align: left;
}

#s-b2c351fa-a163-4d9e-9bf4-3b9fc9f78454 {
  min-height: 10px;
}








#s-b2c351fa-a163-4d9e-9bf4-3b9fc9f78454 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2c351fa-a163-4d9e-9bf4-3b9fc9f78454.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-505a3fc1-d2b6-40f4-a6b6-935fe08a3bb2 {
  text-align: left;
}

#s-b578ed5b-acff-4c66-8b8a-f6792e9733ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b578ed5b-acff-4c66-8b8a-f6792e9733ca .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-b578ed5b-acff-4c66-8b8a-f6792e9733ca .shogun-heading-component h3 a {
  color: #000;
}


#s-fe0ba597-b241-4b95-8181-baa4fff0d842 {
  text-align: center;
}







  #s-fe0ba597-b241-4b95-8181-baa4fff0d842 img.shogun-image {
    

    
    
    
  }


#s-fe0ba597-b241-4b95-8181-baa4fff0d842 .shogun-image-content {
  
    align-items: center;
  
}

#s-491b4c0f-b300-4c46-a026-bbe204d9f31b {
  min-height: 50px;
}








#s-491b4c0f-b300-4c46-a026-bbe204d9f31b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-491b4c0f-b300-4c46-a026-bbe204d9f31b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d7e0e865-52be-4253-a802-caec2e6938cb {
  min-height: 20px;
}








#s-d7e0e865-52be-4253-a802-caec2e6938cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7e0e865-52be-4253-a802-caec2e6938cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ba950ba-a9ce-4bf2-88de-553802050c6c {
  min-height: 50px;
}








#s-1ba950ba-a9ce-4bf2-88de-553802050c6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ba950ba-a9ce-4bf2-88de-553802050c6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-0fcddcc6-b585-41b0-ac49-ffc0932e5bd8 {
  
}
}
@media (min-width: 0px) {
[id="s-0fcddcc6-b585-41b0-ac49-ffc0932e5bd8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fcddcc6-b585-41b0-ac49-ffc0932e5bd8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0fcddcc6-b585-41b0-ac49-ffc0932e5bd8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fcddcc6-b585-41b0-ac49-ffc0932e5bd8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-370d404c-2f47-49c2-b05d-a9727593dac4 {
  text-align: left;
}

#s-009c62ae-d315-4edd-87ad-7de087acb978 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-89609e49-c7df-468f-b5dc-29a491ad1366"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-89609e49-c7df-468f-b5dc-29a491ad1366"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-89609e49-c7df-468f-b5dc-29a491ad1366"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-89609e49-c7df-468f-b5dc-29a491ad1366"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-cf8cb72f-a4d9-4c89-9e58-4695741551bd {
  min-height: 50px;
}








#s-cf8cb72f-a4d9-4c89-9e58-4695741551bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf8cb72f-a4d9-4c89-9e58-4695741551bd {
  cursor: pointer;
}#s-cf8cb72f-a4d9-4c89-9e58-4695741551bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e3c1bf4-70b9-4c52-af2c-096a96b1c13d {
  text-align: center;
}







  #s-0e3c1bf4-70b9-4c52-af2c-096a96b1c13d img.shogun-image {
    

    
    
    
  }


#s-0e3c1bf4-70b9-4c52-af2c-096a96b1c13d .shogun-image-content {
  
    align-items: center;
  
}

#s-a257d7e7-716a-47bb-b6f4-9241d86b0a89 {
  min-height: 10px;
}








#s-a257d7e7-716a-47bb-b6f4-9241d86b0a89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a257d7e7-716a-47bb-b6f4-9241d86b0a89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3905b3a8-c5f1-4a4a-ae6a-ad4eedb7c140 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3905b3a8-c5f1-4a4a-ae6a-ad4eedb7c140 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d38cd4cf-02ce-422a-87be-26c0165ce5ac {
  min-height: 5px;
}








#s-d38cd4cf-02ce-422a-87be-26c0165ce5ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d38cd4cf-02ce-422a-87be-26c0165ce5ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a-root {
    text-align: center;
  }


#s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a-root {
    text-align: center;
  }


#s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a-root {
    text-align: center;
  }


#s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a-root {
    text-align: center;
  }


#s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a-root {
    text-align: center;
  }


#s-91e8654f-fb60-4004-8ccb-c94ed88a6e0a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d772a191-5ad0-4a4f-87fa-c455f572a0f3 {
  min-height: 50px;
}








#s-d772a191-5ad0-4a4f-87fa-c455f572a0f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d772a191-5ad0-4a4f-87fa-c455f572a0f3 {
  cursor: pointer;
}#s-d772a191-5ad0-4a4f-87fa-c455f572a0f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13aa6616-6e87-45ec-a925-c0077eb3f3af {
  text-align: center;
}







  #s-13aa6616-6e87-45ec-a925-c0077eb3f3af img.shogun-image {
    

    
    
    
  }


#s-13aa6616-6e87-45ec-a925-c0077eb3f3af .shogun-image-content {
  
    align-items: center;
  
}

#s-6f983e71-3b9f-4592-9873-991b0f8fb599 {
  min-height: 10px;
}








#s-6f983e71-3b9f-4592-9873-991b0f8fb599 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f983e71-3b9f-4592-9873-991b0f8fb599.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3943835c-75f9-49d9-9056-c54522364b89 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3943835c-75f9-49d9-9056-c54522364b89 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-4685285c-5d69-479f-84f4-3651943f6927 {
  min-height: 5px;
}








#s-4685285c-5d69-479f-84f4-3651943f6927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4685285c-5d69-479f-84f4-3651943f6927.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6ab542a0-f679-4797-bf1c-559f98967760 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6ab542a0-f679-4797-bf1c-559f98967760:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6ab542a0-f679-4797-bf1c-559f98967760:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ab542a0-f679-4797-bf1c-559f98967760-root {
    text-align: center;
  }


#s-6ab542a0-f679-4797-bf1c-559f98967760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ab542a0-f679-4797-bf1c-559f98967760-root {
    text-align: center;
  }


#s-6ab542a0-f679-4797-bf1c-559f98967760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ab542a0-f679-4797-bf1c-559f98967760-root {
    text-align: center;
  }


#s-6ab542a0-f679-4797-bf1c-559f98967760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ab542a0-f679-4797-bf1c-559f98967760-root {
    text-align: center;
  }


#s-6ab542a0-f679-4797-bf1c-559f98967760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ab542a0-f679-4797-bf1c-559f98967760-root {
    text-align: center;
  }


#s-6ab542a0-f679-4797-bf1c-559f98967760.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-925b6fd0-5832-4e08-a920-9bfe707ec862 {
  min-height: 50px;
}








#s-925b6fd0-5832-4e08-a920-9bfe707ec862 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-925b6fd0-5832-4e08-a920-9bfe707ec862 {
  cursor: pointer;
}#s-925b6fd0-5832-4e08-a920-9bfe707ec862.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4e78144-58e4-4f23-bd5f-1a00e46979b7 {
  text-align: center;
}







  #s-d4e78144-58e4-4f23-bd5f-1a00e46979b7 img.shogun-image {
    

    
    
    
  }


#s-d4e78144-58e4-4f23-bd5f-1a00e46979b7 .shogun-image-content {
  
    align-items: center;
  
}

#s-55174edc-57d9-4b74-a60c-cbed5685d566 {
  min-height: 10px;
}








#s-55174edc-57d9-4b74-a60c-cbed5685d566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55174edc-57d9-4b74-a60c-cbed5685d566.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-028a7293-c9db-48aa-aba7-276ecfa99c1c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-028a7293-c9db-48aa-aba7-276ecfa99c1c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b5b94f56-ae99-44fc-8591-3a35b4102483 {
  min-height: 5px;
}








#s-b5b94f56-ae99-44fc-8591-3a35b4102483 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5b94f56-ae99-44fc-8591-3a35b4102483.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df99164b-59a3-4286-9258-e66b7d370c88 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-df99164b-59a3-4286-9258-e66b7d370c88:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-df99164b-59a3-4286-9258-e66b7d370c88:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-df99164b-59a3-4286-9258-e66b7d370c88-root {
    text-align: center;
  }


#s-df99164b-59a3-4286-9258-e66b7d370c88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-df99164b-59a3-4286-9258-e66b7d370c88-root {
    text-align: center;
  }


#s-df99164b-59a3-4286-9258-e66b7d370c88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-df99164b-59a3-4286-9258-e66b7d370c88-root {
    text-align: center;
  }


#s-df99164b-59a3-4286-9258-e66b7d370c88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-df99164b-59a3-4286-9258-e66b7d370c88-root {
    text-align: center;
  }


#s-df99164b-59a3-4286-9258-e66b7d370c88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-df99164b-59a3-4286-9258-e66b7d370c88-root {
    text-align: center;
  }


#s-df99164b-59a3-4286-9258-e66b7d370c88.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1b493e7e-6661-4205-aece-6962bbdd1831 {
  min-height: 50px;
}








#s-1b493e7e-6661-4205-aece-6962bbdd1831 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b493e7e-6661-4205-aece-6962bbdd1831 {
  cursor: pointer;
}#s-1b493e7e-6661-4205-aece-6962bbdd1831.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23e384f6-0609-477c-87c9-9bf1b4244f63 {
  text-align: center;
}







  #s-23e384f6-0609-477c-87c9-9bf1b4244f63 img.shogun-image {
    

    
    
    
  }


#s-23e384f6-0609-477c-87c9-9bf1b4244f63 .shogun-image-content {
  
    align-items: center;
  
}

#s-5655aef0-af86-445c-aa36-c8be56a41d2b {
  min-height: 10px;
}








#s-5655aef0-af86-445c-aa36-c8be56a41d2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5655aef0-af86-445c-aa36-c8be56a41d2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e80d040-fbf7-4e7c-bcdb-0be8650582aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e80d040-fbf7-4e7c-bcdb-0be8650582aa .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9b1ca302-fd01-41fa-b40e-a92974afd52b {
  min-height: 5px;
}








#s-9b1ca302-fd01-41fa-b40e-a92974afd52b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b1ca302-fd01-41fa-b40e-a92974afd52b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe-root {
    text-align: center;
  }


#s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe-root {
    text-align: center;
  }


#s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe-root {
    text-align: center;
  }


#s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe-root {
    text-align: center;
  }


#s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe-root {
    text-align: center;
  }


#s-23e07822-8e0c-4df2-8e7c-1e5b7c2683fe.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-b6296bca-779f-48ca-8e2d-81b6b233ea1d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b6296bca-779f-48ca-8e2d-81b6b233ea1d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b6296bca-779f-48ca-8e2d-81b6b233ea1d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b6296bca-779f-48ca-8e2d-81b6b233ea1d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-beeb6c04-748a-49de-9c2c-6a59ff96d3aa {
  min-height: 50px;
}








#s-beeb6c04-748a-49de-9c2c-6a59ff96d3aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-beeb6c04-748a-49de-9c2c-6a59ff96d3aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f82def59-078b-4d5b-b63f-af0b5533e18c {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image,
  #s-f82def59-078b-4d5b-b63f-af0b5533e18c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c {
    width: 100%;
    height: auto;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
    
    
  }


.s-f82def59-078b-4d5b-b63f-af0b5533e18c .shogun-image-content {
  
    align-items: center;
  
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f82def59-078b-4d5b-b63f-af0b5533e18c {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
      position: relative;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image,
  #s-f82def59-078b-4d5b-b63f-af0b5533e18c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c {
    width: 100%;
    height: auto;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
    
    
  }


.s-f82def59-078b-4d5b-b63f-af0b5533e18c .shogun-image-content {
  
    align-items: center;
  
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f82def59-078b-4d5b-b63f-af0b5533e18c {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
      position: relative;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image,
  #s-f82def59-078b-4d5b-b63f-af0b5533e18c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c {
    width: 100%;
    height: auto;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
    
    
  }


.s-f82def59-078b-4d5b-b63f-af0b5533e18c .shogun-image-content {
  
    align-items: center;
  
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f82def59-078b-4d5b-b63f-af0b5533e18c {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
      position: relative;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image,
  #s-f82def59-078b-4d5b-b63f-af0b5533e18c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c {
    width: 100%;
    height: auto;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
    
    
  }


.s-f82def59-078b-4d5b-b63f-af0b5533e18c .shogun-image-content {
  
    align-items: center;
  
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f82def59-078b-4d5b-b63f-af0b5533e18c {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
      position: relative;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image,
  #s-f82def59-078b-4d5b-b63f-af0b5533e18c .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c {
    width: 100%;
    height: auto;
  }

  #s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
    
    
  }


.s-f82def59-078b-4d5b-b63f-af0b5533e18c .shogun-image-content {
  
    align-items: center;
  
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f82def59-078b-4d5b-b63f-af0b5533e18c {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container {
      position: relative;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f82def59-078b-4d5b-b63f-af0b5533e18c img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-43716cc3-229b-454f-93c2-bfedc8b0d795 {
  text-align: center;
}







  img.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
    
    
  }


.s-43716cc3-229b-454f-93c2-bfedc8b0d795 .shogun-image-content {
  
    align-items: center;
  
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
    
    
  }


.s-43716cc3-229b-454f-93c2-bfedc8b0d795 .shogun-image-content {
  
    align-items: center;
  
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
    
    
  }


.s-43716cc3-229b-454f-93c2-bfedc8b0d795 .shogun-image-content {
  
    align-items: center;
  
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
    
    
  }


.s-43716cc3-229b-454f-93c2-bfedc8b0d795 .shogun-image-content {
  
    align-items: center;
  
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
    
    
  }


.s-43716cc3-229b-454f-93c2-bfedc8b0d795 .shogun-image-content {
  
    align-items: center;
  
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shg-align-container {
  display: flex;
  justify-content: center
}

.s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-43716cc3-229b-454f-93c2-bfedc8b0d795.shogun-image {
  box-sizing: border-box;
}



}
#s-1444c943-4bf6-40e5-917b-d300701fd6d7 {
  min-height: 10px;
}








#s-1444c943-4bf6-40e5-917b-d300701fd6d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1444c943-4bf6-40e5-917b-d300701fd6d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ea54427-052f-414b-9f6a-0914911e4adb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ea54427-052f-414b-9f6a-0914911e4adb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-82197039-1c49-4a14-98f3-90fd105f5ee9 {
  text-align: left;
}

#s-fdabd24c-9840-4035-9fd4-09f37e24ac78 {
  min-height: 10px;
}








#s-fdabd24c-9840-4035-9fd4-09f37e24ac78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fdabd24c-9840-4035-9fd4-09f37e24ac78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b3a71561-bf9a-4ab9-9739-e88c8ae24d17 {
  text-align: left;
}

#s-ffa906ea-da01-4650-aeaf-69c32614c5c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffa906ea-da01-4650-aeaf-69c32614c5c5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-ffa906ea-da01-4650-aeaf-69c32614c5c5 .shogun-heading-component h3 a {
  color: #000;
}


#s-58d4e05b-bb7c-432f-bfb2-ad877e6bf981 {
  min-height: 50px;
}








#s-58d4e05b-bb7c-432f-bfb2-ad877e6bf981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58d4e05b-bb7c-432f-bfb2-ad877e6bf981.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b40145ca-6094-470b-ae5b-1d24f59b3d21 {
  text-align: center;
}







  #s-b40145ca-6094-470b-ae5b-1d24f59b3d21 img.shogun-image {
    

    
    
    
  }


#s-b40145ca-6094-470b-ae5b-1d24f59b3d21 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d62598e-67cf-4fcb-883a-48d17d65705c {
  text-align: center;
}







  img.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
    
    
  }


.s-6d62598e-67cf-4fcb-883a-48d17d65705c .shogun-image-content {
  
    align-items: center;
  
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
    
    
  }


.s-6d62598e-67cf-4fcb-883a-48d17d65705c .shogun-image-content {
  
    align-items: center;
  
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
    
    
  }


.s-6d62598e-67cf-4fcb-883a-48d17d65705c .shogun-image-content {
  
    align-items: center;
  
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
    
    
  }


.s-6d62598e-67cf-4fcb-883a-48d17d65705c .shogun-image-content {
  
    align-items: center;
  
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
    
    
  }


.s-6d62598e-67cf-4fcb-883a-48d17d65705c .shogun-image-content {
  
    align-items: center;
  
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6d62598e-67cf-4fcb-883a-48d17d65705c.shogun-image {
  box-sizing: border-box;
}



}
#s-38d7de69-1531-412d-b248-cd89d8b15c6e {
  min-height: 10px;
}








#s-38d7de69-1531-412d-b248-cd89d8b15c6e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38d7de69-1531-412d-b248-cd89d8b15c6e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c38d0e59-b62a-4baa-b90b-a7afc81a16d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c38d0e59-b62a-4baa-b90b-a7afc81a16d0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f8718070-c43d-411b-bc04-2202e04d8c8b {
  text-align: left;
}

#s-ca8765da-2e6e-499e-9f30-6d93a9913ebf {
  min-height: 10px;
}








#s-ca8765da-2e6e-499e-9f30-6d93a9913ebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca8765da-2e6e-499e-9f30-6d93a9913ebf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66e08f46-b474-44df-b1a9-ccba80226fc7 {
  text-align: left;
}

#s-2362693a-f902-43e0-aaee-e90f86ec3dab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2362693a-f902-43e0-aaee-e90f86ec3dab .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-2362693a-f902-43e0-aaee-e90f86ec3dab .shogun-heading-component h3 a {
  color: #000;
}


#s-f3b4f0ab-d9df-4726-b441-bf290b824399 {
  min-height: 50px;
}








#s-f3b4f0ab-d9df-4726-b441-bf290b824399 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b4f0ab-d9df-4726-b441-bf290b824399.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a58de7d5-8907-4f92-9a87-5c25ffcdbf65 {
  text-align: center;
}







  #s-a58de7d5-8907-4f92-9a87-5c25ffcdbf65 img.shogun-image {
    

    
    
    
  }


#s-a58de7d5-8907-4f92-9a87-5c25ffcdbf65 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a {
  text-align: center;
}







  img.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
    
    
  }


.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
    
    
  }


.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
    
    
  }


.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
    
    
  }


.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
    
    
  }


.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a .shogun-image-content {
  
    align-items: center;
  
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff3c5e00-570e-4dee-a3ec-a74f9a644d8a.shogun-image {
  box-sizing: border-box;
}



}
#s-ab687b6c-8363-48eb-b430-0b9c494fb824 {
  min-height: 10px;
}








#s-ab687b6c-8363-48eb-b430-0b9c494fb824 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab687b6c-8363-48eb-b430-0b9c494fb824.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d070109d-b002-4a57-9a0a-b0e86f94f525 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d070109d-b002-4a57-9a0a-b0e86f94f525 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8903ef13-105c-439a-8522-940d84531e8a {
  text-align: left;
}

#s-875e3222-4e31-4b54-abf5-d0fb1d6a416b {
  min-height: 10px;
}








#s-875e3222-4e31-4b54-abf5-d0fb1d6a416b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-875e3222-4e31-4b54-abf5-d0fb1d6a416b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a58941b-9955-43de-9463-8b50f0104ba8 {
  text-align: left;
}

#s-170438d2-82ac-48b3-86df-fd20861c77b6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-170438d2-82ac-48b3-86df-fd20861c77b6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-170438d2-82ac-48b3-86df-fd20861c77b6 .shogun-heading-component h3 a {
  color: #000;
}


#s-bbd61c68-43b6-4052-9d71-40ac6b0580d1 {
  min-height: 50px;
}








#s-bbd61c68-43b6-4052-9d71-40ac6b0580d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbd61c68-43b6-4052-9d71-40ac6b0580d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ea144a8-6531-4774-af03-5ae9d2d35617 {
  min-height: 50px;
}








#s-8ea144a8-6531-4774-af03-5ae9d2d35617 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ea144a8-6531-4774-af03-5ae9d2d35617.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79352770-339d-4f42-ac79-3cd2974bb54d {
  text-align: center;
}







  #s-79352770-339d-4f42-ac79-3cd2974bb54d img.shogun-image {
    

    
    
    
  }


#s-79352770-339d-4f42-ac79-3cd2974bb54d .shogun-image-content {
  
    align-items: center;
  
}

@media (max-width: 767px){#s-8b6a23e3-1e09-4e13-9236-8c64fc8cee7e {
  
}
}
@media (min-width: 0px) {
[id="s-8b6a23e3-1e09-4e13-9236-8c64fc8cee7e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b6a23e3-1e09-4e13-9236-8c64fc8cee7e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8b6a23e3-1e09-4e13-9236-8c64fc8cee7e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b6a23e3-1e09-4e13-9236-8c64fc8cee7e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-130953d1-01bb-490f-84fa-68fef728af27 {
  text-align: left;
}

#s-c3bc38bb-819a-4217-8f9d-eb6e77ebb0c7 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-f8aefb38-014d-4115-934b-d25aefcdeaab {
  min-height: 20px;
}








#s-f8aefb38-014d-4115-934b-d25aefcdeaab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8aefb38-014d-4115-934b-d25aefcdeaab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-f1a5d610-503b-4559-b9c0-9fcea2a6b3d6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f1a5d610-503b-4559-b9c0-9fcea2a6b3d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f1a5d610-503b-4559-b9c0-9fcea2a6b3d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f1a5d610-503b-4559-b9c0-9fcea2a6b3d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ab29e2e5-15d9-4a42-bc96-463ff7fc828a {
  min-height: 50px;
}








#s-ab29e2e5-15d9-4a42-bc96-463ff7fc828a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab29e2e5-15d9-4a42-bc96-463ff7fc828a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9057f361-06fd-4d9f-810e-efdb61691fb3 {
  text-align: center;
}







  #s-9057f361-06fd-4d9f-810e-efdb61691fb3 img.shogun-image {
    

    
    
    
  }


#s-9057f361-06fd-4d9f-810e-efdb61691fb3 .shogun-image-content {
  
    align-items: center;
  
}

#s-03976799-a659-46f1-babe-d3ff5df6da87 {
  text-align: center;
}







  img.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
    
    
  }


.s-03976799-a659-46f1-babe-d3ff5df6da87 .shogun-image-content {
  
    align-items: center;
  
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
    
    
  }


.s-03976799-a659-46f1-babe-d3ff5df6da87 .shogun-image-content {
  
    align-items: center;
  
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
    
    
  }


.s-03976799-a659-46f1-babe-d3ff5df6da87 .shogun-image-content {
  
    align-items: center;
  
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
    
    
  }


.s-03976799-a659-46f1-babe-d3ff5df6da87 .shogun-image-content {
  
    align-items: center;
  
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
    
    
  }


.s-03976799-a659-46f1-babe-d3ff5df6da87 .shogun-image-content {
  
    align-items: center;
  
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shg-align-container {
  display: flex;
  justify-content: center
}

.s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03976799-a659-46f1-babe-d3ff5df6da87.shogun-image {
  box-sizing: border-box;
}



}
#s-a69d19dc-0697-4f0c-928c-66226cf79a57 {
  min-height: 10px;
}








#s-a69d19dc-0697-4f0c-928c-66226cf79a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a69d19dc-0697-4f0c-928c-66226cf79a57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d2c7fc4-b3c0-4fee-8bd1-8d511f6ed52d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d2c7fc4-b3c0-4fee-8bd1-8d511f6ed52d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-583192ee-c98a-41c3-8246-a78800a20ddd {
  text-align: left;
}

#s-90011355-24a1-4858-aba0-1b64a31a7d93 {
  min-height: 10px;
}








#s-90011355-24a1-4858-aba0-1b64a31a7d93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-90011355-24a1-4858-aba0-1b64a31a7d93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e55b170-b416-4caa-9298-37d15ff6337a {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3e55b170-b416-4caa-9298-37d15ff6337a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-3e55b170-b416-4caa-9298-37d15ff6337a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3e55b170-b416-4caa-9298-37d15ff6337a-root {
    text-align: center;
  }


#s-3e55b170-b416-4caa-9298-37d15ff6337a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-3e55b170-b416-4caa-9298-37d15ff6337a-root {
    text-align: center;
  }


#s-3e55b170-b416-4caa-9298-37d15ff6337a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3e55b170-b416-4caa-9298-37d15ff6337a-root {
    text-align: center;
  }


#s-3e55b170-b416-4caa-9298-37d15ff6337a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3e55b170-b416-4caa-9298-37d15ff6337a-root {
    text-align: center;
  }


#s-3e55b170-b416-4caa-9298-37d15ff6337a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-3e55b170-b416-4caa-9298-37d15ff6337a-root {
    text-align: center;
  }


#s-3e55b170-b416-4caa-9298-37d15ff6337a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d729d77b-db49-4b26-be28-4c97e8deda73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d729d77b-db49-4b26-be28-4c97e8deda73 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-d729d77b-db49-4b26-be28-4c97e8deda73 .shogun-heading-component h3 a {
  color: #000;
}


#s-ab27ac56-c062-49fe-8b21-a3754af7e1fe {
  min-height: 50px;
}








#s-ab27ac56-c062-49fe-8b21-a3754af7e1fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab27ac56-c062-49fe-8b21-a3754af7e1fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fed694c7-dfdd-40f7-881b-f408d9429b83 {
  text-align: center;
}







  #s-fed694c7-dfdd-40f7-881b-f408d9429b83 img.shogun-image {
    

    
    
    
  }


#s-fed694c7-dfdd-40f7-881b-f408d9429b83 .shogun-image-content {
  
    align-items: center;
  
}

#s-98d1c662-f211-480a-bd25-16dbfeba6178 {
  text-align: center;
}







  img.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
    
    
  }


.s-98d1c662-f211-480a-bd25-16dbfeba6178 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
    
    
  }


.s-98d1c662-f211-480a-bd25-16dbfeba6178 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
    
    
  }


.s-98d1c662-f211-480a-bd25-16dbfeba6178 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
    
    
  }


.s-98d1c662-f211-480a-bd25-16dbfeba6178 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
    
    
  }


.s-98d1c662-f211-480a-bd25-16dbfeba6178 .shogun-image-content {
  
    align-items: center;
  
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shg-align-container {
  display: flex;
  justify-content: center
}

.s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-98d1c662-f211-480a-bd25-16dbfeba6178.shogun-image {
  box-sizing: border-box;
}



}
#s-691adafe-8e08-4fa1-93ae-60f958450fdf {
  min-height: 10px;
}








#s-691adafe-8e08-4fa1-93ae-60f958450fdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-691adafe-8e08-4fa1-93ae-60f958450fdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30ca00f6-1d90-4375-bcc6-6d558aa98cc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-30ca00f6-1d90-4375-bcc6-6d558aa98cc6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b5373510-857c-405b-9618-6d89029ffd92 {
  text-align: left;
}

#s-7de3dbe4-972f-4cb6-a92a-f6267467236f {
  min-height: 10px;
}








#s-7de3dbe4-972f-4cb6-a92a-f6267467236f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de3dbe4-972f-4cb6-a92a-f6267467236f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d5432c0-fa39-4656-b321-0cdc88765f9f {
  text-align: left;
}

#s-d1ffa292-c68a-4f5f-b95d-57c55295beef {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d1ffa292-c68a-4f5f-b95d-57c55295beef .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-d1ffa292-c68a-4f5f-b95d-57c55295beef .shogun-heading-component h3 a {
  color: #000;
}


#s-8de89489-53c6-442c-a34b-5385b6cc92c0 {
  min-height: 50px;
}








#s-8de89489-53c6-442c-a34b-5385b6cc92c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8de89489-53c6-442c-a34b-5385b6cc92c0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-928fd853-bec4-4cda-9c2f-fd8a5c2a2728 {
  text-align: center;
}







  #s-928fd853-bec4-4cda-9c2f-fd8a5c2a2728 img.shogun-image {
    

    
    
    
  }


#s-928fd853-bec4-4cda-9c2f-fd8a5c2a2728 .shogun-image-content {
  
    align-items: center;
  
}

#s-a743ac2a-7711-4502-9932-bd463d8dddb1 {
  text-align: center;
}







  img.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
    
    
  }


.s-a743ac2a-7711-4502-9932-bd463d8dddb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
    
    
  }


.s-a743ac2a-7711-4502-9932-bd463d8dddb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
    
    
  }


.s-a743ac2a-7711-4502-9932-bd463d8dddb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
    
    
  }


.s-a743ac2a-7711-4502-9932-bd463d8dddb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
    
    
  }


.s-a743ac2a-7711-4502-9932-bd463d8dddb1 .shogun-image-content {
  
    align-items: center;
  
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a743ac2a-7711-4502-9932-bd463d8dddb1.shogun-image {
  box-sizing: border-box;
}



}
#s-d1bfd229-73bc-4572-8beb-eec6931acb95 {
  min-height: 10px;
}








#s-d1bfd229-73bc-4572-8beb-eec6931acb95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1bfd229-73bc-4572-8beb-eec6931acb95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-852a00f1-223d-41a6-a2ea-79d26f56d756 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-852a00f1-223d-41a6-a2ea-79d26f56d756 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0d9d0e6c-1025-4680-a970-a375bc71d132 {
  text-align: left;
}

#s-1ffea3fb-ab31-4cb4-83cb-43e1a3b6b68f {
  min-height: 10px;
}








#s-1ffea3fb-ab31-4cb4-83cb-43e1a3b6b68f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ffea3fb-ab31-4cb4-83cb-43e1a3b6b68f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28b7cec3-d55a-449f-8e6b-d58d5d504e45 {
  text-align: left;
}

#s-e0026091-6f11-416c-a3c0-a42b64aef094 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0026091-6f11-416c-a3c0-a42b64aef094 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-e0026091-6f11-416c-a3c0-a42b64aef094 .shogun-heading-component h3 a {
  color: #000;
}


#s-45e54f12-5fe1-4e1c-8171-771995d88022 {
  min-height: 50px;
}








#s-45e54f12-5fe1-4e1c-8171-771995d88022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45e54f12-5fe1-4e1c-8171-771995d88022.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c4e7c26-e91c-4e2b-be3d-02355e369b54 {
  text-align: center;
}







  #s-4c4e7c26-e91c-4e2b-be3d-02355e369b54 img.shogun-image {
    

    
    
    
  }


#s-4c4e7c26-e91c-4e2b-be3d-02355e369b54 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3 {
  text-align: center;
}







  img.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
    
    
  }


.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
    
    
  }


.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
    
    
  }


.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
    
    
  }


.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
    
    
  }


.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3 .shogun-image-content {
  
    align-items: center;
  
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7d502941-ac2c-42ac-a2d9-b72ecdc5e5f3.shogun-image {
  box-sizing: border-box;
}



}
#s-ecc9d615-ffdf-4c9b-a97e-d912f2e7a5ea {
  min-height: 10px;
}








#s-ecc9d615-ffdf-4c9b-a97e-d912f2e7a5ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ecc9d615-ffdf-4c9b-a97e-d912f2e7a5ea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f0e19d0-a11c-4e88-838a-962277e56c34 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f0e19d0-a11c-4e88-838a-962277e56c34 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-89b9681c-b1df-4739-9ae7-411990462940 {
  text-align: left;
}

#s-bec34471-3a9b-4d7b-8743-6316eafa4dc6 {
  min-height: 10px;
}








#s-bec34471-3a9b-4d7b-8743-6316eafa4dc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bec34471-3a9b-4d7b-8743-6316eafa4dc6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e64d0319-7345-486c-9374-dafc6851708b {
  text-align: left;
}

#s-20c13b3a-bbb3-4a22-a391-4d88316607b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20c13b3a-bbb3-4a22-a391-4d88316607b2 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-20c13b3a-bbb3-4a22-a391-4d88316607b2 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-dad4480c-112b-4e59-b64b-a00b074f3fc2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dad4480c-112b-4e59-b64b-a00b074f3fc2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-dad4480c-112b-4e59-b64b-a00b074f3fc2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-dad4480c-112b-4e59-b64b-a00b074f3fc2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-678a87b6-3599-4c67-b410-275bbdd86356 {
  min-height: 50px;
}








#s-678a87b6-3599-4c67-b410-275bbdd86356 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-678a87b6-3599-4c67-b410-275bbdd86356 {
  cursor: pointer;
}#s-678a87b6-3599-4c67-b410-275bbdd86356.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5175f50-f079-4441-9d2e-8105b8332b32 {
  text-align: center;
}







  #s-c5175f50-f079-4441-9d2e-8105b8332b32 img.shogun-image {
    

    
    
    
  }


#s-c5175f50-f079-4441-9d2e-8105b8332b32 .shogun-image-content {
  
    align-items: center;
  
}

#s-9306d975-64eb-42ee-901f-b2687b57dcac {
  min-height: 10px;
}








#s-9306d975-64eb-42ee-901f-b2687b57dcac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9306d975-64eb-42ee-901f-b2687b57dcac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c34073cc-500a-460e-9b4c-808195a069c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c34073cc-500a-460e-9b4c-808195a069c9 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-26aa6f47-dd71-46c2-8f83-383918d6ebb0 {
  min-height: 5px;
}








#s-26aa6f47-dd71-46c2-8f83-383918d6ebb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26aa6f47-dd71-46c2-8f83-383918d6ebb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16d58bf4-2d26-49a0-b627-1cd481ed4051 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-16d58bf4-2d26-49a0-b627-1cd481ed4051:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-16d58bf4-2d26-49a0-b627-1cd481ed4051:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-16d58bf4-2d26-49a0-b627-1cd481ed4051-root {
    text-align: center;
  }


#s-16d58bf4-2d26-49a0-b627-1cd481ed4051.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-16d58bf4-2d26-49a0-b627-1cd481ed4051-root {
    text-align: center;
  }


#s-16d58bf4-2d26-49a0-b627-1cd481ed4051.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-16d58bf4-2d26-49a0-b627-1cd481ed4051-root {
    text-align: center;
  }


#s-16d58bf4-2d26-49a0-b627-1cd481ed4051.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-16d58bf4-2d26-49a0-b627-1cd481ed4051-root {
    text-align: center;
  }


#s-16d58bf4-2d26-49a0-b627-1cd481ed4051.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-16d58bf4-2d26-49a0-b627-1cd481ed4051-root {
    text-align: center;
  }


#s-16d58bf4-2d26-49a0-b627-1cd481ed4051.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-db2cd3f7-7d64-45bb-b17e-ec5ddf44cadb {
  min-height: 50px;
}








#s-db2cd3f7-7d64-45bb-b17e-ec5ddf44cadb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db2cd3f7-7d64-45bb-b17e-ec5ddf44cadb {
  cursor: pointer;
}#s-db2cd3f7-7d64-45bb-b17e-ec5ddf44cadb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e6e4cac-2156-41a6-b374-077eb4586ecc {
  text-align: center;
}







  #s-9e6e4cac-2156-41a6-b374-077eb4586ecc img.shogun-image {
    

    
    
    
  }


#s-9e6e4cac-2156-41a6-b374-077eb4586ecc .shogun-image-content {
  
    align-items: center;
  
}

#s-fccca5d6-90e6-4236-a352-83f3942e3c39 {
  min-height: 10px;
}








#s-fccca5d6-90e6-4236-a352-83f3942e3c39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fccca5d6-90e6-4236-a352-83f3942e3c39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ed6f2b5-11d1-4d9c-8b8f-5c7dc42c1fdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ed6f2b5-11d1-4d9c-8b8f-5c7dc42c1fdc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0a605650-d227-4a9f-bbf5-9cda2d2f5865 {
  min-height: 5px;
}








#s-0a605650-d227-4a9f-bbf5-9cda2d2f5865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a605650-d227-4a9f-bbf5-9cda2d2f5865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffea051f-5b26-455a-aa7c-444d1e8dd405 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ffea051f-5b26-455a-aa7c-444d1e8dd405:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ffea051f-5b26-455a-aa7c-444d1e8dd405:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ffea051f-5b26-455a-aa7c-444d1e8dd405-root {
    text-align: center;
  }


#s-ffea051f-5b26-455a-aa7c-444d1e8dd405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ffea051f-5b26-455a-aa7c-444d1e8dd405-root {
    text-align: center;
  }


#s-ffea051f-5b26-455a-aa7c-444d1e8dd405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ffea051f-5b26-455a-aa7c-444d1e8dd405-root {
    text-align: center;
  }


#s-ffea051f-5b26-455a-aa7c-444d1e8dd405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ffea051f-5b26-455a-aa7c-444d1e8dd405-root {
    text-align: center;
  }


#s-ffea051f-5b26-455a-aa7c-444d1e8dd405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ffea051f-5b26-455a-aa7c-444d1e8dd405-root {
    text-align: center;
  }


#s-ffea051f-5b26-455a-aa7c-444d1e8dd405.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-7530c0e6-d21f-41cd-9f32-b75b80d2ff84 {
  min-height: 20px;
}








#s-7530c0e6-d21f-41cd-9f32-b75b80d2ff84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7530c0e6-d21f-41cd-9f32-b75b80d2ff84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0f08adc-a35a-4bf8-af10-0ed6be7aed84 {
  min-height: 50px;
}








#s-e0f08adc-a35a-4bf8-af10-0ed6be7aed84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0f08adc-a35a-4bf8-af10-0ed6be7aed84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-74d260c7-9204-4c43-8221-53a1f9a9c192"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-74d260c7-9204-4c43-8221-53a1f9a9c192"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-74d260c7-9204-4c43-8221-53a1f9a9c192"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-74d260c7-9204-4c43-8221-53a1f9a9c192"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-2cc63d94-0417-4947-a465-7bef36b77298 {
  min-height: 50px;
}








#s-2cc63d94-0417-4947-a465-7bef36b77298 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cc63d94-0417-4947-a465-7bef36b77298.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d169b716-7a45-4853-bebd-e2185c72d956 {
  text-align: center;
}







  #s-d169b716-7a45-4853-bebd-e2185c72d956 img.shogun-image {
    

    
    
    
  }


#s-d169b716-7a45-4853-bebd-e2185c72d956 .shogun-image-content {
  
    align-items: center;
  
}

#s-562bf47d-8de0-4ada-bcce-3e1abaac072b {
  text-align: center;
}







  img.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
    
    
  }


.s-562bf47d-8de0-4ada-bcce-3e1abaac072b .shogun-image-content {
  
    align-items: center;
  
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
    
    
  }


.s-562bf47d-8de0-4ada-bcce-3e1abaac072b .shogun-image-content {
  
    align-items: center;
  
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
    
    
  }


.s-562bf47d-8de0-4ada-bcce-3e1abaac072b .shogun-image-content {
  
    align-items: center;
  
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
    
    
  }


.s-562bf47d-8de0-4ada-bcce-3e1abaac072b .shogun-image-content {
  
    align-items: center;
  
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
    
    
  }


.s-562bf47d-8de0-4ada-bcce-3e1abaac072b .shogun-image-content {
  
    align-items: center;
  
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-562bf47d-8de0-4ada-bcce-3e1abaac072b.shogun-image {
  box-sizing: border-box;
}



}
#s-36263385-3d7c-4d5d-98c3-a591097307ef {
  min-height: 10px;
}








#s-36263385-3d7c-4d5d-98c3-a591097307ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36263385-3d7c-4d5d-98c3-a591097307ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9705d5f5-6824-403d-a200-e0a2a71d11de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9705d5f5-6824-403d-a200-e0a2a71d11de .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-497f2522-35a1-4ff6-a280-45464dafd076 {
  text-align: left;
}

#s-a73825ee-057d-4896-85fd-c8db5b422990 {
  min-height: 10px;
}








#s-a73825ee-057d-4896-85fd-c8db5b422990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a73825ee-057d-4896-85fd-c8db5b422990.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-baeb8aeb-22f1-4338-b97b-1f18ed4e3771 {
  text-align: left;
}

#s-e383fd5f-1cea-4230-8091-534b4eef5f31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e383fd5f-1cea-4230-8091-534b4eef5f31 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-e383fd5f-1cea-4230-8091-534b4eef5f31 .shogun-heading-component h3 a {
  color: #000;
}


#s-d6cb00f0-8c42-4eb9-8090-e3202cd3381e {
  min-height: 50px;
}








#s-d6cb00f0-8c42-4eb9-8090-e3202cd3381e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6cb00f0-8c42-4eb9-8090-e3202cd3381e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image,
  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
    width: 100%;
    height: auto;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
    
    
  }


.s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
      position: relative;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image,
  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
    width: 100%;
    height: auto;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
    
    
  }


.s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
      position: relative;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image,
  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
    width: 100%;
    height: auto;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
    
    
  }


.s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
      position: relative;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image,
  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
    width: 100%;
    height: auto;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
    
    
  }


.s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
      position: relative;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image,
  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
    width: 100%;
    height: auto;
  }

  #s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
    
    
  }


.s-d89f8c99-0750-436c-8fe6-efba6b471a61 .shogun-image-content {
  
    align-items: center;
  
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container {
      position: relative;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d89f8c99-0750-436c-8fe6-efba6b471a61 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b2221a1b-a81c-46a3-8de9-2beff564a3aa {
  text-align: center;
}







  img.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
    
    
  }


.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
    
    
  }


.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
    
    
  }


.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
    
    
  }


.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
    
    
  }


.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa .shogun-image-content {
  
    align-items: center;
  
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b2221a1b-a81c-46a3-8de9-2beff564a3aa.shogun-image {
  box-sizing: border-box;
}



}
#s-9c78ee4d-6fff-4ee6-ad13-8104eae73323 {
  min-height: 10px;
}








#s-9c78ee4d-6fff-4ee6-ad13-8104eae73323 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c78ee4d-6fff-4ee6-ad13-8104eae73323.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-89e10871-7135-4211-a744-6ae6333b6606 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-89e10871-7135-4211-a744-6ae6333b6606 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-3354ec1b-3e18-4366-87f1-a32fdea01e54 {
  text-align: left;
}

#s-7a48fabb-d2bc-49db-997a-a31936730355 {
  text-align: left;
}

#s-113c4dfd-f073-4606-8e80-148a183bb945 {
  min-height: 10px;
}








#s-113c4dfd-f073-4606-8e80-148a183bb945 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-113c4dfd-f073-4606-8e80-148a183bb945.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f0939f6-c983-4e2d-a2c2-16aaa56071d5 {
  text-align: left;
}

#s-5a8534ac-a1b8-41a1-8514-c04e1a6cd33b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5a8534ac-a1b8-41a1-8514-c04e1a6cd33b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-5a8534ac-a1b8-41a1-8514-c04e1a6cd33b .shogun-heading-component h3 a {
  color: #000;
}


#s-44df56e5-8024-4ab2-948a-595ba1601dc3 {
  min-height: 50px;
}








#s-44df56e5-8024-4ab2-948a-595ba1601dc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44df56e5-8024-4ab2-948a-595ba1601dc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image,
  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
    width: 100%;
    height: auto;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
    
    
  }


.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
      position: relative;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image,
  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
    width: 100%;
    height: auto;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
    
    
  }


.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
      position: relative;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image,
  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
    width: 100%;
    height: auto;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
    
    
  }


.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
      position: relative;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image,
  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
    width: 100%;
    height: auto;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
    
    
  }


.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
      position: relative;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image,
  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
    width: 100%;
    height: auto;
  }

  #s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
    
    
  }


.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 .shogun-image-content {
  
    align-items: center;
  
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container {
      position: relative;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fe1ea367-89e1-417c-a4c3-0fe4d2537ef7 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-0bb0ff81-46bb-4c52-8120-56cedf1f749f {
  text-align: center;
}







  img.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
    
    
  }


.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f .shogun-image-content {
  
    align-items: center;
  
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
    
    
  }


.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f .shogun-image-content {
  
    align-items: center;
  
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
    
    
  }


.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f .shogun-image-content {
  
    align-items: center;
  
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
    
    
  }


.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f .shogun-image-content {
  
    align-items: center;
  
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
    
    
  }


.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f .shogun-image-content {
  
    align-items: center;
  
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0bb0ff81-46bb-4c52-8120-56cedf1f749f.shogun-image {
  box-sizing: border-box;
}



}
#s-cd1c6134-9096-463c-985f-64299d97698a {
  min-height: 10px;
}








#s-cd1c6134-9096-463c-985f-64299d97698a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd1c6134-9096-463c-985f-64299d97698a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-abe68183-6422-4dac-9f94-94d284cf2740 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-abe68183-6422-4dac-9f94-94d284cf2740 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c8e30cc7-5f77-4f81-8a2a-67b299b7b03b {
  text-align: left;
}

#s-ff6ef508-169b-4c69-a3f8-80f8ce1a9a81 {
  text-align: left;
}

#s-5ff27922-5845-4fd8-90f4-8719c66603ab {
  min-height: 10px;
}








#s-5ff27922-5845-4fd8-90f4-8719c66603ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ff27922-5845-4fd8-90f4-8719c66603ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-789fe495-87cc-4187-b905-6317e87fbf1b {
  text-align: left;
}

#s-6da3c9dd-e7f4-4ac2-a4dd-7fefd5413e83 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6da3c9dd-e7f4-4ac2-a4dd-7fefd5413e83 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-6da3c9dd-e7f4-4ac2-a4dd-7fefd5413e83 .shogun-heading-component h3 a {
  color: #000;
}


#s-9739e3bc-9632-4429-9258-955faa782ae4 {
  min-height: 50px;
}








#s-9739e3bc-9632-4429-9258-955faa782ae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9739e3bc-9632-4429-9258-955faa782ae4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1e4ad8ea-c7cd-4290-9bae-25041d2fb6dd {
  text-align: center;
}







  #s-1e4ad8ea-c7cd-4290-9bae-25041d2fb6dd img.shogun-image {
    

    
    
    
  }


#s-1e4ad8ea-c7cd-4290-9bae-25041d2fb6dd .shogun-image-content {
  
    align-items: center;
  
}

#s-5250007b-2f05-4204-81dc-e657fd81981b {
  text-align: center;
}







  img.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
    
    
  }


.s-5250007b-2f05-4204-81dc-e657fd81981b .shogun-image-content {
  
    align-items: center;
  
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
    
    
  }


.s-5250007b-2f05-4204-81dc-e657fd81981b .shogun-image-content {
  
    align-items: center;
  
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
    
    
  }


.s-5250007b-2f05-4204-81dc-e657fd81981b .shogun-image-content {
  
    align-items: center;
  
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
    
    
  }


.s-5250007b-2f05-4204-81dc-e657fd81981b .shogun-image-content {
  
    align-items: center;
  
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
    
    
  }


.s-5250007b-2f05-4204-81dc-e657fd81981b .shogun-image-content {
  
    align-items: center;
  
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5250007b-2f05-4204-81dc-e657fd81981b.shogun-image {
  box-sizing: border-box;
}



}
#s-9fafb5ee-7e6f-43b8-9b71-95cea7ea5565 {
  min-height: 10px;
}








#s-9fafb5ee-7e6f-43b8-9b71-95cea7ea5565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fafb5ee-7e6f-43b8-9b71-95cea7ea5565.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67ec5a15-6970-4555-af9f-40a9ab0b0c9d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67ec5a15-6970-4555-af9f-40a9ab0b0c9d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1c9a8d78-adf7-4c88-aa02-3e5d217c8fab {
  text-align: left;
}

#s-30a075bd-13f7-492b-b1fc-d955e81f43cc {
  text-align: left;
}

#s-1a3759c5-d166-4f6b-a36e-987fdd04469d {
  min-height: 10px;
}








#s-1a3759c5-d166-4f6b-a36e-987fdd04469d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a3759c5-d166-4f6b-a36e-987fdd04469d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c40d252a-3627-4e6a-bbd8-4fdd34cd2cca {
  text-align: left;
}

#s-4d5a8621-cdb6-4f1e-8275-690a675ec429 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d5a8621-cdb6-4f1e-8275-690a675ec429 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-4d5a8621-cdb6-4f1e-8275-690a675ec429 .shogun-heading-component h3 a {
  color: #000;
}


#s-3bbdd3ba-d8f4-4a26-b7b2-172ed9b45432 {
  text-align: center;
}







  #s-3bbdd3ba-d8f4-4a26-b7b2-172ed9b45432 img.shogun-image {
    

    
    
    
  }


#s-3bbdd3ba-d8f4-4a26-b7b2-172ed9b45432 .shogun-image-content {
  
    align-items: center;
  
}

#s-92ab8a06-d18e-4647-ad7c-87173b44324b {
  min-height: 20px;
}








#s-92ab8a06-d18e-4647-ad7c-87173b44324b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92ab8a06-d18e-4647-ad7c-87173b44324b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9790de8c-1abe-4856-bf89-a7a73f71eba0 {
  min-height: 20px;
}








#s-9790de8c-1abe-4856-bf89-a7a73f71eba0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9790de8c-1abe-4856-bf89-a7a73f71eba0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-38aa6996-264f-40d1-aa1f-c64edbd6708c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-38aa6996-264f-40d1-aa1f-c64edbd6708c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-38aa6996-264f-40d1-aa1f-c64edbd6708c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-38aa6996-264f-40d1-aa1f-c64edbd6708c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-704ea053-bb3a-4fa1-bba0-6ed76fd5cb03 {
  min-height: 50px;
}








#s-704ea053-bb3a-4fa1-bba0-6ed76fd5cb03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-704ea053-bb3a-4fa1-bba0-6ed76fd5cb03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-900831e3-46ff-41c3-84bc-923cd222ec7b {
  text-align: center;
}







  #s-900831e3-46ff-41c3-84bc-923cd222ec7b img.shogun-image {
    

    
    
    
  }


#s-900831e3-46ff-41c3-84bc-923cd222ec7b .shogun-image-content {
  
    align-items: center;
  
}

#s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb {
  text-align: center;
}







  img.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
    
    
  }


.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
    
    
  }


.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
    
    
  }


.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
    
    
  }


.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
    
    
  }


.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb .shogun-image-content {
  
    align-items: center;
  
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7e0a8ee3-9101-4acd-9e88-a01d88faaafb.shogun-image {
  box-sizing: border-box;
}



}
#s-72199014-98ba-4f29-a260-88652b6071cb {
  min-height: 10px;
}








#s-72199014-98ba-4f29-a260-88652b6071cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72199014-98ba-4f29-a260-88652b6071cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43e5ceb9-2301-43ef-ba2d-de3473810c62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-43e5ceb9-2301-43ef-ba2d-de3473810c62 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-636206bf-aeed-4b26-9ab0-4127c0d34090 {
  text-align: left;
}

#s-cce334c9-eabf-4712-8961-fe30b8f72d03 {
  text-align: left;
}

#s-c7578b17-7800-4230-acc6-6ced8ec39a7b {
  min-height: 10px;
}








#s-c7578b17-7800-4230-acc6-6ced8ec39a7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7578b17-7800-4230-acc6-6ced8ec39a7b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20e65905-51f3-4666-a6aa-db752037e1f9 {
  text-align: left;
}

#s-bf7562e9-91b9-4c9a-946d-a55c15beda0f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf7562e9-91b9-4c9a-946d-a55c15beda0f .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-bf7562e9-91b9-4c9a-946d-a55c15beda0f .shogun-heading-component h3 a {
  color: #000;
}


#s-5b650e49-4583-4c59-b851-da1ff0673b55 {
  min-height: 50px;
}








#s-5b650e49-4583-4c59-b851-da1ff0673b55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b650e49-4583-4c59-b851-da1ff0673b55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fae0ded-8466-4395-935d-ca857fbb4bbf {
  text-align: center;
}







  #s-8fae0ded-8466-4395-935d-ca857fbb4bbf img.shogun-image {
    

    
    
    
  }


#s-8fae0ded-8466-4395-935d-ca857fbb4bbf .shogun-image-content {
  
    align-items: center;
  
}

#s-1c60fa00-ae84-44e0-be19-e4803af4d991 {
  text-align: center;
}







  img.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
    
    
  }


.s-1c60fa00-ae84-44e0-be19-e4803af4d991 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
    
    
  }


.s-1c60fa00-ae84-44e0-be19-e4803af4d991 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
    
    
  }


.s-1c60fa00-ae84-44e0-be19-e4803af4d991 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
    
    
  }


.s-1c60fa00-ae84-44e0-be19-e4803af4d991 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
    
    
  }


.s-1c60fa00-ae84-44e0-be19-e4803af4d991 .shogun-image-content {
  
    align-items: center;
  
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1c60fa00-ae84-44e0-be19-e4803af4d991.shogun-image {
  box-sizing: border-box;
}



}
#s-790d8590-f724-4267-b87f-36786ea0f097 {
  min-height: 10px;
}








#s-790d8590-f724-4267-b87f-36786ea0f097 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-790d8590-f724-4267-b87f-36786ea0f097.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d02149dd-0ed6-46bf-8973-92d5f97b7576 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d02149dd-0ed6-46bf-8973-92d5f97b7576 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-601d56e7-7e81-42db-a3ba-d774b82b0df4 {
  text-align: left;
}

#s-d49ce9a4-13a8-4841-bd75-7d209af82392 {
  text-align: left;
}

#s-f965ff61-00a0-40e1-b70c-011faa43b38c {
  min-height: 10px;
}








#s-f965ff61-00a0-40e1-b70c-011faa43b38c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f965ff61-00a0-40e1-b70c-011faa43b38c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f3328e7-bf45-4081-ae4e-10d7bcda75fa {
  text-align: left;
}

#s-9045d44e-a9e4-40fd-a8b6-2f42a580bfed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9045d44e-a9e4-40fd-a8b6-2f42a580bfed .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-9045d44e-a9e4-40fd-a8b6-2f42a580bfed .shogun-heading-component h3 a {
  color: #000;
}


#s-6725aa0b-5551-4a8e-a497-d466d2c12446 {
  min-height: 50px;
}








#s-6725aa0b-5551-4a8e-a497-d466d2c12446 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6725aa0b-5551-4a8e-a497-d466d2c12446.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2ff1e418-09c8-469d-b29d-9693d3968045 {
  text-align: center;
}







  #s-2ff1e418-09c8-469d-b29d-9693d3968045 img.shogun-image {
    

    
    
    
  }


#s-2ff1e418-09c8-469d-b29d-9693d3968045 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d {
  text-align: center;
}







  img.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
    
    
  }


.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
    
    
  }


.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
    
    
  }


.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
    
    
  }


.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
    
    
  }


.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d .shogun-image-content {
  
    align-items: center;
  
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4ba13b85-06a3-4cf1-ab31-4d5e93ca138d.shogun-image {
  box-sizing: border-box;
}



}
#s-1dd59f96-0bea-4b97-80cf-9a6b9228ff54 {
  min-height: 10px;
}








#s-1dd59f96-0bea-4b97-80cf-9a6b9228ff54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dd59f96-0bea-4b97-80cf-9a6b9228ff54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a96ea293-c748-43c7-9338-ddeb83cc2b50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a96ea293-c748-43c7-9338-ddeb83cc2b50 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7517706e-710a-4118-ae01-e6f2d642c23b {
  text-align: left;
}

#s-bcb2e684-f4fb-4b50-ad75-c7ba97abd13a {
  text-align: left;
}

#s-d956de95-35d7-4d28-aabf-706544b383ae {
  min-height: 10px;
}








#s-d956de95-35d7-4d28-aabf-706544b383ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d956de95-35d7-4d28-aabf-706544b383ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9014848a-4c6e-450d-8d6b-5b201fa7a2dd {
  text-align: left;
}

#s-68b1ff99-1a1c-47c6-b9ba-cb308fc9d045 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-68b1ff99-1a1c-47c6-b9ba-cb308fc9d045 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-68b1ff99-1a1c-47c6-b9ba-cb308fc9d045 .shogun-heading-component h3 a {
  color: #000;
}


#s-7001702a-dd0b-4114-85db-820aa77351c6 {
  min-height: 50px;
}








#s-7001702a-dd0b-4114-85db-820aa77351c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7001702a-dd0b-4114-85db-820aa77351c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28df66eb-1def-4c56-a8d8-fa930a5a6504 {
  text-align: center;
}







  #s-28df66eb-1def-4c56-a8d8-fa930a5a6504 img.shogun-image {
    

    
    
    
  }


#s-28df66eb-1def-4c56-a8d8-fa930a5a6504 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6cd24e8-3def-47cd-8bf7-2b457eed569c {
  text-align: center;
}







  img.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
    
    
  }


.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
    
    
  }


.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
    
    
  }


.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
    
    
  }


.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
    
    
  }


.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c .shogun-image-content {
  
    align-items: center;
  
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a6cd24e8-3def-47cd-8bf7-2b457eed569c.shogun-image {
  box-sizing: border-box;
}



}
#s-7507a289-18bc-4cba-8f27-d1b4e566a96f {
  min-height: 10px;
}








#s-7507a289-18bc-4cba-8f27-d1b4e566a96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7507a289-18bc-4cba-8f27-d1b4e566a96f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb84dd93-cc09-4bb5-92f5-27943f3b8133 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eb84dd93-cc09-4bb5-92f5-27943f3b8133 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0271b0c3-715e-4cc4-a07d-4b5509269d36 {
  text-align: left;
}

#s-33df23c6-c878-4d0b-ae60-3ad447d8cf38 {
  text-align: left;
}

#s-f97f67f7-949c-4192-8320-5061cbbb1e54 {
  min-height: 10px;
}








#s-f97f67f7-949c-4192-8320-5061cbbb1e54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f97f67f7-949c-4192-8320-5061cbbb1e54.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edb0cd34-43ce-467b-aeba-05f7d07ea1a1 {
  text-align: left;
}

#s-d5a721d1-ca77-420a-8619-936a6a6709d6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d5a721d1-ca77-420a-8619-936a6a6709d6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-d5a721d1-ca77-420a-8619-936a6a6709d6 .shogun-heading-component h3 a {
  color: #000;
}


@media (min-width: 0px) {
[id="s-ef4f4f16-5c44-4b74-bf57-5b85badb2030"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ef4f4f16-5c44-4b74-bf57-5b85badb2030"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ef4f4f16-5c44-4b74-bf57-5b85badb2030"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ef4f4f16-5c44-4b74-bf57-5b85badb2030"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-aeefbed5-f789-4373-b09d-d35622865b4a {
  min-height: 50px;
}








#s-aeefbed5-f789-4373-b09d-d35622865b4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aeefbed5-f789-4373-b09d-d35622865b4a {
  cursor: pointer;
}#s-aeefbed5-f789-4373-b09d-d35622865b4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-681fd518-a3e8-413e-92fe-65ad4f9453c0 {
  text-align: center;
}







  #s-681fd518-a3e8-413e-92fe-65ad4f9453c0 img.shogun-image {
    

    
    
    
  }


#s-681fd518-a3e8-413e-92fe-65ad4f9453c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-097c95be-14be-4d59-b486-b2f16b379b0f {
  min-height: 10px;
}








#s-097c95be-14be-4d59-b486-b2f16b379b0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-097c95be-14be-4d59-b486-b2f16b379b0f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98084f05-297d-498b-a908-56ba3d2fdfe1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98084f05-297d-498b-a908-56ba3d2fdfe1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-03a40efa-cb9e-477b-95eb-1746e646f381 {
  min-height: 5px;
}








#s-03a40efa-cb9e-477b-95eb-1746e646f381 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03a40efa-cb9e-477b-95eb-1746e646f381.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e69a2f15-2103-48ec-b004-efe16a4981aa {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-e69a2f15-2103-48ec-b004-efe16a4981aa:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e69a2f15-2103-48ec-b004-efe16a4981aa:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e69a2f15-2103-48ec-b004-efe16a4981aa-root {
    text-align: center;
  }


#s-e69a2f15-2103-48ec-b004-efe16a4981aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e69a2f15-2103-48ec-b004-efe16a4981aa-root {
    text-align: center;
  }


#s-e69a2f15-2103-48ec-b004-efe16a4981aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e69a2f15-2103-48ec-b004-efe16a4981aa-root {
    text-align: center;
  }


#s-e69a2f15-2103-48ec-b004-efe16a4981aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e69a2f15-2103-48ec-b004-efe16a4981aa-root {
    text-align: center;
  }


#s-e69a2f15-2103-48ec-b004-efe16a4981aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e69a2f15-2103-48ec-b004-efe16a4981aa-root {
    text-align: center;
  }


#s-e69a2f15-2103-48ec-b004-efe16a4981aa.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-07607589-7e0c-479f-a713-50ad9816cc16 {
  min-height: 50px;
}








#s-07607589-7e0c-479f-a713-50ad9816cc16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07607589-7e0c-479f-a713-50ad9816cc16 {
  cursor: pointer;
}#s-07607589-7e0c-479f-a713-50ad9816cc16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec58b8e8-51f8-4c19-a87a-5974bd280071 {
  text-align: center;
}







  #s-ec58b8e8-51f8-4c19-a87a-5974bd280071 img.shogun-image {
    

    
    
    
  }


#s-ec58b8e8-51f8-4c19-a87a-5974bd280071 .shogun-image-content {
  
    align-items: center;
  
}

#s-e725228f-1090-433b-bb00-2bfa0c31f29d {
  min-height: 10px;
}








#s-e725228f-1090-433b-bb00-2bfa0c31f29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e725228f-1090-433b-bb00-2bfa0c31f29d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8d39d24-c7d6-4a33-886d-f7425ac28851 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d39d24-c7d6-4a33-886d-f7425ac28851 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-8180c64a-115e-4588-aa8f-74b907ecd869 {
  min-height: 5px;
}








#s-8180c64a-115e-4588-aa8f-74b907ecd869 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8180c64a-115e-4588-aa8f-74b907ecd869.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d01967d-52c6-4a73-9b82-b7974d55518e {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5d01967d-52c6-4a73-9b82-b7974d55518e:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5d01967d-52c6-4a73-9b82-b7974d55518e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5d01967d-52c6-4a73-9b82-b7974d55518e-root {
    text-align: center;
  }


#s-5d01967d-52c6-4a73-9b82-b7974d55518e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5d01967d-52c6-4a73-9b82-b7974d55518e-root {
    text-align: center;
  }


#s-5d01967d-52c6-4a73-9b82-b7974d55518e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5d01967d-52c6-4a73-9b82-b7974d55518e-root {
    text-align: center;
  }


#s-5d01967d-52c6-4a73-9b82-b7974d55518e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5d01967d-52c6-4a73-9b82-b7974d55518e-root {
    text-align: center;
  }


#s-5d01967d-52c6-4a73-9b82-b7974d55518e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5d01967d-52c6-4a73-9b82-b7974d55518e-root {
    text-align: center;
  }


#s-5d01967d-52c6-4a73-9b82-b7974d55518e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-98b401e0-f1ed-4dcd-9855-75aff66f0f3e {
  min-height: 50px;
}








#s-98b401e0-f1ed-4dcd-9855-75aff66f0f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98b401e0-f1ed-4dcd-9855-75aff66f0f3e {
  cursor: pointer;
}#s-98b401e0-f1ed-4dcd-9855-75aff66f0f3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e3552f42-1d67-4913-89fd-99713bd6d91a {
  text-align: center;
}







  #s-e3552f42-1d67-4913-89fd-99713bd6d91a img.shogun-image {
    

    
    
    
  }


#s-e3552f42-1d67-4913-89fd-99713bd6d91a .shogun-image-content {
  
    align-items: center;
  
}

#s-ab7629f0-f463-4485-8591-85cff99c2266 {
  min-height: 10px;
}








#s-ab7629f0-f463-4485-8591-85cff99c2266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab7629f0-f463-4485-8591-85cff99c2266.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19f0f711-58c8-4a3d-925e-46c9b2ceeb8d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19f0f711-58c8-4a3d-925e-46c9b2ceeb8d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d73f22c0-a563-48dc-bba6-a01b4409fde1 {
  min-height: 5px;
}








#s-d73f22c0-a563-48dc-bba6-a01b4409fde1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d73f22c0-a563-48dc-bba6-a01b4409fde1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7a1f8797-517b-4548-8b28-6903f64c5b80 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-7a1f8797-517b-4548-8b28-6903f64c5b80:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-7a1f8797-517b-4548-8b28-6903f64c5b80:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7a1f8797-517b-4548-8b28-6903f64c5b80-root {
    text-align: center;
  }


#s-7a1f8797-517b-4548-8b28-6903f64c5b80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7a1f8797-517b-4548-8b28-6903f64c5b80-root {
    text-align: center;
  }


#s-7a1f8797-517b-4548-8b28-6903f64c5b80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7a1f8797-517b-4548-8b28-6903f64c5b80-root {
    text-align: center;
  }


#s-7a1f8797-517b-4548-8b28-6903f64c5b80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7a1f8797-517b-4548-8b28-6903f64c5b80-root {
    text-align: center;
  }


#s-7a1f8797-517b-4548-8b28-6903f64c5b80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7a1f8797-517b-4548-8b28-6903f64c5b80-root {
    text-align: center;
  }


#s-7a1f8797-517b-4548-8b28-6903f64c5b80.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4c4d51c3-4e15-4631-9228-0f2bbc55b3c6 {
  min-height: 50px;
}








#s-4c4d51c3-4e15-4631-9228-0f2bbc55b3c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c4d51c3-4e15-4631-9228-0f2bbc55b3c6 {
  cursor: pointer;
}#s-4c4d51c3-4e15-4631-9228-0f2bbc55b3c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d0d0b5f-778c-497a-8a4d-a778e722be57 {
  text-align: center;
}







  #s-4d0d0b5f-778c-497a-8a4d-a778e722be57 img.shogun-image {
    

    
    
    
  }


#s-4d0d0b5f-778c-497a-8a4d-a778e722be57 .shogun-image-content {
  
    align-items: center;
  
}

#s-a23ac876-c68c-485f-8dfc-a8d1fb3b8064 {
  min-height: 10px;
}








#s-a23ac876-c68c-485f-8dfc-a8d1fb3b8064 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a23ac876-c68c-485f-8dfc-a8d1fb3b8064.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a00f4e46-b403-4e1f-b583-9d5a3605d187 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a00f4e46-b403-4e1f-b583-9d5a3605d187 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cd7c6418-1c25-4d28-8f6a-8aef6a9b3db8 {
  min-height: 5px;
}








#s-cd7c6418-1c25-4d28-8f6a-8aef6a9b3db8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cd7c6418-1c25-4d28-8f6a-8aef6a9b3db8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e048cf8-154a-4b8e-abd8-8c3784165f40 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5e048cf8-154a-4b8e-abd8-8c3784165f40:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-5e048cf8-154a-4b8e-abd8-8c3784165f40:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e048cf8-154a-4b8e-abd8-8c3784165f40-root {
    text-align: center;
  }


#s-5e048cf8-154a-4b8e-abd8-8c3784165f40.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e048cf8-154a-4b8e-abd8-8c3784165f40-root {
    text-align: center;
  }


#s-5e048cf8-154a-4b8e-abd8-8c3784165f40.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e048cf8-154a-4b8e-abd8-8c3784165f40-root {
    text-align: center;
  }


#s-5e048cf8-154a-4b8e-abd8-8c3784165f40.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e048cf8-154a-4b8e-abd8-8c3784165f40-root {
    text-align: center;
  }


#s-5e048cf8-154a-4b8e-abd8-8c3784165f40.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e048cf8-154a-4b8e-abd8-8c3784165f40-root {
    text-align: center;
  }


#s-5e048cf8-154a-4b8e-abd8-8c3784165f40.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-abeeb5e1-49f6-492e-ae20-f039b56cb1f9 {
  min-height: 20px;
}








#s-abeeb5e1-49f6-492e-ae20-f039b56cb1f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abeeb5e1-49f6-492e-ae20-f039b56cb1f9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-3912b643-38e4-4d1a-af67-4ea82b150271 {
  
}
}
@media (min-width: 0px) {
[id="s-3912b643-38e4-4d1a-af67-4ea82b150271"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3912b643-38e4-4d1a-af67-4ea82b150271"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3912b643-38e4-4d1a-af67-4ea82b150271"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3912b643-38e4-4d1a-af67-4ea82b150271"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5af7380d-ebd5-4056-a95f-e6f61e6174ad {
  text-align: left;
}

#s-07afa28e-37cd-4aff-95d9-0556996b69e5 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-663c36b4-3c1f-4958-afdc-e479a4fe5951"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-663c36b4-3c1f-4958-afdc-e479a4fe5951"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-663c36b4-3c1f-4958-afdc-e479a4fe5951"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-663c36b4-3c1f-4958-afdc-e479a4fe5951"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d0702b4d-db8e-4764-8977-90150f3bce9f {
  min-height: 50px;
}








#s-d0702b4d-db8e-4764-8977-90150f3bce9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0702b4d-db8e-4764-8977-90150f3bce9f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image,
  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
    width: 100%;
    height: auto;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
    
    
  }


.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
      position: relative;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image,
  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
    width: 100%;
    height: auto;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
    
    
  }


.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
      position: relative;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image,
  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
    width: 100%;
    height: auto;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
    
    
  }


.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
      position: relative;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image,
  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
    width: 100%;
    height: auto;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
    
    
  }


.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
      position: relative;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image,
  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
    width: 100%;
    height: auto;
  }

  #s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
    
    
  }


.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 .shogun-image-content {
  
    align-items: center;
  
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container {
      position: relative;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5e855d2d-31ec-47ed-abaa-2fe2154b9ae0 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-99abbb61-87f9-4e55-8240-a4893d949b26 {
  max-width: 58px;
aspect-ratio: 58/30;
text-align: center;
}





  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image,
  #s-99abbb61-87f9-4e55-8240-a4893d949b26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 {
    width: 100%;
    height: auto;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
    
    
  }


.s-99abbb61-87f9-4e55-8240-a4893d949b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99abbb61-87f9-4e55-8240-a4893d949b26 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
      position: relative;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image,
  #s-99abbb61-87f9-4e55-8240-a4893d949b26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 {
    width: 100%;
    height: auto;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
    
    
  }


.s-99abbb61-87f9-4e55-8240-a4893d949b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99abbb61-87f9-4e55-8240-a4893d949b26 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
      position: relative;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image,
  #s-99abbb61-87f9-4e55-8240-a4893d949b26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 {
    width: 100%;
    height: auto;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
    
    
  }


.s-99abbb61-87f9-4e55-8240-a4893d949b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99abbb61-87f9-4e55-8240-a4893d949b26 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
      position: relative;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image,
  #s-99abbb61-87f9-4e55-8240-a4893d949b26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 {
    width: 100%;
    height: auto;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
    
    
  }


.s-99abbb61-87f9-4e55-8240-a4893d949b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99abbb61-87f9-4e55-8240-a4893d949b26 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
      position: relative;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image,
  #s-99abbb61-87f9-4e55-8240-a4893d949b26 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 {
    width: 100%;
    height: auto;
  }

  #s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
    
    
  }


.s-99abbb61-87f9-4e55-8240-a4893d949b26 .shogun-image-content {
  
    align-items: center;
  
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shg-align-container {
  display: flex;
  justify-content: center
}

.s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-99abbb61-87f9-4e55-8240-a4893d949b26 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container {
      position: relative;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-99abbb61-87f9-4e55-8240-a4893d949b26 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-84f64a21-a64b-4086-8d60-fdd8d5af0849 {
  min-height: 10px;
}








#s-84f64a21-a64b-4086-8d60-fdd8d5af0849 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84f64a21-a64b-4086-8d60-fdd8d5af0849.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e29d2b1d-0565-492b-8e6a-61c806458ab5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e29d2b1d-0565-492b-8e6a-61c806458ab5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9d7f7d4b-a889-4bed-8243-52b0191c1135 {
  text-align: left;
}

#s-98f2b7aa-0fb5-45fa-bb9b-e0b6418bf49a {
  text-align: left;
}

#s-e0db70d1-027b-44c7-83fe-4a21b5bd14ab {
  min-height: 10px;
}








#s-e0db70d1-027b-44c7-83fe-4a21b5bd14ab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0db70d1-027b-44c7-83fe-4a21b5bd14ab.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-70ef0838-a58d-4e44-90ff-6e1536960139 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-70ef0838-a58d-4e44-90ff-6e1536960139:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-70ef0838-a58d-4e44-90ff-6e1536960139:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-70ef0838-a58d-4e44-90ff-6e1536960139-root {
    text-align: center;
  }


#s-70ef0838-a58d-4e44-90ff-6e1536960139.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-70ef0838-a58d-4e44-90ff-6e1536960139-root {
    text-align: center;
  }


#s-70ef0838-a58d-4e44-90ff-6e1536960139.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-70ef0838-a58d-4e44-90ff-6e1536960139-root {
    text-align: center;
  }


#s-70ef0838-a58d-4e44-90ff-6e1536960139.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-70ef0838-a58d-4e44-90ff-6e1536960139-root {
    text-align: center;
  }


#s-70ef0838-a58d-4e44-90ff-6e1536960139.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-70ef0838-a58d-4e44-90ff-6e1536960139-root {
    text-align: center;
  }


#s-70ef0838-a58d-4e44-90ff-6e1536960139.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-0eb1882a-de3c-4748-9289-fe8a181aa9d1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0eb1882a-de3c-4748-9289-fe8a181aa9d1 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-0eb1882a-de3c-4748-9289-fe8a181aa9d1 .shogun-heading-component h3 a {
  color: #000;
}


#s-c35bcb5f-a01f-4dfa-a8bd-dba4a344f67f {
  min-height: 50px;
}








#s-c35bcb5f-a01f-4dfa-a8bd-dba4a344f67f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c35bcb5f-a01f-4dfa-a8bd-dba4a344f67f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-701036f1-5f31-4046-808e-59c902fde436 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image,
  #s-701036f1-5f31-4046-808e-59c902fde436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 {
    width: 100%;
    height: auto;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
    
    
  }


.s-701036f1-5f31-4046-808e-59c902fde436 .shogun-image-content {
  
    align-items: center;
  
}

.s-701036f1-5f31-4046-808e-59c902fde436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701036f1-5f31-4046-808e-59c902fde436 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
      position: relative;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image,
  #s-701036f1-5f31-4046-808e-59c902fde436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 {
    width: 100%;
    height: auto;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
    
    
  }


.s-701036f1-5f31-4046-808e-59c902fde436 .shogun-image-content {
  
    align-items: center;
  
}

.s-701036f1-5f31-4046-808e-59c902fde436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701036f1-5f31-4046-808e-59c902fde436 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
      position: relative;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image,
  #s-701036f1-5f31-4046-808e-59c902fde436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 {
    width: 100%;
    height: auto;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
    
    
  }


.s-701036f1-5f31-4046-808e-59c902fde436 .shogun-image-content {
  
    align-items: center;
  
}

.s-701036f1-5f31-4046-808e-59c902fde436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701036f1-5f31-4046-808e-59c902fde436 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
      position: relative;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image,
  #s-701036f1-5f31-4046-808e-59c902fde436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 {
    width: 100%;
    height: auto;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
    
    
  }


.s-701036f1-5f31-4046-808e-59c902fde436 .shogun-image-content {
  
    align-items: center;
  
}

.s-701036f1-5f31-4046-808e-59c902fde436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701036f1-5f31-4046-808e-59c902fde436 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
      position: relative;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image,
  #s-701036f1-5f31-4046-808e-59c902fde436 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 {
    width: 100%;
    height: auto;
  }

  #s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
    
    
  }


.s-701036f1-5f31-4046-808e-59c902fde436 .shogun-image-content {
  
    align-items: center;
  
}

.s-701036f1-5f31-4046-808e-59c902fde436.shg-align-container {
  display: flex;
  justify-content: center
}

.s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-701036f1-5f31-4046-808e-59c902fde436.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-701036f1-5f31-4046-808e-59c902fde436 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container {
      position: relative;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-701036f1-5f31-4046-808e-59c902fde436.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-701036f1-5f31-4046-808e-59c902fde436 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
  max-width: 58px;
aspect-ratio: 58/30;
text-align: center;
}





  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image,
  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
    width: 100%;
    height: auto;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
    
    
  }


.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
      position: relative;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image,
  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
    width: 100%;
    height: auto;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
    
    
  }


.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
      position: relative;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image,
  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
    width: 100%;
    height: auto;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
    
    
  }


.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
      position: relative;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image,
  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
    width: 100%;
    height: auto;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
    
    
  }


.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
      position: relative;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image,
  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
    width: 100%;
    height: auto;
  }

  #s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
    
    
  }


.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 .shogun-image-content {
  
    align-items: center;
  
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container {
      position: relative;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-ed8fc20b-71e1-4c57-ba92-4e335fa9b773 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-46422275-544e-49ab-866d-c01e59c43207 {
  min-height: 10px;
}








#s-46422275-544e-49ab-866d-c01e59c43207 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46422275-544e-49ab-866d-c01e59c43207.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed70ac24-45a2-4661-8b1a-c9858091e238 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed70ac24-45a2-4661-8b1a-c9858091e238 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ba436f00-537c-4993-b134-c3a1fd1e9078 {
  text-align: left;
}

#s-24b9dea7-ccca-48c4-9804-9f1ed4336ece {
  text-align: left;
}

#s-30ab66ef-bafe-4e86-8b79-2b8df7ecf495 {
  min-height: 10px;
}








#s-30ab66ef-bafe-4e86-8b79-2b8df7ecf495 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30ab66ef-bafe-4e86-8b79-2b8df7ecf495.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38fe8209-f93e-4dd6-bb89-7120693b781a {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-38fe8209-f93e-4dd6-bb89-7120693b781a:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-38fe8209-f93e-4dd6-bb89-7120693b781a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38fe8209-f93e-4dd6-bb89-7120693b781a-root {
    text-align: center;
  }


#s-38fe8209-f93e-4dd6-bb89-7120693b781a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-38fe8209-f93e-4dd6-bb89-7120693b781a-root {
    text-align: center;
  }


#s-38fe8209-f93e-4dd6-bb89-7120693b781a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-38fe8209-f93e-4dd6-bb89-7120693b781a-root {
    text-align: center;
  }


#s-38fe8209-f93e-4dd6-bb89-7120693b781a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-38fe8209-f93e-4dd6-bb89-7120693b781a-root {
    text-align: center;
  }


#s-38fe8209-f93e-4dd6-bb89-7120693b781a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-38fe8209-f93e-4dd6-bb89-7120693b781a-root {
    text-align: center;
  }


#s-38fe8209-f93e-4dd6-bb89-7120693b781a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-c800e045-bd2d-4d6e-bcd5-30149abbe3bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c800e045-bd2d-4d6e-bcd5-30149abbe3bf .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-c800e045-bd2d-4d6e-bcd5-30149abbe3bf .shogun-heading-component h3 a {
  color: #000;
}


#s-0d6ff420-4970-40dc-a8cb-631d36ffa08a {
  min-height: 50px;
}








#s-0d6ff420-4970-40dc-a8cb-631d36ffa08a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d6ff420-4970-40dc-a8cb-631d36ffa08a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image,
  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
    width: 100%;
    height: auto;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
    
    
  }


.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shogun-image-content {
  
    align-items: center;
  
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
      position: relative;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image,
  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
    width: 100%;
    height: auto;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
    
    
  }


.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shogun-image-content {
  
    align-items: center;
  
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
      position: relative;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image,
  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
    width: 100%;
    height: auto;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
    
    
  }


.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shogun-image-content {
  
    align-items: center;
  
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
      position: relative;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image,
  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
    width: 100%;
    height: auto;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
    
    
  }


.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shogun-image-content {
  
    align-items: center;
  
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
      position: relative;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image,
  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
    width: 100%;
    height: auto;
  }

  #s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
    
    
  }


.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe .shogun-image-content {
  
    align-items: center;
  
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container {
      position: relative;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-30f1a52e-9ccb-4f40-b044-6a020f2ab4fe img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
  max-width: 58px;
aspect-ratio: 58/30;
text-align: center;
}





  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image,
  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
    width: 100%;
    height: auto;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
    
    
  }


.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
      position: relative;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image,
  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
    width: 100%;
    height: auto;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
    
    
  }


.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
      position: relative;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image,
  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
    width: 100%;
    height: auto;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
    
    
  }


.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
      position: relative;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image,
  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
    width: 100%;
    height: auto;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
    
    
  }


.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
      position: relative;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image,
  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
    width: 100%;
    height: auto;
  }

  #s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
    
    
  }


.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b .shogun-image-content {
  
    align-items: center;
  
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container {
      position: relative;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c045b8b8-70b8-4b29-b624-2d84f9eb4d7b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-67a276dd-3503-44de-af1b-e44af26dea9e {
  min-height: 10px;
}








#s-67a276dd-3503-44de-af1b-e44af26dea9e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67a276dd-3503-44de-af1b-e44af26dea9e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c70e720-adc3-487c-a8dc-81bcb70d8f23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c70e720-adc3-487c-a8dc-81bcb70d8f23 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b7c42084-a393-4d40-a436-6b308d0703cb {
  text-align: left;
}

#s-7c88f35a-2b80-4131-88df-08e8ced0c100 {
  text-align: left;
}

#s-9c022b59-23ae-4030-8e24-aa841db0236c {
  min-height: 10px;
}








#s-9c022b59-23ae-4030-8e24-aa841db0236c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c022b59-23ae-4030-8e24-aa841db0236c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-172d0690-1706-4161-9d72-372c06d1dc6e {
  text-align: left;
}

#s-67e7d737-507e-41be-9255-362e79f4b751 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-67e7d737-507e-41be-9255-362e79f4b751 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-67e7d737-507e-41be-9255-362e79f4b751 .shogun-heading-component h3 a {
  color: #000;
}


#s-9587daf3-371d-4954-9155-7c721439fd26 {
  min-height: 50px;
}








#s-9587daf3-371d-4954-9155-7c721439fd26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9587daf3-371d-4954-9155-7c721439fd26.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image,
  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
    width: 100%;
    height: auto;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
    
    
  }


.s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
      position: relative;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image,
  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
    width: 100%;
    height: auto;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
    
    
  }


.s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
      position: relative;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image,
  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
    width: 100%;
    height: auto;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
    
    
  }


.s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
      position: relative;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image,
  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
    width: 100%;
    height: auto;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
    
    
  }


.s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
      position: relative;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image,
  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
    width: 100%;
    height: auto;
  }

  #s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
    
    
  }


.s-34bcc828-85d3-48e4-8495-dd1e305284c5 .shogun-image-content {
  
    align-items: center;
  
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container {
      position: relative;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-34bcc828-85d3-48e4-8495-dd1e305284c5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
  max-width: 58px;
aspect-ratio: 58/30;
text-align: center;
}





  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image,
  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
    width: 100%;
    height: auto;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
    
    
  }


.s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
      position: relative;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image,
  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
    width: 100%;
    height: auto;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
    
    
  }


.s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
      position: relative;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image,
  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
    width: 100%;
    height: auto;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
    
    
  }


.s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
      position: relative;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image,
  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
    width: 100%;
    height: auto;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
    
    
  }


.s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
      position: relative;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image,
  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
    width: 100%;
    height: auto;
  }

  #s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
    
    
  }


.s-3fb71540-9b11-4742-9d3f-09bba0d7992a .shogun-image-content {
  
    align-items: center;
  
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a {
      --shg-aspect-ratio: calc(58/30); 
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container {
      position: relative;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-3fb71540-9b11-4742-9d3f-09bba0d7992a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-322f3e0e-08ab-4c6a-a3b7-a0dbbbaaed84 {
  min-height: 10px;
}








#s-322f3e0e-08ab-4c6a-a3b7-a0dbbbaaed84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-322f3e0e-08ab-4c6a-a3b7-a0dbbbaaed84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e15ba634-6d8b-4252-b174-83735460c8bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e15ba634-6d8b-4252-b174-83735460c8bb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ab0d09af-59fc-4d92-9b3a-de2a88826af2 {
  text-align: left;
}

#s-f3d8da7b-093c-435d-9a6b-04bd2e7e8954 {
  text-align: left;
}

#s-8c408712-5245-430a-905c-ddfc1cc91c62 {
  min-height: 10px;
}








#s-8c408712-5245-430a-905c-ddfc1cc91c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c408712-5245-430a-905c-ddfc1cc91c62.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71367cb4-751e-40fd-af5b-5195d117f08a {
  text-align: left;
}

#s-959d78f7-27ce-455a-a452-bbf03e1cd462 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-959d78f7-27ce-455a-a452-bbf03e1cd462 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-959d78f7-27ce-455a-a452-bbf03e1cd462 .shogun-heading-component h3 a {
  color: #000;
}


#s-cf9a80b7-91a3-4f32-8cd3-e94a7a5ee8b1 {
  min-height: 20px;
}








#s-cf9a80b7-91a3-4f32-8cd3-e94a7a5ee8b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf9a80b7-91a3-4f32-8cd3-e94a7a5ee8b1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-b9f748a2-3ecc-4ebc-add1-5d5d8976497b {
  
}
}
@media (min-width: 0px) {
[id="s-b9f748a2-3ecc-4ebc-add1-5d5d8976497b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9f748a2-3ecc-4ebc-add1-5d5d8976497b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9f748a2-3ecc-4ebc-add1-5d5d8976497b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9f748a2-3ecc-4ebc-add1-5d5d8976497b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8235b00d-0304-4165-978e-c805a93a157f {
  text-align: left;
}

#s-eb2ba27a-984e-4405-b129-e311f5ad2e04 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-08536314-e6d5-4cd4-926d-824891e112fb"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-08536314-e6d5-4cd4-926d-824891e112fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-08536314-e6d5-4cd4-926d-824891e112fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-08536314-e6d5-4cd4-926d-824891e112fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-805b9369-46b1-440d-b85f-2984ccda819a {
  min-height: 50px;
}








#s-805b9369-46b1-440d-b85f-2984ccda819a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-805b9369-46b1-440d-b85f-2984ccda819a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71e28178-a164-432f-93ce-61b4b7155072 {
  text-align: center;
}







  #s-71e28178-a164-432f-93ce-61b4b7155072 img.shogun-image {
    

    
    
    
  }


#s-71e28178-a164-432f-93ce-61b4b7155072 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20 {
  text-align: center;
}







  img.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
    
    
  }


.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
    
    
  }


.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
    
    
  }


.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
    
    
  }


.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
    
    
  }


.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20 .shogun-image-content {
  
    align-items: center;
  
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5ba63c2b-bc82-4f17-a3cf-83df01b33b20.shogun-image {
  box-sizing: border-box;
}



}
#s-24febc20-22a1-433c-9a09-8dfba4373b09 {
  min-height: 10px;
}








#s-24febc20-22a1-433c-9a09-8dfba4373b09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24febc20-22a1-433c-9a09-8dfba4373b09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f238a954-4217-450c-b9b4-f1f6391a0a91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f238a954-4217-450c-b9b4-f1f6391a0a91 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ff95bf50-588b-4cb6-853a-613bcca5dfcb {
  text-align: left;
}

#s-bc221b39-1052-4dfb-8d2e-d82098bd16cb {
  min-height: 10px;
}








#s-bc221b39-1052-4dfb-8d2e-d82098bd16cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc221b39-1052-4dfb-8d2e-d82098bd16cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f366c84-9147-42c6-88e4-ce43bbb65411 {
  text-align: left;
}

#s-7d46f802-447f-40bb-9636-e66179387d62 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d46f802-447f-40bb-9636-e66179387d62 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-7d46f802-447f-40bb-9636-e66179387d62 .shogun-heading-component h3 a {
  color: #000;
}


#s-18b3d096-f0e1-4eb9-954c-af138851e81b {
  min-height: 50px;
}








#s-18b3d096-f0e1-4eb9-954c-af138851e81b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18b3d096-f0e1-4eb9-954c-af138851e81b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-da523762-b7d6-4602-81e8-c20324808700 {
  text-align: center;
}







  #s-da523762-b7d6-4602-81e8-c20324808700 img.shogun-image {
    

    
    
    
  }


#s-da523762-b7d6-4602-81e8-c20324808700 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a {
  text-align: center;
}







  img.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
    
    
  }


.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a .shogun-image-content {
  
    align-items: center;
  
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
    
    
  }


.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a .shogun-image-content {
  
    align-items: center;
  
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
    
    
  }


.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a .shogun-image-content {
  
    align-items: center;
  
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
    
    
  }


.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a .shogun-image-content {
  
    align-items: center;
  
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
    
    
  }


.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a .shogun-image-content {
  
    align-items: center;
  
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ad40ad49-6519-4ebc-9e8e-5feb075ba01a.shogun-image {
  box-sizing: border-box;
}



}
#s-5a261a08-14e6-4ba7-a73b-4d61182133f6 {
  min-height: 10px;
}








#s-5a261a08-14e6-4ba7-a73b-4d61182133f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a261a08-14e6-4ba7-a73b-4d61182133f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88d8cdc7-16b2-4030-9ac2-3b26d6501daa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88d8cdc7-16b2-4030-9ac2-3b26d6501daa .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2b26765f-7b67-4815-afe2-f816f6cb16ab {
  text-align: left;
}

#s-849a14b1-cd2a-4ca9-8d93-e1f8223ba24b {
  min-height: 10px;
}








#s-849a14b1-cd2a-4ca9-8d93-e1f8223ba24b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-849a14b1-cd2a-4ca9-8d93-e1f8223ba24b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a08fbc1-be62-46c6-b53a-f3383fb6102c {
  text-align: left;
}

#s-4940e25f-1cec-42d3-8283-27d8558a5670 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4940e25f-1cec-42d3-8283-27d8558a5670 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-4940e25f-1cec-42d3-8283-27d8558a5670 .shogun-heading-component h3 a {
  color: #000;
}


#s-328dc212-c2fd-440c-a72e-97efbee871ad {
  min-height: 50px;
}








#s-328dc212-c2fd-440c-a72e-97efbee871ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-328dc212-c2fd-440c-a72e-97efbee871ad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a44c50c8-db2b-44be-a41e-fab4828cb881 {
  text-align: center;
}







  #s-a44c50c8-db2b-44be-a41e-fab4828cb881 img.shogun-image {
    

    
    
    
  }


#s-a44c50c8-db2b-44be-a41e-fab4828cb881 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d83aa20-4bef-4e30-8416-672d012efcfe {
  text-align: center;
}







  img.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
    
    
  }


.s-1d83aa20-4bef-4e30-8416-672d012efcfe .shogun-image-content {
  
    align-items: center;
  
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
    
    
  }


.s-1d83aa20-4bef-4e30-8416-672d012efcfe .shogun-image-content {
  
    align-items: center;
  
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
    
    
  }


.s-1d83aa20-4bef-4e30-8416-672d012efcfe .shogun-image-content {
  
    align-items: center;
  
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
    
    
  }


.s-1d83aa20-4bef-4e30-8416-672d012efcfe .shogun-image-content {
  
    align-items: center;
  
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
    
    
  }


.s-1d83aa20-4bef-4e30-8416-672d012efcfe .shogun-image-content {
  
    align-items: center;
  
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1d83aa20-4bef-4e30-8416-672d012efcfe.shogun-image {
  box-sizing: border-box;
}



}
#s-5a0fb9a3-c2d4-4233-8625-e36ac933e434 {
  min-height: 10px;
}








#s-5a0fb9a3-c2d4-4233-8625-e36ac933e434 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a0fb9a3-c2d4-4233-8625-e36ac933e434.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d44a3f6e-a87e-48c0-8c8f-7a64ac1a95f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d44a3f6e-a87e-48c0-8c8f-7a64ac1a95f5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-25e4fa71-5fcf-457b-950e-584670156b4c {
  text-align: left;
}

#s-ed41f33e-9144-4379-9c13-018603186dff {
  min-height: 10px;
}








#s-ed41f33e-9144-4379-9c13-018603186dff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed41f33e-9144-4379-9c13-018603186dff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48157288-7cfa-4b38-a119-e44d109c1664 {
  text-align: left;
}

#s-7e69209f-b291-4d0d-9192-cab57d72544d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7e69209f-b291-4d0d-9192-cab57d72544d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-7e69209f-b291-4d0d-9192-cab57d72544d .shogun-heading-component h3 a {
  color: #000;
}


#s-c395e911-7e2a-480a-825c-b82603a94575 {
  min-height: 50px;
}








#s-c395e911-7e2a-480a-825c-b82603a94575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c395e911-7e2a-480a-825c-b82603a94575.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b0bc4709-6c1b-4003-a104-de429b105760 {
  text-align: center;
}







  #s-b0bc4709-6c1b-4003-a104-de429b105760 img.shogun-image {
    

    
    
    
  }


#s-b0bc4709-6c1b-4003-a104-de429b105760 .shogun-image-content {
  
    align-items: center;
  
}

#s-4400f8f2-54d2-4f28-b9f0-f95395559711 {
  text-align: center;
}







  img.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
    
    
  }


.s-4400f8f2-54d2-4f28-b9f0-f95395559711 .shogun-image-content {
  
    align-items: center;
  
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
    
    
  }


.s-4400f8f2-54d2-4f28-b9f0-f95395559711 .shogun-image-content {
  
    align-items: center;
  
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
    
    
  }


.s-4400f8f2-54d2-4f28-b9f0-f95395559711 .shogun-image-content {
  
    align-items: center;
  
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
    
    
  }


.s-4400f8f2-54d2-4f28-b9f0-f95395559711 .shogun-image-content {
  
    align-items: center;
  
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
    
    
  }


.s-4400f8f2-54d2-4f28-b9f0-f95395559711 .shogun-image-content {
  
    align-items: center;
  
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4400f8f2-54d2-4f28-b9f0-f95395559711.shogun-image {
  box-sizing: border-box;
}



}
#s-b5f6e879-d938-4b14-8326-d233805bc43a {
  min-height: 10px;
}








#s-b5f6e879-d938-4b14-8326-d233805bc43a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5f6e879-d938-4b14-8326-d233805bc43a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b8afd977-fc73-400c-ac24-c2a2f74f2d28 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b8afd977-fc73-400c-ac24-c2a2f74f2d28 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-94c2ac14-175a-4b6d-8c11-1f2dc5b4d634 {
  text-align: left;
}

#s-18b31d5d-e45e-4bd3-b6ef-666e26e75419 {
  min-height: 10px;
}








#s-18b31d5d-e45e-4bd3-b6ef-666e26e75419 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18b31d5d-e45e-4bd3-b6ef-666e26e75419.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90e4517c-deaa-4fec-a3c5-c1e3f3acd449 {
  text-align: left;
}

#s-810e172b-c740-454a-bb4f-e4f348fd54ad {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-810e172b-c740-454a-bb4f-e4f348fd54ad .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-810e172b-c740-454a-bb4f-e4f348fd54ad .shogun-heading-component h3 a {
  color: #000;
}


#s-8dac4ce9-1471-42fa-8167-e10e716158ba {
  min-height: 20px;
}








#s-8dac4ce9-1471-42fa-8167-e10e716158ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dac4ce9-1471-42fa-8167-e10e716158ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-08ebf06c-b5cb-46c6-bafe-422790df77c8"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-08ebf06c-b5cb-46c6-bafe-422790df77c8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-08ebf06c-b5cb-46c6-bafe-422790df77c8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-08ebf06c-b5cb-46c6-bafe-422790df77c8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-3461b6e8-8fc5-4e1a-b538-33333d527777 {
  min-height: 50px;
}








#s-3461b6e8-8fc5-4e1a-b538-33333d527777 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3461b6e8-8fc5-4e1a-b538-33333d527777.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-76fde7f6-0137-4ced-9d22-919a06977828 {
  text-align: center;
}







  #s-76fde7f6-0137-4ced-9d22-919a06977828 img.shogun-image {
    

    
    
    
  }


#s-76fde7f6-0137-4ced-9d22-919a06977828 .shogun-image-content {
  
    align-items: center;
  
}

#s-50350b78-0938-471a-91a5-461c2e0e6e76 {
  text-align: center;
}







  img.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
    
    
  }


.s-50350b78-0938-471a-91a5-461c2e0e6e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
    
    
  }


.s-50350b78-0938-471a-91a5-461c2e0e6e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
    
    
  }


.s-50350b78-0938-471a-91a5-461c2e0e6e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
    
    
  }


.s-50350b78-0938-471a-91a5-461c2e0e6e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
    
    
  }


.s-50350b78-0938-471a-91a5-461c2e0e6e76 .shogun-image-content {
  
    align-items: center;
  
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shg-align-container {
  display: flex;
  justify-content: center
}

.s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-50350b78-0938-471a-91a5-461c2e0e6e76.shogun-image {
  box-sizing: border-box;
}



}
#s-fa2dfb3c-9543-4e9b-9159-31ec3c463854 {
  min-height: 10px;
}








#s-fa2dfb3c-9543-4e9b-9159-31ec3c463854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa2dfb3c-9543-4e9b-9159-31ec3c463854.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3aa131c9-e578-47e0-9acb-9362d6f41fd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3aa131c9-e578-47e0-9acb-9362d6f41fd6 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a33b000d-3b87-4693-9f46-fb04b3e16d3f {
  text-align: left;
}

#s-6996bcee-758f-48c8-93b9-0d75ebe6f9cd {
  min-height: 10px;
}








#s-6996bcee-758f-48c8-93b9-0d75ebe6f9cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6996bcee-758f-48c8-93b9-0d75ebe6f9cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8685457-aab1-49ae-82f1-fcc23e297577 {
  text-align: left;
}

#s-3c51117c-a9da-4002-98b4-9a4f0b62dd20 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3c51117c-a9da-4002-98b4-9a4f0b62dd20 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-3c51117c-a9da-4002-98b4-9a4f0b62dd20 .shogun-heading-component h3 a {
  color: #000;
}


#s-5cc8402b-8cf4-4192-81f8-227f38ed4833 {
  min-height: 50px;
}








#s-5cc8402b-8cf4-4192-81f8-227f38ed4833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cc8402b-8cf4-4192-81f8-227f38ed4833.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7abfa202-aeb9-4e3a-b339-e5700f1c527b {
  text-align: center;
}







  #s-7abfa202-aeb9-4e3a-b339-e5700f1c527b img.shogun-image {
    

    
    
    
  }


#s-7abfa202-aeb9-4e3a-b339-e5700f1c527b .shogun-image-content {
  
    align-items: center;
  
}

#s-97da31d8-ec4c-4607-900b-c34103326cf2 {
  text-align: center;
}







  img.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
    
    
  }


.s-97da31d8-ec4c-4607-900b-c34103326cf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
    
    
  }


.s-97da31d8-ec4c-4607-900b-c34103326cf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
    
    
  }


.s-97da31d8-ec4c-4607-900b-c34103326cf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
    
    
  }


.s-97da31d8-ec4c-4607-900b-c34103326cf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
    
    
  }


.s-97da31d8-ec4c-4607-900b-c34103326cf2 .shogun-image-content {
  
    align-items: center;
  
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-97da31d8-ec4c-4607-900b-c34103326cf2.shogun-image {
  box-sizing: border-box;
}



}
#s-f0064684-ba40-4c3e-96e6-9b73fd97a795 {
  min-height: 10px;
}








#s-f0064684-ba40-4c3e-96e6-9b73fd97a795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0064684-ba40-4c3e-96e6-9b73fd97a795.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3f4eb35f-227e-4409-a5e9-f65d8255b656 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f4eb35f-227e-4409-a5e9-f65d8255b656 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-26c9a0f5-2186-4168-a11c-d5385676ff09 {
  text-align: left;
}

#s-1dbb6394-abc1-44a1-b551-ffa03fdbf6bd {
  min-height: 10px;
}








#s-1dbb6394-abc1-44a1-b551-ffa03fdbf6bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dbb6394-abc1-44a1-b551-ffa03fdbf6bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f19e2419-0689-48fa-94fd-d9dbd8ad77ea {
  text-align: left;
}

#s-81e20500-8094-41eb-9a43-634ee2f7f734 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-81e20500-8094-41eb-9a43-634ee2f7f734 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-81e20500-8094-41eb-9a43-634ee2f7f734 .shogun-heading-component h3 a {
  color: #000;
}


#s-965b66e2-5c7a-40de-9c62-91cf95fef377 {
  min-height: 50px;
}








#s-965b66e2-5c7a-40de-9c62-91cf95fef377 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-965b66e2-5c7a-40de-9c62-91cf95fef377.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-3e5ff591-039c-431d-beee-ea0844aa9e2b {
  
}
}
@media (min-width: 0px) {
[id="s-3e5ff591-039c-431d-beee-ea0844aa9e2b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e5ff591-039c-431d-beee-ea0844aa9e2b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e5ff591-039c-431d-beee-ea0844aa9e2b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e5ff591-039c-431d-beee-ea0844aa9e2b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c5ff9a1b-122c-4823-bf93-49e49ac330d3 {
  text-align: left;
}

#s-34214c0e-8d28-4b04-9d34-ad402272f4f3 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-28e46113-1c21-4969-adb8-0d3f57dbdb18"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-28e46113-1c21-4969-adb8-0d3f57dbdb18"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-28e46113-1c21-4969-adb8-0d3f57dbdb18"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-28e46113-1c21-4969-adb8-0d3f57dbdb18"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e4de1935-6c43-411a-8d8a-366c1b56e9e7 {
  min-height: 50px;
}








#s-e4de1935-6c43-411a-8d8a-366c1b56e9e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4de1935-6c43-411a-8d8a-366c1b56e9e7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d329965-4e2e-4509-9981-d01cb273784b {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image,
  #s-5d329965-4e2e-4509-9981-d01cb273784b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b {
    width: 100%;
    height: auto;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
    
    
  }


.s-5d329965-4e2e-4509-9981-d01cb273784b .shogun-image-content {
  
    align-items: center;
  
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d329965-4e2e-4509-9981-d01cb273784b {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
      position: relative;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image,
  #s-5d329965-4e2e-4509-9981-d01cb273784b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b {
    width: 100%;
    height: auto;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
    
    
  }


.s-5d329965-4e2e-4509-9981-d01cb273784b .shogun-image-content {
  
    align-items: center;
  
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d329965-4e2e-4509-9981-d01cb273784b {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
      position: relative;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image,
  #s-5d329965-4e2e-4509-9981-d01cb273784b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b {
    width: 100%;
    height: auto;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
    
    
  }


.s-5d329965-4e2e-4509-9981-d01cb273784b .shogun-image-content {
  
    align-items: center;
  
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d329965-4e2e-4509-9981-d01cb273784b {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
      position: relative;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image,
  #s-5d329965-4e2e-4509-9981-d01cb273784b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b {
    width: 100%;
    height: auto;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
    
    
  }


.s-5d329965-4e2e-4509-9981-d01cb273784b .shogun-image-content {
  
    align-items: center;
  
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d329965-4e2e-4509-9981-d01cb273784b {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
      position: relative;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image,
  #s-5d329965-4e2e-4509-9981-d01cb273784b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b {
    width: 100%;
    height: auto;
  }

  #s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
    
    
  }


.s-5d329965-4e2e-4509-9981-d01cb273784b .shogun-image-content {
  
    align-items: center;
  
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-5d329965-4e2e-4509-9981-d01cb273784b {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container {
      position: relative;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-5d329965-4e2e-4509-9981-d01cb273784b img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
  max-width: 52px;
aspect-ratio: 52/30;
text-align: center;
}





  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image,
  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
    width: 100%;
    height: auto;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
    
    
  }


.s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
      position: relative;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image,
  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
    width: 100%;
    height: auto;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
    
    
  }


.s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
      position: relative;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image,
  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
    width: 100%;
    height: auto;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
    
    
  }


.s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
      position: relative;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image,
  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
    width: 100%;
    height: auto;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
    
    
  }


.s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
      position: relative;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image,
  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
    width: 100%;
    height: auto;
  }

  #s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
    
    
  }


.s-355b9231-d6e4-46c2-af18-54f12157e7a5 .shogun-image-content {
  
    align-items: center;
  
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shg-align-container {
  display: flex;
  justify-content: center
}

.s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container {
      position: relative;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-355b9231-d6e4-46c2-af18-54f12157e7a5 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5d82264a-e1fd-4781-b350-c53b86699618 {
  min-height: 10px;
}








#s-5d82264a-e1fd-4781-b350-c53b86699618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d82264a-e1fd-4781-b350-c53b86699618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d337dc2-3ae2-4e82-bd4d-b6f32272e8d3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9d337dc2-3ae2-4e82-bd4d-b6f32272e8d3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2518c897-fae9-4fb0-8adf-459bfcd376fa {
  text-align: left;
}

#s-f79ca1b3-39d0-48f9-8642-0b84cd78d99f {
  min-height: 10px;
}








#s-f79ca1b3-39d0-48f9-8642-0b84cd78d99f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f79ca1b3-39d0-48f9-8642-0b84cd78d99f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aec94170-f022-44df-8344-b2c49c863d81 {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-aec94170-f022-44df-8344-b2c49c863d81:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-aec94170-f022-44df-8344-b2c49c863d81:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-aec94170-f022-44df-8344-b2c49c863d81-root {
    text-align: center;
  }


#s-aec94170-f022-44df-8344-b2c49c863d81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-aec94170-f022-44df-8344-b2c49c863d81-root {
    text-align: center;
  }


#s-aec94170-f022-44df-8344-b2c49c863d81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-aec94170-f022-44df-8344-b2c49c863d81-root {
    text-align: center;
  }


#s-aec94170-f022-44df-8344-b2c49c863d81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-aec94170-f022-44df-8344-b2c49c863d81-root {
    text-align: center;
  }


#s-aec94170-f022-44df-8344-b2c49c863d81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-aec94170-f022-44df-8344-b2c49c863d81-root {
    text-align: center;
  }


#s-aec94170-f022-44df-8344-b2c49c863d81.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3725a629-d099-431e-b7c4-541f2db77ce5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3725a629-d099-431e-b7c4-541f2db77ce5 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-3725a629-d099-431e-b7c4-541f2db77ce5 .shogun-heading-component h3 a {
  color: #000;
}


#s-5ef3f9bf-dedb-467b-a9c1-9576c4e41865 {
  min-height: 50px;
}








#s-5ef3f9bf-dedb-467b-a9c1-9576c4e41865 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ef3f9bf-dedb-467b-a9c1-9576c4e41865.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-158863ac-f2f5-466d-a1e2-8828220aa52a {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image,
  #s-158863ac-f2f5-466d-a1e2-8828220aa52a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a {
    width: 100%;
    height: auto;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
    
    
  }


.s-158863ac-f2f5-466d-a1e2-8828220aa52a .shogun-image-content {
  
    align-items: center;
  
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-158863ac-f2f5-466d-a1e2-8828220aa52a {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
      position: relative;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image,
  #s-158863ac-f2f5-466d-a1e2-8828220aa52a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a {
    width: 100%;
    height: auto;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
    
    
  }


.s-158863ac-f2f5-466d-a1e2-8828220aa52a .shogun-image-content {
  
    align-items: center;
  
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-158863ac-f2f5-466d-a1e2-8828220aa52a {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
      position: relative;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image,
  #s-158863ac-f2f5-466d-a1e2-8828220aa52a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a {
    width: 100%;
    height: auto;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
    
    
  }


.s-158863ac-f2f5-466d-a1e2-8828220aa52a .shogun-image-content {
  
    align-items: center;
  
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-158863ac-f2f5-466d-a1e2-8828220aa52a {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
      position: relative;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image,
  #s-158863ac-f2f5-466d-a1e2-8828220aa52a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a {
    width: 100%;
    height: auto;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
    
    
  }


.s-158863ac-f2f5-466d-a1e2-8828220aa52a .shogun-image-content {
  
    align-items: center;
  
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-158863ac-f2f5-466d-a1e2-8828220aa52a {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
      position: relative;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image,
  #s-158863ac-f2f5-466d-a1e2-8828220aa52a .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a {
    width: 100%;
    height: auto;
  }

  #s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
    
    
  }


.s-158863ac-f2f5-466d-a1e2-8828220aa52a .shogun-image-content {
  
    align-items: center;
  
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-158863ac-f2f5-466d-a1e2-8828220aa52a {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container {
      position: relative;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-158863ac-f2f5-466d-a1e2-8828220aa52a img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
  max-width: 52px;
aspect-ratio: 52/30;
text-align: center;
}





  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image,
  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
    width: 100%;
    height: auto;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
    
    
  }


.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
      position: relative;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image,
  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
    width: 100%;
    height: auto;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
    
    
  }


.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
      position: relative;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image,
  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
    width: 100%;
    height: auto;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
    
    
  }


.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
      position: relative;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image,
  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
    width: 100%;
    height: auto;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
    
    
  }


.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
      position: relative;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image,
  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
    width: 100%;
    height: auto;
  }

  #s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
    
    
  }


.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 .shogun-image-content {
  
    align-items: center;
  
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shg-align-container {
  display: flex;
  justify-content: center
}

.s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container {
      position: relative;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-b26cc459-d7fb-4116-9d24-bf1e1cf090c2 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-cab936d5-c57e-42bc-bb27-5ba747512bd8 {
  min-height: 10px;
}








#s-cab936d5-c57e-42bc-bb27-5ba747512bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cab936d5-c57e-42bc-bb27-5ba747512bd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-729563de-f6fa-4d42-ad98-d8124535e814 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-729563de-f6fa-4d42-ad98-d8124535e814 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-963278be-7377-40aa-95cf-07100ac4ff2e {
  text-align: left;
}

#s-4ec64603-68bb-40a9-86ce-78f91e2bb2df {
  min-height: 10px;
}








#s-4ec64603-68bb-40a9-86ce-78f91e2bb2df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ec64603-68bb-40a9-86ce-78f91e2bb2df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda-root {
    text-align: center;
  }


#s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda-root {
    text-align: center;
  }


#s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda-root {
    text-align: center;
  }


#s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda-root {
    text-align: center;
  }


#s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda-root {
    text-align: center;
  }


#s-6eeb9841-cbb8-41bb-9189-ec74fdfd4bda.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-1e327543-6323-40a3-a566-01a6f2044924 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1e327543-6323-40a3-a566-01a6f2044924 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-1e327543-6323-40a3-a566-01a6f2044924 .shogun-heading-component h3 a {
  color: #000;
}


#s-38dce57f-63ee-4b8b-adde-0c2a7e643fc3 {
  min-height: 50px;
}








#s-38dce57f-63ee-4b8b-adde-0c2a7e643fc3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-38dce57f-63ee-4b8b-adde-0c2a7e643fc3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image,
  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
    width: 100%;
    height: auto;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
    
    
  }


.s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
      position: relative;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image,
  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
    width: 100%;
    height: auto;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
    
    
  }


.s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
      position: relative;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image,
  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
    width: 100%;
    height: auto;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
    
    
  }


.s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
      position: relative;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image,
  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
    width: 100%;
    height: auto;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
    
    
  }


.s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
      position: relative;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image,
  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
    width: 100%;
    height: auto;
  }

  #s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
    
    
  }


.s-2e467d39-9d54-43cb-95a5-e876b44abb90 .shogun-image-content {
  
    align-items: center;
  
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container {
      position: relative;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2e467d39-9d54-43cb-95a5-e876b44abb90 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
  max-width: 52px;
aspect-ratio: 52/30;
text-align: center;
}





  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image,
  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
    width: 100%;
    height: auto;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
    
    
  }


.s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
      position: relative;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image,
  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
    width: 100%;
    height: auto;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
    
    
  }


.s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
      position: relative;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image,
  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
    width: 100%;
    height: auto;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
    
    
  }


.s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
      position: relative;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image,
  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
    width: 100%;
    height: auto;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
    
    
  }


.s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
      position: relative;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image,
  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
    width: 100%;
    height: auto;
  }

  #s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
    
    
  }


.s-56ee5b59-1164-4eb1-9912-02e00535ee33 .shogun-image-content {
  
    align-items: center;
  
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shg-align-container {
  display: flex;
  justify-content: center
}

.s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container {
      position: relative;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-56ee5b59-1164-4eb1-9912-02e00535ee33 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fffcc313-5fec-40e5-803d-f8d64e2a2338 {
  min-height: 10px;
}








#s-fffcc313-5fec-40e5-803d-f8d64e2a2338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fffcc313-5fec-40e5-803d-f8d64e2a2338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-98dad128-6bd1-4d77-9727-c554535c045b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-98dad128-6bd1-4d77-9727-c554535c045b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-84ec87a9-c398-408b-bef5-6c25648c0da9 {
  text-align: left;
}

#s-d955b72a-76e2-4f98-977f-b1fa9887000c {
  min-height: 10px;
}








#s-d955b72a-76e2-4f98-977f-b1fa9887000c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d955b72a-76e2-4f98-977f-b1fa9887000c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48d9dd88-e1bf-40d4-b1b1-b72d990522a1 {
  text-align: left;
}

#s-0c689da6-2141-49ec-b188-897f9091639c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0c689da6-2141-49ec-b188-897f9091639c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-0c689da6-2141-49ec-b188-897f9091639c .shogun-heading-component h3 a {
  color: #000;
}


#s-04272d8f-f81a-4522-bf97-c7708697f459 {
  min-height: 50px;
}








#s-04272d8f-f81a-4522-bf97-c7708697f459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04272d8f-f81a-4522-bf97-c7708697f459.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd8697bf-9645-4851-b0d4-610f805c5913 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image,
  #s-cd8697bf-9645-4851-b0d4-610f805c5913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 {
    width: 100%;
    height: auto;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
    
    
  }


.s-cd8697bf-9645-4851-b0d4-610f805c5913 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8697bf-9645-4851-b0d4-610f805c5913 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
      position: relative;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image,
  #s-cd8697bf-9645-4851-b0d4-610f805c5913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 {
    width: 100%;
    height: auto;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
    
    
  }


.s-cd8697bf-9645-4851-b0d4-610f805c5913 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8697bf-9645-4851-b0d4-610f805c5913 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
      position: relative;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image,
  #s-cd8697bf-9645-4851-b0d4-610f805c5913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 {
    width: 100%;
    height: auto;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
    
    
  }


.s-cd8697bf-9645-4851-b0d4-610f805c5913 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8697bf-9645-4851-b0d4-610f805c5913 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
      position: relative;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image,
  #s-cd8697bf-9645-4851-b0d4-610f805c5913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 {
    width: 100%;
    height: auto;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
    
    
  }


.s-cd8697bf-9645-4851-b0d4-610f805c5913 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8697bf-9645-4851-b0d4-610f805c5913 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
      position: relative;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image,
  #s-cd8697bf-9645-4851-b0d4-610f805c5913 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 {
    width: 100%;
    height: auto;
  }

  #s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
    
    
  }


.s-cd8697bf-9645-4851-b0d4-610f805c5913 .shogun-image-content {
  
    align-items: center;
  
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shg-align-container {
  display: flex;
  justify-content: center
}

.s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-cd8697bf-9645-4851-b0d4-610f805c5913 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container {
      position: relative;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-cd8697bf-9645-4851-b0d4-610f805c5913 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
  max-width: 52px;
aspect-ratio: 52/30;
text-align: center;
}





  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image,
  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
    width: 100%;
    height: auto;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
    
    
  }


.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
      position: relative;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image,
  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
    width: 100%;
    height: auto;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
    
    
  }


.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
      position: relative;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image,
  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
    width: 100%;
    height: auto;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
    
    
  }


.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
      position: relative;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image,
  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
    width: 100%;
    height: auto;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
    
    
  }


.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
      position: relative;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image,
  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
    width: 100%;
    height: auto;
  }

  #s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
    
    
  }


.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e .shogun-image-content {
  
    align-items: center;
  
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container {
      position: relative;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-7ba6680e-2bbd-44ff-a7e8-db635b5fd85e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a25eeb7d-d6b8-485d-afb9-f306277466cd {
  min-height: 10px;
}








#s-a25eeb7d-d6b8-485d-afb9-f306277466cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a25eeb7d-d6b8-485d-afb9-f306277466cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24827b37-71f1-4ebd-91db-77d938a23469 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24827b37-71f1-4ebd-91db-77d938a23469 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-01fe5f32-a1b4-499a-9514-a525516ebc7d {
  text-align: left;
}

#s-8e1e36cd-1dfc-45a8-ad55-9ba9fab9ce90 {
  text-align: left;
}

#s-8df54097-b500-4397-95c2-7a1403e78a82 {
  min-height: 10px;
}








#s-8df54097-b500-4397-95c2-7a1403e78a82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8df54097-b500-4397-95c2-7a1403e78a82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16841961-a371-43b4-a922-9a803251316a {
  text-align: left;
}

#s-c69a6b50-42d9-47bb-b9f0-91a4838a9456 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c69a6b50-42d9-47bb-b9f0-91a4838a9456 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-c69a6b50-42d9-47bb-b9f0-91a4838a9456 .shogun-heading-component h3 a {
  color: #000;
}


#s-0181d989-9a24-410a-a4f8-ce7f76702d33 {
  min-height: 20px;
}








#s-0181d989-9a24-410a-a4f8-ce7f76702d33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0181d989-9a24-410a-a4f8-ce7f76702d33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-5a30f1dd-0bec-42fb-b350-57c209a32a9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-5a30f1dd-0bec-42fb-b350-57c209a32a9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-5a30f1dd-0bec-42fb-b350-57c209a32a9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-5a30f1dd-0bec-42fb-b350-57c209a32a9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-47a4bc17-24be-43f1-aa33-7642ce0755e2 {
  min-height: 50px;
}








#s-47a4bc17-24be-43f1-aa33-7642ce0755e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a4bc17-24be-43f1-aa33-7642ce0755e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image,
  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
    width: 100%;
    height: auto;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
    
    
  }


.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
      position: relative;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image,
  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
    width: 100%;
    height: auto;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
    
    
  }


.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
      position: relative;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image,
  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
    width: 100%;
    height: auto;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
    
    
  }


.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
      position: relative;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image,
  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
    width: 100%;
    height: auto;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
    
    
  }


.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
      position: relative;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image,
  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
    width: 100%;
    height: auto;
  }

  #s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
    
    
  }


.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e .shogun-image-content {
  
    align-items: center;
  
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shg-align-container {
  display: flex;
  justify-content: center
}

.s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container {
      position: relative;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-f0ba2f2b-3cb6-47cd-8a84-21fedf50e06e img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
  max-width: 52px;
aspect-ratio: 52/30;
text-align: center;
}





  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image,
  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
    width: 100%;
    height: auto;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
    
    
  }


.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
      position: relative;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image,
  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
    width: 100%;
    height: auto;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
    
    
  }


.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
      position: relative;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image,
  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
    width: 100%;
    height: auto;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
    
    
  }


.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
      position: relative;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image,
  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
    width: 100%;
    height: auto;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
    
    
  }


.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
      position: relative;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image,
  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
    width: 100%;
    height: auto;
  }

  #s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
    
    
  }


.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee .shogun-image-content {
  
    align-items: center;
  
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shg-align-container {
  display: flex;
  justify-content: center
}

.s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container {
      position: relative;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-2d28c1dd-59b5-458b-a8d8-f7482efc28ee img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-8f6c57bb-7897-493d-b747-2cc27e78bc80 {
  min-height: 10px;
}








#s-8f6c57bb-7897-493d-b747-2cc27e78bc80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6c57bb-7897-493d-b747-2cc27e78bc80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b08574f4-3c79-4715-be59-4169252f46ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b08574f4-3c79-4715-be59-4169252f46ec .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-962ce0ad-e18d-4b20-ac9f-befbfe8b7b40 {
  text-align: left;
}

#s-a5e79900-7fb7-4da4-8bcb-8ac1a4c2a4d5 {
  text-align: left;
}

#s-2c9a5b9d-44c5-4961-95bb-88f2dc89b605 {
  min-height: 10px;
}








#s-2c9a5b9d-44c5-4961-95bb-88f2dc89b605 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c9a5b9d-44c5-4961-95bb-88f2dc89b605.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7f1123bc-d99b-458b-90d0-9c2a69f82bd3 {
  text-align: left;
}

#s-3f7422e0-b9f5-46cf-ac89-e48c99f43e23 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f7422e0-b9f5-46cf-ac89-e48c99f43e23 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-3f7422e0-b9f5-46cf-ac89-e48c99f43e23 .shogun-heading-component h3 a {
  color: #000;
}


#s-5bbd5a7f-2aa8-41c0-81d4-c9e070a2910d {
  min-height: 50px;
}








#s-5bbd5a7f-2aa8-41c0-81d4-c9e070a2910d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5bbd5a7f-2aa8-41c0-81d4-c9e070a2910d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image,
  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
    width: 100%;
    height: auto;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
    
    
  }


.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
      position: relative;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image,
  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
    width: 100%;
    height: auto;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
    
    
  }


.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
      position: relative;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image,
  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
    width: 100%;
    height: auto;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
    
    
  }


.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
      position: relative;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image,
  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
    width: 100%;
    height: auto;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
    
    
  }


.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
      position: relative;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image,
  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
    width: 100%;
    height: auto;
  }

  #s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
    
    
  }


.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 .shogun-image-content {
  
    align-items: center;
  
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container {
      position: relative;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-94b583fc-ae0d-43ac-be95-b7cf501ddef1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
  max-width: 52px;
aspect-ratio: 52/30;
text-align: center;
}





  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image,
  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
    width: 100%;
    height: auto;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
    
    
  }


.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
      position: relative;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image,
  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
    width: 100%;
    height: auto;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
    
    
  }


.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
      position: relative;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image,
  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
    width: 100%;
    height: auto;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
    
    
  }


.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
      position: relative;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image,
  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
    width: 100%;
    height: auto;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
    
    
  }


.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
      position: relative;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image,
  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
    width: 100%;
    height: auto;
  }

  #s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
    
    
  }


.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 .shogun-image-content {
  
    align-items: center;
  
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shg-align-container {
  display: flex;
  justify-content: center
}

.s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container {
      position: relative;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-fc3f9b54-409f-4eff-afac-6c53dcfa3703 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-9a0a3fee-b173-4a60-aa59-4e99feb398f0 {
  min-height: 10px;
}








#s-9a0a3fee-b173-4a60-aa59-4e99feb398f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a0a3fee-b173-4a60-aa59-4e99feb398f0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5838d2a-e696-4155-841f-77dc4736dadc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5838d2a-e696-4155-841f-77dc4736dadc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a6ea4126-6bf1-4c03-a813-c954f329b19e {
  text-align: left;
}

#s-e832621b-89ab-4f9a-af91-cd2eeb16bea2 {
  text-align: left;
}

#s-54f1063d-87be-48a4-80a5-d08999224c08 {
  min-height: 10px;
}








#s-54f1063d-87be-48a4-80a5-d08999224c08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54f1063d-87be-48a4-80a5-d08999224c08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7cabd8d-84ae-4ef6-8125-e2e8eb3156a3 {
  text-align: left;
}

#s-23d2ce59-72e5-4fac-be3f-837638c57f49 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23d2ce59-72e5-4fac-be3f-837638c57f49 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-23d2ce59-72e5-4fac-be3f-837638c57f49 .shogun-heading-component h3 a {
  color: #000;
}


#s-67155e8a-17ff-4c1c-ac45-23ac0e6dcda8 {
  min-height: 50px;
}








#s-67155e8a-17ff-4c1c-ac45-23ac0e6dcda8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67155e8a-17ff-4c1c-ac45-23ac0e6dcda8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image,
  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
    width: 100%;
    height: auto;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
    
    
  }


.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
      position: relative;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image,
  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
    width: 100%;
    height: auto;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
    
    
  }


.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
      position: relative;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image,
  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
    width: 100%;
    height: auto;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
    
    
  }


.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
      position: relative;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image,
  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
    width: 100%;
    height: auto;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
    
    
  }


.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
      position: relative;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image,
  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
    width: 100%;
    height: auto;
  }

  #s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
    
    
  }


.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 .shogun-image-content {
  
    align-items: center;
  
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shg-align-container {
  display: flex;
  justify-content: center
}

.s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container {
      position: relative;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-25f5e5c1-f4bf-47b7-ab46-82bc99193797 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
  max-width: 52px;
aspect-ratio: 52/30;
text-align: center;
}





  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image,
  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
    width: 100%;
    height: auto;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
    
    
  }


.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
      position: relative;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image,
  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
    width: 100%;
    height: auto;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
    
    
  }


.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
      position: relative;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image,
  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
    width: 100%;
    height: auto;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
    
    
  }


.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
      position: relative;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image,
  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
    width: 100%;
    height: auto;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
    
    
  }


.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
      position: relative;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image,
  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
    width: 100%;
    height: auto;
  }

  #s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
    
    
  }


.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f .shogun-image-content {
  
    align-items: center;
  
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container {
      position: relative;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-a94c99db-2e4c-4cc4-b171-07a9ceef7c8f img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-a2a45580-b7d1-451b-adbf-251c0ae45b85 {
  min-height: 10px;
}








#s-a2a45580-b7d1-451b-adbf-251c0ae45b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2a45580-b7d1-451b-adbf-251c0ae45b85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97423ad0-c8ec-405d-9e63-996352e08b3c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97423ad0-c8ec-405d-9e63-996352e08b3c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f8a46d01-b06b-49d6-8e77-a4083d05be79 {
  text-align: left;
}

#s-e42053d7-c3d1-4bbd-87bc-7dc47d949f5d {
  text-align: left;
}

#s-c9abc590-b483-4907-85c0-76f1539a261c {
  min-height: 10px;
}








#s-c9abc590-b483-4907-85c0-76f1539a261c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9abc590-b483-4907-85c0-76f1539a261c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a6922d7e-05df-45cf-b8ff-95a4ba25a902 {
  text-align: left;
}

#s-844f62d6-29be-404f-99ca-5c6112f7024a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-844f62d6-29be-404f-99ca-5c6112f7024a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-844f62d6-29be-404f-99ca-5c6112f7024a .shogun-heading-component h3 a {
  color: #000;
}


#s-fbe79159-d99e-45bd-b6b6-50abfe37437c {
  min-height: 50px;
}








#s-fbe79159-d99e-45bd-b6b6-50abfe37437c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbe79159-d99e-45bd-b6b6-50abfe37437c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image,
  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
    width: 100%;
    height: auto;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
    
    
  }


.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
      position: relative;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image,
  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
    width: 100%;
    height: auto;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
    
    
  }


.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
      position: relative;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image,
  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
    width: 100%;
    height: auto;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
    
    
  }


.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
      position: relative;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image,
  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
    width: 100%;
    height: auto;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
    
    
  }


.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
      position: relative;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image,
  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
    width: 100%;
    height: auto;
  }

  #s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
    
    
  }


.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 .shogun-image-content {
  
    align-items: center;
  
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container {
      position: relative;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-c6c135fb-578c-4a6d-b3ca-8e5edf0e6bd6 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
  max-width: 52px;
aspect-ratio: 52/30;
text-align: center;
}





  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image,
  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
    width: 100%;
    height: auto;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
    
    
  }


.s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
      position: relative;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image,
  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
    width: 100%;
    height: auto;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
    
    
  }


.s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
      position: relative;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image,
  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
    width: 100%;
    height: auto;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
    
    
  }


.s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
      position: relative;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image,
  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
    width: 100%;
    height: auto;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
    
    
  }


.s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
      position: relative;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image,
  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
    width: 100%;
    height: auto;
  }

  #s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
    
    
  }


.s-1891233b-e8b4-4630-83a2-624b0b4e9b12 .shogun-image-content {
  
    align-items: center;
  
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 {
      --shg-aspect-ratio: calc(52/30); 
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container {
      position: relative;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-1891233b-e8b4-4630-83a2-624b0b4e9b12 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-f443b8f4-0165-42d3-88ea-3e11950d090d {
  min-height: 10px;
}








#s-f443b8f4-0165-42d3-88ea-3e11950d090d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f443b8f4-0165-42d3-88ea-3e11950d090d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ee2b08e7-7817-405c-ba2b-98b1d804aa45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ee2b08e7-7817-405c-ba2b-98b1d804aa45 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-cda5b845-7074-46e4-b5d4-4bd22206ff36 {
  text-align: left;
}

#s-695e39ed-ac51-4c9a-b8ec-f42cec1d88b2 {
  text-align: left;
}

#s-27c33baf-7883-4b52-8dc2-a574cd6e9947 {
  min-height: 10px;
}








#s-27c33baf-7883-4b52-8dc2-a574cd6e9947 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-27c33baf-7883-4b52-8dc2-a574cd6e9947.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac4d0554-ea6d-471d-801e-d2efef5d7ea4 {
  text-align: left;
}

#s-40873a01-77f4-4882-83bf-934097ae16b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40873a01-77f4-4882-83bf-934097ae16b0 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-40873a01-77f4-4882-83bf-934097ae16b0 .shogun-heading-component h3 a {
  color: #000;
}


#s-1065f551-86cc-4f2b-b5b2-73833a1f1da8 {
  min-height: 50px;
}








#s-1065f551-86cc-4f2b-b5b2-73833a1f1da8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1065f551-86cc-4f2b-b5b2-73833a1f1da8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-a578fede-c1ed-4429-9bd3-8b85aa09ea5b {
  
}
}
@media (min-width: 0px) {
[id="s-a578fede-c1ed-4429-9bd3-8b85aa09ea5b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a578fede-c1ed-4429-9bd3-8b85aa09ea5b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a578fede-c1ed-4429-9bd3-8b85aa09ea5b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a578fede-c1ed-4429-9bd3-8b85aa09ea5b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ad6108b8-aa88-4af4-a2d3-4fe5ca969b06 {
  text-align: left;
}

#s-699cd359-6172-486a-a3a7-174da8627961 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-c36c29d4-3f05-4cc2-9871-2c9162ae550e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c36c29d4-3f05-4cc2-9871-2c9162ae550e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c36c29d4-3f05-4cc2-9871-2c9162ae550e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c36c29d4-3f05-4cc2-9871-2c9162ae550e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-f1c3da71-2cf8-4ef3-8cd1-22df1ddc810d {
  min-height: 50px;
}








#s-f1c3da71-2cf8-4ef3-8cd1-22df1ddc810d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1c3da71-2cf8-4ef3-8cd1-22df1ddc810d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6cb9d40c-a0be-459e-b3f6-a09e3ca4107f {
  text-align: center;
}







  #s-6cb9d40c-a0be-459e-b3f6-a09e3ca4107f img.shogun-image {
    

    
    
    
  }


#s-6cb9d40c-a0be-459e-b3f6-a09e3ca4107f .shogun-image-content {
  
    align-items: center;
  
}

#s-baf018d4-df70-4273-855e-6eac922b8a9f {
  text-align: center;
}







  img.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
    
    
  }


.s-baf018d4-df70-4273-855e-6eac922b8a9f .shogun-image-content {
  
    align-items: center;
  
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
    
    
  }


.s-baf018d4-df70-4273-855e-6eac922b8a9f .shogun-image-content {
  
    align-items: center;
  
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
    
    
  }


.s-baf018d4-df70-4273-855e-6eac922b8a9f .shogun-image-content {
  
    align-items: center;
  
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
    
    
  }


.s-baf018d4-df70-4273-855e-6eac922b8a9f .shogun-image-content {
  
    align-items: center;
  
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
    
    
  }


.s-baf018d4-df70-4273-855e-6eac922b8a9f .shogun-image-content {
  
    align-items: center;
  
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shg-align-container {
  display: flex;
  justify-content: center
}

.s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-baf018d4-df70-4273-855e-6eac922b8a9f.shogun-image {
  box-sizing: border-box;
}



}
#s-5d526c15-bf71-4aeb-8791-af4367217663 {
  min-height: 10px;
}








#s-5d526c15-bf71-4aeb-8791-af4367217663 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d526c15-bf71-4aeb-8791-af4367217663.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-afb6e573-d750-429a-b31b-79db5f62a59d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-afb6e573-d750-429a-b31b-79db5f62a59d .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ebee808f-d561-46ac-a85c-8f305189cfc6 {
  text-align: left;
}

#s-8a30b19b-0617-4010-9517-9dae971b9592 {
  min-height: 10px;
}








#s-8a30b19b-0617-4010-9517-9dae971b9592 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a30b19b-0617-4010-9517-9dae971b9592.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4e9634c-853e-4385-8f47-dfe47d65ed50 {
  text-align: left;
}

#s-8cd21b29-ca89-4553-8fd9-50eed33b5d42 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8cd21b29-ca89-4553-8fd9-50eed33b5d42 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-8cd21b29-ca89-4553-8fd9-50eed33b5d42 .shogun-heading-component h3 a {
  color: #000;
}


#s-7fbc8ff0-75fe-4019-9ad2-0df60b3d0a4b {
  min-height: 50px;
}








#s-7fbc8ff0-75fe-4019-9ad2-0df60b3d0a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7fbc8ff0-75fe-4019-9ad2-0df60b3d0a4b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image,
  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
    width: 100%;
    height: auto;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
    
    
  }


.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
      position: relative;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image,
  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
    width: 100%;
    height: auto;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
    
    
  }


.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
      position: relative;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image,
  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
    width: 100%;
    height: auto;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
    
    
  }


.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
      position: relative;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image,
  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
    width: 100%;
    height: auto;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
    
    
  }


.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
      position: relative;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image,
  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
    width: 100%;
    height: auto;
  }

  #s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
    
    
  }


.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 .shogun-image-content {
  
    align-items: center;
  
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shg-align-container {
  display: flex;
  justify-content: center
}

.s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container {
      position: relative;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-d1b7207c-d5f6-427e-a6d4-b9bda1bddcc1 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-1bd69b85-94e1-47f4-b763-8fabf040bb6a {
  text-align: center;
}







  img.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
    
    
  }


.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
    
    
  }


.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
    
    
  }


.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
    
    
  }


.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
    
    
  }


.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a .shogun-image-content {
  
    align-items: center;
  
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shg-align-container {
  display: flex;
  justify-content: center
}

.s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-1bd69b85-94e1-47f4-b763-8fabf040bb6a.shogun-image {
  box-sizing: border-box;
}



}
#s-c030afa3-bae2-4ef4-a4b4-9b9a0c0fee50 {
  min-height: 10px;
}








#s-c030afa3-bae2-4ef4-a4b4-9b9a0c0fee50 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c030afa3-bae2-4ef4-a4b4-9b9a0c0fee50.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbdbec43-0d6a-4ad2-a519-d53af1f55d5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fbdbec43-0d6a-4ad2-a519-d53af1f55d5c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d32f939f-421d-452a-9a2a-f64d1cd99e84 {
  text-align: left;
}

#s-ac4a4f28-a94b-4e71-83f5-35239fc3ec12 {
  min-height: 10px;
}








#s-ac4a4f28-a94b-4e71-83f5-35239fc3ec12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac4a4f28-a94b-4e71-83f5-35239fc3ec12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ffd2a42c-ca94-4719-bde6-ab1dd2e17653 {
  text-align: left;
}

#s-c026417a-1fe1-418d-bf7c-5be2fdf78a5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c026417a-1fe1-418d-bf7c-5be2fdf78a5c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-c026417a-1fe1-418d-bf7c-5be2fdf78a5c .shogun-heading-component h3 a {
  color: #000;
}


#s-747887f5-d0ac-4d20-b90d-be9536fc95a5 {
  min-height: 50px;
}








#s-747887f5-d0ac-4d20-b90d-be9536fc95a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-747887f5-d0ac-4d20-b90d-be9536fc95a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbb34d28-2728-429c-9692-a02dfec0a1d8 {
  text-align: center;
}







  #s-fbb34d28-2728-429c-9692-a02dfec0a1d8 img.shogun-image {
    

    
    
    
  }


#s-fbb34d28-2728-429c-9692-a02dfec0a1d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-49efb8ab-30b2-4606-a025-d19397946705 {
  text-align: center;
}







  img.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
    
    
  }


.s-49efb8ab-30b2-4606-a025-d19397946705 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
    
    
  }


.s-49efb8ab-30b2-4606-a025-d19397946705 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
    
    
  }


.s-49efb8ab-30b2-4606-a025-d19397946705 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
    
    
  }


.s-49efb8ab-30b2-4606-a025-d19397946705 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
    
    
  }


.s-49efb8ab-30b2-4606-a025-d19397946705 .shogun-image-content {
  
    align-items: center;
  
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shg-align-container {
  display: flex;
  justify-content: center
}

.s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49efb8ab-30b2-4606-a025-d19397946705.shogun-image {
  box-sizing: border-box;
}



}
#s-958b3e31-e675-4e0d-b130-fda69257f836 {
  min-height: 10px;
}








#s-958b3e31-e675-4e0d-b130-fda69257f836 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-958b3e31-e675-4e0d-b130-fda69257f836.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44bfb4c7-435f-4425-b2a4-7501e8b5d607 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-44bfb4c7-435f-4425-b2a4-7501e8b5d607 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-80b25ae6-b8c1-49e6-a802-3c90e2aa2cd0 {
  text-align: left;
}

#s-1bf7833f-8cf2-4b17-a7db-3d4a73077a60 {
  min-height: 10px;
}








#s-1bf7833f-8cf2-4b17-a7db-3d4a73077a60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bf7833f-8cf2-4b17-a7db-3d4a73077a60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e5e0aea3-40e0-410f-bbef-3e78f52253e1 {
  text-align: left;
}

#s-b9be62c6-4778-4f1a-8c74-3ca6e5f8239a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9be62c6-4778-4f1a-8c74-3ca6e5f8239a .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-b9be62c6-4778-4f1a-8c74-3ca6e5f8239a .shogun-heading-component h3 a {
  color: #000;
}


#s-8a0b57c9-6de3-4813-b017-4cfa54ece760 {
  min-height: 50px;
}








#s-8a0b57c9-6de3-4813-b017-4cfa54ece760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a0b57c9-6de3-4813-b017-4cfa54ece760.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbb1a6da-2e54-42f3-95fa-a39fcd508d20 {
  text-align: center;
}







  #s-bbb1a6da-2e54-42f3-95fa-a39fcd508d20 img.shogun-image {
    

    
    
    
  }


#s-bbb1a6da-2e54-42f3-95fa-a39fcd508d20 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fb599ab-ef81-4297-9100-4e07b75534ac {
  text-align: center;
}







  img.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
    
    
  }


.s-6fb599ab-ef81-4297-9100-4e07b75534ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
    
    
  }


.s-6fb599ab-ef81-4297-9100-4e07b75534ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
    
    
  }


.s-6fb599ab-ef81-4297-9100-4e07b75534ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
    
    
  }


.s-6fb599ab-ef81-4297-9100-4e07b75534ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
    
    
  }


.s-6fb599ab-ef81-4297-9100-4e07b75534ac .shogun-image-content {
  
    align-items: center;
  
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6fb599ab-ef81-4297-9100-4e07b75534ac.shogun-image {
  box-sizing: border-box;
}



}
#s-d8d92a05-abd7-47d8-9492-6ca00490fdb8 {
  min-height: 10px;
}








#s-d8d92a05-abd7-47d8-9492-6ca00490fdb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8d92a05-abd7-47d8-9492-6ca00490fdb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-199aa081-fe76-4685-b360-2cc59d0fa41c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-199aa081-fe76-4685-b360-2cc59d0fa41c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2aa5a154-18bb-42dd-842b-884b63687084 {
  text-align: left;
}

#s-50ea10c4-1c0c-4569-a04d-ec8d60a27cd6 {
  min-height: 10px;
}








#s-50ea10c4-1c0c-4569-a04d-ec8d60a27cd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50ea10c4-1c0c-4569-a04d-ec8d60a27cd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cfbc939c-f322-451f-b587-2224cb79c37d {
  text-align: left;
}

#s-78f6f686-9ace-447a-9786-ea02ae9d5173 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78f6f686-9ace-447a-9786-ea02ae9d5173 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-78f6f686-9ace-447a-9786-ea02ae9d5173 .shogun-heading-component h3 a {
  color: #000;
}


#s-cba7d84e-0084-4aeb-b996-7d33ee575899 {
  min-height: 20px;
}








#s-cba7d84e-0084-4aeb-b996-7d33ee575899 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cba7d84e-0084-4aeb-b996-7d33ee575899.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-20f75243-c013-41ae-957d-26c5de56371c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-20f75243-c013-41ae-957d-26c5de56371c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-20f75243-c013-41ae-957d-26c5de56371c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-20f75243-c013-41ae-957d-26c5de56371c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-213a1cb7-b3c8-43ac-9631-c9a7c5bce744 {
  min-height: 50px;
}








#s-213a1cb7-b3c8-43ac-9631-c9a7c5bce744 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-213a1cb7-b3c8-43ac-9631-c9a7c5bce744.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-caa80a38-5476-4da8-9d0a-dfdbf4c801b3 {
  text-align: center;
}







  #s-caa80a38-5476-4da8-9d0a-dfdbf4c801b3 img.shogun-image {
    

    
    
    
  }


#s-caa80a38-5476-4da8-9d0a-dfdbf4c801b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-18b2f825-c1bb-4677-aff8-87756c427af6 {
  text-align: center;
}







  img.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
    
    
  }


.s-18b2f825-c1bb-4677-aff8-87756c427af6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
    
    
  }


.s-18b2f825-c1bb-4677-aff8-87756c427af6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
    
    
  }


.s-18b2f825-c1bb-4677-aff8-87756c427af6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
    
    
  }


.s-18b2f825-c1bb-4677-aff8-87756c427af6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
    
    
  }


.s-18b2f825-c1bb-4677-aff8-87756c427af6 .shogun-image-content {
  
    align-items: center;
  
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shg-align-container {
  display: flex;
  justify-content: center
}

.s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-18b2f825-c1bb-4677-aff8-87756c427af6.shogun-image {
  box-sizing: border-box;
}



}
#s-c5db6c34-0178-4eb0-a81e-65813456cbe8 {
  min-height: 10px;
}








#s-c5db6c34-0178-4eb0-a81e-65813456cbe8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5db6c34-0178-4eb0-a81e-65813456cbe8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf060825-8358-4789-9459-92c0998b1925 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf060825-8358-4789-9459-92c0998b1925 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c9f05947-d9ca-4f07-9c32-b49bfece7d30 {
  text-align: left;
}

#s-18ec6f5f-602f-4376-b45e-9f1309b3e7d9 {
  min-height: 10px;
}








#s-18ec6f5f-602f-4376-b45e-9f1309b3e7d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-18ec6f5f-602f-4376-b45e-9f1309b3e7d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad048ad6-a190-464a-89ed-20eae4b0e9d8 {
  text-align: left;
}

#s-0186fcd4-9108-4aff-a388-546c560a920b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0186fcd4-9108-4aff-a388-546c560a920b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-0186fcd4-9108-4aff-a388-546c560a920b .shogun-heading-component h3 a {
  color: #000;
}


#s-26ac97b6-9a5e-4fed-a363-56a713eac6a8 {
  min-height: 50px;
}








#s-26ac97b6-9a5e-4fed-a363-56a713eac6a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-26ac97b6-9a5e-4fed-a363-56a713eac6a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62ea1be8-147e-402e-a2ac-dd4471dc012f {
  text-align: center;
}







  #s-62ea1be8-147e-402e-a2ac-dd4471dc012f img.shogun-image {
    

    
    
    
  }


#s-62ea1be8-147e-402e-a2ac-dd4471dc012f .shogun-image-content {
  
    align-items: center;
  
}

#s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd {
  text-align: center;
}







  img.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
    
    
  }


.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
    
    
  }


.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 992px) and (max-width: 1199px){





  img.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
    
    
  }


.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
  box-sizing: border-box;
}



}@media (min-width: 768px) and (max-width: 991px){





  img.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
    
    
  }


.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
  box-sizing: border-box;
}



}@media (max-width: 767px){





  img.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
    
    
  }


.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd .shogun-image-content {
  
    align-items: center;
  
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shg-align-container {
  display: flex;
  justify-content: center
}

.s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-097e8716-89e7-4ea7-9e3d-5459a2b40ebd.shogun-image {
  box-sizing: border-box;
}



}
#s-c8816b5c-a556-466f-8d2e-5405a710cbf7 {
  min-height: 10px;
}








#s-c8816b5c-a556-466f-8d2e-5405a710cbf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8816b5c-a556-466f-8d2e-5405a710cbf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75c24ee3-1ffc-4776-a9d3-71521540017c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75c24ee3-1ffc-4776-a9d3-71521540017c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-ea14eea4-715f-4343-9cfe-e3de6eac92b7 {
  text-align: left;
}

#s-1abbe2e3-ad06-4753-861e-8dcd35330d99 {
  min-height: 10px;
}








#s-1abbe2e3-ad06-4753-861e-8dcd35330d99 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1abbe2e3-ad06-4753-861e-8dcd35330d99.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82bd8145-adee-4972-99b8-5205deb0750a {
  text-align: left;
}

#s-4302126d-fe45-45ef-b7a9-6399de3b538b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4302126d-fe45-45ef-b7a9-6399de3b538b .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-4302126d-fe45-45ef-b7a9-6399de3b538b .shogun-heading-component h3 a {
  color: #000;
}


#s-667af061-c692-41e7-9a8e-585a11126545 {
  min-height: 50px;
}








#s-667af061-c692-41e7-9a8e-585a11126545 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-667af061-c692-41e7-9a8e-585a11126545.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-a32890ea-ad3f-46dc-bc27-e7aabf2c0a42 {
  
}
}
@media (min-width: 0px) {
[id="s-a32890ea-ad3f-46dc-bc27-e7aabf2c0a42"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a32890ea-ad3f-46dc-bc27-e7aabf2c0a42"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a32890ea-ad3f-46dc-bc27-e7aabf2c0a42"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a32890ea-ad3f-46dc-bc27-e7aabf2c0a42"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-83b39d3a-03b7-4315-aca2-cb53a5ef0d2d {
  text-align: left;
}

#s-9771ac96-cd88-4026-b510-3b13122c24b2 {
  margin-top: 15px;
margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-898daaba-c0d9-469e-9d6e-835febf48853"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-898daaba-c0d9-469e-9d6e-835febf48853"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-898daaba-c0d9-469e-9d6e-835febf48853"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-898daaba-c0d9-469e-9d6e-835febf48853"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e9fa3bd8-7ef1-492e-9ddd-3a0b06d06318 {
  min-height: 50px;
}








#s-e9fa3bd8-7ef1-492e-9ddd-3a0b06d06318 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9fa3bd8-7ef1-492e-9ddd-3a0b06d06318.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image,
  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
    width: 100%;
    height: auto;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
    
    
  }


.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
      position: relative;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image,
  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
    width: 100%;
    height: auto;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
    
    
  }


.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
      position: relative;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image,
  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
    width: 100%;
    height: auto;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
    
    
  }


.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
      position: relative;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image,
  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
    width: 100%;
    height: auto;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
    
    
  }


.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
      position: relative;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image,
  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
    width: 100%;
    height: auto;
  }

  #s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
    
    
  }


.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 .shogun-image-content {
  
    align-items: center;
  
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shg-align-container {
  display: flex;
  justify-content: center
}

.s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container {
      position: relative;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-eb3f3c21-2aad-48c1-a069-2c6ba1c32357 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-4e01e21f-1d23-4177-8e51-47d27c731fef {
  max-width: 59px;
aspect-ratio: 59/30;
text-align: center;
}





  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image,
  #s-4e01e21f-1d23-4177-8e51-47d27c731fef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef {
    width: 100%;
    height: auto;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
    
    
  }


.s-4e01e21f-1d23-4177-8e51-47d27c731fef .shogun-image-content {
  
    align-items: center;
  
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e01e21f-1d23-4177-8e51-47d27c731fef {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
      position: relative;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image,
  #s-4e01e21f-1d23-4177-8e51-47d27c731fef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef {
    width: 100%;
    height: auto;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
    
    
  }


.s-4e01e21f-1d23-4177-8e51-47d27c731fef .shogun-image-content {
  
    align-items: center;
  
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e01e21f-1d23-4177-8e51-47d27c731fef {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
      position: relative;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image,
  #s-4e01e21f-1d23-4177-8e51-47d27c731fef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef {
    width: 100%;
    height: auto;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
    
    
  }


.s-4e01e21f-1d23-4177-8e51-47d27c731fef .shogun-image-content {
  
    align-items: center;
  
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e01e21f-1d23-4177-8e51-47d27c731fef {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
      position: relative;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image,
  #s-4e01e21f-1d23-4177-8e51-47d27c731fef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef {
    width: 100%;
    height: auto;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
    
    
  }


.s-4e01e21f-1d23-4177-8e51-47d27c731fef .shogun-image-content {
  
    align-items: center;
  
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e01e21f-1d23-4177-8e51-47d27c731fef {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
      position: relative;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image,
  #s-4e01e21f-1d23-4177-8e51-47d27c731fef .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef {
    width: 100%;
    height: auto;
  }

  #s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
    
    
  }


.s-4e01e21f-1d23-4177-8e51-47d27c731fef .shogun-image-content {
  
    align-items: center;
  
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shg-align-container {
  display: flex;
  justify-content: center
}

.s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-4e01e21f-1d23-4177-8e51-47d27c731fef {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container {
      position: relative;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-4e01e21f-1d23-4177-8e51-47d27c731fef img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-5014fed8-a4aa-4ab2-a0ff-a5169b9c42b3 {
  min-height: 10px;
}








#s-5014fed8-a4aa-4ab2-a0ff-a5169b9c42b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5014fed8-a4aa-4ab2-a0ff-a5169b9c42b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77f2c0db-2c54-4ce0-a789-83c733d688bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77f2c0db-2c54-4ce0-a789-83c733d688bb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a253f97d-c7ba-4614-9bf3-98c2f0377b64 {
  text-align: left;
}

#s-aa21b1a4-4559-4e2a-8e06-2fdc75c8afb6 {
  min-height: 10px;
}








#s-aa21b1a4-4559-4e2a-8e06-2fdc75c8afb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa21b1a4-4559-4e2a-8e06-2fdc75c8afb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0109e9c6-bcf9-409b-b423-a6a9a44425df {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-0109e9c6-bcf9-409b-b423-a6a9a44425df:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0109e9c6-bcf9-409b-b423-a6a9a44425df:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-0109e9c6-bcf9-409b-b423-a6a9a44425df-root {
    text-align: center;
  }


#s-0109e9c6-bcf9-409b-b423-a6a9a44425df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0109e9c6-bcf9-409b-b423-a6a9a44425df-root {
    text-align: center;
  }


#s-0109e9c6-bcf9-409b-b423-a6a9a44425df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0109e9c6-bcf9-409b-b423-a6a9a44425df-root {
    text-align: center;
  }


#s-0109e9c6-bcf9-409b-b423-a6a9a44425df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0109e9c6-bcf9-409b-b423-a6a9a44425df-root {
    text-align: center;
  }


#s-0109e9c6-bcf9-409b-b423-a6a9a44425df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0109e9c6-bcf9-409b-b423-a6a9a44425df-root {
    text-align: center;
  }


#s-0109e9c6-bcf9-409b-b423-a6a9a44425df.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f65d9c8a-7572-425a-872d-cc0e3dce2d27 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f65d9c8a-7572-425a-872d-cc0e3dce2d27 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-f65d9c8a-7572-425a-872d-cc0e3dce2d27 .shogun-heading-component h3 a {
  color: #000;
}


#s-5468d407-0c04-40f4-a1f0-cb450a3ec4b5 {
  min-height: 50px;
}








#s-5468d407-0c04-40f4-a1f0-cb450a3ec4b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5468d407-0c04-40f4-a1f0-cb450a3ec4b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
  max-width: 220px;
aspect-ratio: 220/187;
text-align: center;
}





  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image,
  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
    width: 100%;
    height: auto;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
    
    
  }


.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
      position: relative;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image,
  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
    width: 100%;
    height: auto;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
    
    
  }


.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
      position: relative;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image,
  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
    width: 100%;
    height: auto;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
    
    
  }


.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
      position: relative;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image,
  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
    width: 100%;
    height: auto;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
    
    
  }


.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
      position: relative;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image,
  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
    width: 100%;
    height: auto;
  }

  #s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
    
    
  }


.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 .shogun-image-content {
  
    align-items: center;
  
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shg-align-container {
  display: flex;
  justify-content: center
}

.s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 {
      --shg-aspect-ratio: calc(220/187); 
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container {
      position: relative;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-62fbfe65-d10a-4d19-a9df-ad3f0bb5e6c3 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
  max-width: 59px;
aspect-ratio: 59/30;
text-align: center;
}





  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image,
  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
    width: 100%;
    height: auto;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
    
    
  }


.s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
      position: relative;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
@media (min-width: 1200px){



  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image,
  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
    width: 100%;
    height: auto;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
    
    
  }


.s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
      position: relative;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 992px) and (max-width: 1199px){



  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image,
  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
    width: 100%;
    height: auto;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
    
    
  }


.s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
      position: relative;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (min-width: 768px) and (max-width: 991px){



  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image,
  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
    width: 100%;
    height: auto;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
    
    
  }


.s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
      position: relative;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}@media (max-width: 767px){



  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image,
  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
    width: 100%;
    height: auto;
  }

  #s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image {
    position: absolute;
    left: 0;
    top: 0;
  }



  img.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
    
    
  }


.s-51fa29df-262a-45bf-871e-ecced8bcaed8 .shogun-image-content {
  
    align-items: center;
  
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shg-align-container {
  display: flex;
  justify-content: center
}

.s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image {
  box-sizing: border-box;
}




  @supports not (aspect-ratio: 1/1) {
    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 {
      --shg-aspect-ratio: calc(59/30); 
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container {
      position: relative;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::before {
      float: left;
      padding-top: calc(1 / var(--shg-aspect-ratio) * 100%);
      content: '';
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8.shogun-image-container::after {
      display: block;
      content: '';
      clear: both;
    }

    .s-51fa29df-262a-45bf-871e-ecced8bcaed8 img.shogun-image{
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }
  }
}
#s-96053028-db3a-47bc-a7f4-8f8fd6372280 {
  min-height: 10px;
}








#s-96053028-db3a-47bc-a7f4-8f8fd6372280 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96053028-db3a-47bc-a7f4-8f8fd6372280.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28d76e04-ac77-47be-b541-ce45644d0286 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28d76e04-ac77-47be-b541-ce45644d0286 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f86de152-8075-4578-8361-0d32da06aa2a {
  text-align: left;
}

#s-02f27409-b6c3-41c2-91a7-cc0f16c41b06 {
  min-height: 10px;
}








#s-02f27409-b6c3-41c2-91a7-cc0f16c41b06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02f27409-b6c3-41c2-91a7-cc0f16c41b06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1025e890-b1e9-4223-a361-48872e7c552b {
  border-style: solid;
padding-top: 5px;
padding-left: 30px;
padding-bottom: 5px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(216, 216, 216, 1);
border-radius: 100px;
background-color: rgba(255, 225, 0, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-1025e890-b1e9-4223-a361-48872e7c552b:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(216, 216, 216, 1) !important;
border-radius: 100px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1025e890-b1e9-4223-a361-48872e7c552b:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1025e890-b1e9-4223-a361-48872e7c552b-root {
    text-align: center;
  }


#s-1025e890-b1e9-4223-a361-48872e7c552b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1025e890-b1e9-4223-a361-48872e7c552b-root {
    text-align: center;
  }


#s-1025e890-b1e9-4223-a361-48872e7c552b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1025e890-b1e9-4223-a361-48872e7c552b-root {
    text-align: center;
  }


#s-1025e890-b1e9-4223-a361-48872e7c552b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1025e890-b1e9-4223-a361-48872e7c552b-root {
    text-align: center;
  }


#s-1025e890-b1e9-4223-a361-48872e7c552b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1025e890-b1e9-4223-a361-48872e7c552b-root {
    text-align: center;
  }


#s-1025e890-b1e9-4223-a361-48872e7c552b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-cfa8a135-0df9-45e1-91de-3f5133050f2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cfa8a135-0df9-45e1-91de-3f5133050f2e .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  
  
}


#s-cfa8a135-0df9-45e1-91de-3f5133050f2e .shogun-heading-component h3 a {
  color: #000;
}


#s-b6ed409a-cfa0-48d8-bb13-7edd55ed1441 {
  min-height: 50px;
}








#s-b6ed409a-cfa0-48d8-bb13-7edd55ed1441 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6ed409a-cfa0-48d8-bb13-7edd55ed1441.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d55019f-f47e-4b6d-aeef-9397134db13b {
  text-align: center;
}







  #s-0d55019f-f47e-4b6d-aeef-9397134db13b img.shogun-image {
    

    
    
    
  }


#s-0d55019f-f47e-4b6d-aeef-9397134db13b .shogun-image-content {
  
    align-items: center;
  
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-0df297a2-cc6b-47bb-85d8-896824385bc2 {
  margin-left: 25%;
margin-right: 25%;
}

#s-0df297a2-cc6b-47bb-85d8-896824385bc2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-0df297a2-cc6b-47bb-85d8-896824385bc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 10px;
}

#s-0df297a2-cc6b-47bb-85d8-896824385bc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-0df297a2-cc6b-47bb-85d8-896824385bc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0df297a2-cc6b-47bb-85d8-896824385bc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 40px;
}

#s-0df297a2-cc6b-47bb-85d8-896824385bc2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 40px;
}
#s-8b29e9ad-2846-4e7a-8a46-9beabf7209ec {
  min-height: 50px;
}








#s-8b29e9ad-2846-4e7a-8a46-9beabf7209ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b29e9ad-2846-4e7a-8a46-9beabf7209ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-889b5d36-c0e3-4120-9b13-f0a67ebc85e7 {
  text-align: left;
}

@charset "UTF-8";/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animate__animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0) scaleY(1.1);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0) scaleY(1.05);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{-webkit-transition-timing-function:cubic-bezier(.215,.61,.355,1);transition-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0) scaleY(.95);transform:translateZ(0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-4px,0) scaleY(1.02);transform:translate3d(0,-4px,0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes rubberBand{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}30%{-webkit-transform:scale3d(1.25,.75,1);transform:scale3d(1.25,.75,1)}40%{-webkit-transform:scale3d(.75,1.25,1);transform:scale3d(.75,1.25,1)}50%{-webkit-transform:scale3d(1.15,.85,1);transform:scale3d(1.15,.85,1)}65%{-webkit-transform:scale3d(.95,1.05,1);transform:scale3d(.95,1.05,1)}75%{-webkit-transform:scale3d(1.05,.95,1);transform:scale3d(1.05,.95,1)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}@keyframes shakeX{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}20%,40%,60%,80%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}@keyframes shakeY{0%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}10%,30%,50%,70%,90%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}20%,40%,60%,80%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes headShake{0%{-webkit-transform:translateX(0);transform:translateX(0)}6.5%{-webkit-transform:translateX(-6px) rotateY(-9deg);transform:translateX(-6px) rotateY(-9deg)}18.5%{-webkit-transform:translateX(5px) rotateY(7deg);transform:translateX(5px) rotateY(7deg)}31.5%{-webkit-transform:translateX(-3px) rotateY(-5deg);transform:translateX(-3px) rotateY(-5deg)}43.5%{-webkit-transform:translateX(2px) rotateY(3deg);transform:translateX(2px) rotateY(3deg)}50%{-webkit-transform:translateX(0);transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.animate__swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes tada{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate(-3deg);transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(3deg);transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate(-3deg);transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes wobble{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}15%{-webkit-transform:translate3d(-25%,0,0) rotate(-5deg);transform:translate3d(-25%,0,0) rotate(-5deg)}30%{-webkit-transform:translate3d(20%,0,0) rotate(3deg);transform:translate3d(20%,0,0) rotate(3deg)}45%{-webkit-transform:translate3d(-15%,0,0) rotate(-3deg);transform:translate3d(-15%,0,0) rotate(-3deg)}60%{-webkit-transform:translate3d(10%,0,0) rotate(2deg);transform:translate3d(10%,0,0) rotate(2deg)}75%{-webkit-transform:translate3d(-5%,0,0) rotate(-1deg);transform:translate3d(-5%,0,0) rotate(-1deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes jello{0%,11.1%,to{-webkit-transform:translateZ(0);transform:translateZ(0)}22.2%{-webkit-transform:skewX(-12.5deg) skewY(-12.5deg);transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{-webkit-transform:skewX(6.25deg) skewY(6.25deg);transform:skewX(6.25deg) skewY(6.25deg)}44.4%{-webkit-transform:skewX(-3.125deg) skewY(-3.125deg);transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{-webkit-transform:skewX(1.5625deg) skewY(1.5625deg);transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{-webkit-transform:skewX(-.78125deg) skewY(-.78125deg);transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{-webkit-transform:skewX(.390625deg) skewY(.390625deg);transform:skewX(.390625deg) skewY(.390625deg)}88.8%{-webkit-transform:skewX(-.1953125deg) skewY(-.1953125deg);transform:skewX(-.1953125deg) skewY(-.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes heartBeat{0%{-webkit-transform:scale(1);transform:scale(1)}14%{-webkit-transform:scale(1.3);transform:scale(1.3)}28%{-webkit-transform:scale(1);transform:scale(1)}42%{-webkit-transform:scale(1.3);transform:scale(1.3)}70%{-webkit-transform:scale(1);transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInDown{0%{-webkit-transform:translateY(-1200px) scale(.7);transform:translateY(-1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInLeft{0%{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInRight{0%{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}80%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes backInUp{0%{-webkit-transform:translateY(1200px) scale(.7);transform:translateY(1200px) scale(.7);opacity:.7}80%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}@keyframes backOutDown{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(700px) scale(.7);transform:translateY(700px) scale(.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}@keyframes backOutLeft{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(-2000px) scale(.7);transform:translateX(-2000px) scale(.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}@keyframes backOutRight{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateX(0) scale(.7);transform:translateX(0) scale(.7);opacity:.7}to{-webkit-transform:translateX(2000px) scale(.7);transform:translateX(2000px) scale(.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}@keyframes backOutUp{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}20%{-webkit-transform:translateY(0) scale(.7);transform:translateY(0) scale(.7);opacity:.7}to{-webkit-transform:translateY(-700px) scale(.7);transform:translateY(-700px) scale(.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}80%{-webkit-transform:scale3d(.97,.97,.97);transform:scale3d(.97,.97,.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0) scaleY(3);transform:translate3d(0,-3000px,0) scaleY(3)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0) scaleY(.9);transform:translate3d(0,25px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,-10px,0) scaleY(.95);transform:translate3d(0,-10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,5px,0) scaleY(.985);transform:translate3d(0,5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0) scaleX(3);transform:translate3d(-3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0) scaleX(1);transform:translate3d(25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(-10px,0,0) scaleX(.98);transform:translate3d(-10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(5px,0,0) scaleX(.995);transform:translate3d(5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0) scaleX(3);transform:translate3d(3000px,0,0) scaleX(3)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0) scaleX(1);transform:translate3d(-25px,0,0) scaleX(1)}75%{-webkit-transform:translate3d(10px,0,0) scaleX(.98);transform:translate3d(10px,0,0) scaleX(.98)}90%{-webkit-transform:translate3d(-5px,0,0) scaleX(.995);transform:translate3d(-5px,0,0) scaleX(.995)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0) scaleY(5);transform:translate3d(0,3000px,0) scaleY(5)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}75%{-webkit-transform:translate3d(0,10px,0) scaleY(.95);transform:translate3d(0,10px,0) scaleY(.95)}90%{-webkit-transform:translate3d(0,-5px,0) scaleY(.985);transform:translate3d(0,-5px,0) scaleY(.985)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}@keyframes bounceOut{20%{-webkit-transform:scale3d(.9,.9,.9);transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}to{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0) scaleY(.985);transform:translate3d(0,10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0) scaleY(.9);transform:translate3d(0,-20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0) scaleY(3);transform:translate3d(0,2000px,0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0) scaleX(.9);transform:translate3d(20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0) scaleX(2);transform:translate3d(-2000px,0,0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0) scaleX(.9);transform:translate3d(-20px,0,0) scaleX(.9)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0) scaleX(2);transform:translate3d(2000px,0,0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}@keyframes bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0) scaleY(.985);transform:translate3d(0,-10px,0) scaleY(.985)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0) scaleY(.9);transform:translate3d(0,20px,0) scaleY(.9)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0) scaleY(3);transform:translate3d(0,-2000px,0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}@keyframes fadeOutTopLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,-100%,0);transform:translate3d(-100%,-100%,0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}@keyframes fadeOutTopRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,-100%,0);transform:translate3d(100%,-100%,0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}@keyframes fadeOutBottomRight{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(100%,100%,0);transform:translate3d(100%,100%,0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}to{opacity:0;-webkit-transform:translate3d(-100%,100%,0);transform:translate3d(-100%,100%,0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);transform:perspective(400px) scale3d(.95,.95,.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{-webkit-transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInX{0%{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes flipInY{0%{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{-webkit-transform:perspective(400px) rotateY(-20deg);transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{-webkit-transform:perspective(400px) rotateY(10deg);transform:perspective(400px) rotateY(10deg);opacity:1}80%{-webkit-transform:perspective(400px) rotateY(-5deg);transform:perspective(400px) rotateY(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg);opacity:1}to{-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible!important;backface-visibility:visible!important}@-webkit-keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{-webkit-transform:perspective(400px) rotateY(-15deg);transform:perspective(400px) rotateY(-15deg);opacity:1}to{-webkit-transform:perspective(400px) rotateY(90deg);transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible!important;backface-visibility:visible!important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{-webkit-transform:translate3d(100%,0,0) skewX(-30deg);transform:translate3d(100%,0,0) skewX(-30deg);opacity:0}60%{-webkit-transform:skewX(20deg);transform:skewX(20deg);opacity:1}80%{-webkit-transform:skewX(-5deg);transform:skewX(-5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{-webkit-transform:translate3d(-100%,0,0) skewX(30deg);transform:translate3d(-100%,0,0) skewX(30deg);opacity:0}60%{-webkit-transform:skewX(-20deg);transform:skewX(-20deg);opacity:1}80%{-webkit-transform:skewX(5deg);transform:skewX(5deg)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{-webkit-transform:translate3d(100%,0,0) skewX(30deg);transform:translate3d(100%,0,0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{-webkit-transform:translate3d(-100%,0,0) skewX(-30deg);transform:translate3d(-100%,0,0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{-webkit-transform:rotate(-200deg);transform:rotate(-200deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);opacity:0}to{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{-webkit-transform:rotate(200deg);transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{-webkit-transform:rotate(45deg);transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;-webkit-transform-origin:left bottom;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{-webkit-transform:rotate(90deg);transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;-webkit-transform-origin:right bottom;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{-webkit-transform:rotate(80deg);transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{-webkit-transform:rotate(60deg);transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{-webkit-transform:translate3d(0,700px,0);transform:translate3d(0,700px,0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;-webkit-transform-origin:top left;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;-webkit-transform:scale(.1) rotate(30deg);transform:scale(.1) rotate(30deg);-webkit-transform-origin:center bottom;transform-origin:center bottom}50%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}70%{-webkit-transform:rotate(3deg);transform:rotate(3deg)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;-webkit-transform:translate3d(-100%,0,0) rotate(-120deg);transform:translate3d(-100%,0,0) rotate(-120deg)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0) rotate(120deg);transform:translate3d(100%,0,0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInDown{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInLeft{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(-1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(10px,0,0);transform:scale3d(.475,.475,.475) translate3d(10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInRight{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);transform:scale3d(.1,.1,.1) translate3d(1000px,0,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);transform:scale3d(.475,.475,.475) translate3d(-10px,0,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomInUp{0%{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);transform:scale3d(.1,.1,.1) translate3d(0,1000px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}60%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutDown{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);transform:scale3d(.475,.475,.475) translate3d(0,-60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}@keyframes zoomOutLeft{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(42px,0,0);transform:scale3d(.475,.475,.475) translate3d(42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(-2000px,0,0);transform:scale(.1) translate3d(-2000px,0,0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;-webkit-transform-origin:left center;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}@keyframes zoomOutRight{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(-42px,0,0);transform:scale3d(.475,.475,.475) translate3d(-42px,0,0)}to{opacity:0;-webkit-transform:scale(.1) translate3d(2000px,0,0);transform:scale(.1) translate3d(2000px,0,0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;-webkit-transform-origin:right center;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}@keyframes zoomOutUp{40%{opacity:1;-webkit-transform:scale3d(.475,.475,.475) translate3d(0,60px,0);transform:scale3d(.475,.475,.475) translate3d(0,60px,0);-webkit-animation-timing-function:cubic-bezier(.55,.055,.675,.19);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}to{opacity:0;-webkit-transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);transform:scale3d(.1,.1,.1) translate3d(0,-2000px,0);-webkit-animation-timing-function:cubic-bezier(.175,.885,.32,1);animation-timing-function:cubic-bezier(.175,.885,.32,1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInDown{0%{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInUp{0%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}@keyframes slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
