.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-16fa3cb8-710e-4e18-a49c-24bf1ce0c8ab > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-16fa3cb8-710e-4e18-a49c-24bf1ce0c8ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-16fa3cb8-710e-4e18-a49c-24bf1ce0c8ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-16fa3cb8-710e-4e18-a49c-24bf1ce0c8ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-16fa3cb8-710e-4e18-a49c-24bf1ce0c8ab > .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: PT Sans;
  font-weight: 700;
  font-style: ;
  font-size: 12px;
}

#s-16fa3cb8-710e-4e18-a49c-24bf1ce0c8ab > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
.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: ;
}

.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-dd28b5a1-e4f7-4819-86e9-07b2df6788ac {
  min-height: 50px;
}








#s-dd28b5a1-e4f7-4819-86e9-07b2df6788ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd28b5a1-e4f7-4819-86e9-07b2df6788ac.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fa0b008-5c2f-4dd4-8633-a08b006b261a {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-5fa0b008-5c2f-4dd4-8633-a08b006b261a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fa0b008-5c2f-4dd4-8633-a08b006b261a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-81d32871-0c95-429d-92e1-9048c54d0d85 {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-81d32871-0c95-429d-92e1-9048c54d0d85"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81d32871-0c95-429d-92e1-9048c54d0d85"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-81d32871-0c95-429d-92e1-9048c54d0d85"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-81d32871-0c95-429d-92e1-9048c54d0d85"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

.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-d14922a1-f332-49db-bf84-a26c93f2ce6c {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-d14922a1-f332-49db-bf84-a26c93f2ce6c img.shogun-image {
    

    
    
    
  }


#s-d14922a1-f332-49db-bf84-a26c93f2ce6c .shogun-image-content {
  
    align-items: center;
  
}

.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-cb13cb1e-d929-45f4-a04d-13292f07e87b {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-cb13cb1e-d929-45f4-a04d-13292f07e87b .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-c48f2497-3d58-4eaf-80c2-2f6822a0c6d8 {
  padding-left: 10px;
padding-right: 10px;
}

#s-850aac8d-6324-4b03-9791-985952777163 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-850aac8d-6324-4b03-9791-985952777163 img.shogun-image {
    

    
    
    
  }


#s-850aac8d-6324-4b03-9791-985952777163 .shogun-image-content {
  
    align-items: center;
  
}

#s-ff6e0964-2e39-42f6-9da2-e5a300993682 {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-ff6e0964-2e39-42f6-9da2-e5a300993682 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-8d5b63d3-5db1-44e3-b83e-76be9d97efc8 {
  padding-left: 10px;
padding-right: 10px;
}

#s-11e690ae-bb9d-4111-a4f4-e41066a2a742 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-11e690ae-bb9d-4111-a4f4-e41066a2a742 img.shogun-image {
    

    
    
    
  }


#s-11e690ae-bb9d-4111-a4f4-e41066a2a742 .shogun-image-content {
  
    align-items: center;
  
}

#s-65d6eb29-2d11-4382-b14c-ce66bc26a2b3 {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-65d6eb29-2d11-4382-b14c-ce66bc26a2b3 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-b8f98734-1292-4bac-85e3-feff122eccc8 {
  padding-left: 10px;
padding-right: 10px;
}

#s-c9628d28-4f74-4e7b-8e7e-d058a50177a6 {
  background-repeat: no-repeat;
margin-top: 5em;
margin-left: 0em;
margin-bottom: 5em;
margin-right: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-c9628d28-4f74-4e7b-8e7e-d058a50177a6 {
  display: none;
}
#s-c9628d28-4f74-4e7b-8e7e-d058a50177a6, #wrap-s-c9628d28-4f74-4e7b-8e7e-d058a50177a6 { display: none !important; }}@media (max-width: 767px){#s-c9628d28-4f74-4e7b-8e7e-d058a50177a6 {
  display: none;
}
#s-c9628d28-4f74-4e7b-8e7e-d058a50177a6, #wrap-s-c9628d28-4f74-4e7b-8e7e-d058a50177a6 { display: none !important; }}
#s-c9628d28-4f74-4e7b-8e7e-d058a50177a6 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYWFhNjY3YWMtOTY1NC00YjI3LWIxNTEtOTUxZTdjMmJkNTQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhYWE2NjdhYy05NjU0LTRiMjctYjE1MS05NTFlN2MyYmQ1NDIpIi8+PC9zdmc+);
}








#s-c9628d28-4f74-4e7b-8e7e-d058a50177a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9628d28-4f74-4e7b-8e7e-d058a50177a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d4f23a11-5430-4d79-bbca-028ab09dd7e2 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-d4f23a11-5430-4d79-bbca-028ab09dd7e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-2e2c8c85-a4d3-4daf-9094-b9dff0c602fd {
  min-height: 50px;
}








#s-2e2c8c85-a4d3-4daf-9094-b9dff0c602fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e2c8c85-a4d3-4daf-9094-b9dff0c602fd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a9ba2f5-5d22-4253-86ad-6156db0d0c6d {
  margin-bottom: 0.25em;
text-align: left;
}

#s-2a9ba2f5-5d22-4253-86ad-6156db0d0c6d .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: left;
}



#s-6824e473-f059-4eba-84be-c4c5fd9b2b4e {
  margin-bottom: 0.5em;
}

#s-9baa75ef-430a-4363-ac7e-524120b78283 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9baa75ef-430a-4363-ac7e-524120b78283"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-9baa75ef-430a-4363-ac7e-524120b78283"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9baa75ef-430a-4363-ac7e-524120b78283"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-9baa75ef-430a-4363-ac7e-524120b78283"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9baa75ef-430a-4363-ac7e-524120b78283"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-9baa75ef-430a-4363-ac7e-524120b78283"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-9baa75ef-430a-4363-ac7e-524120b78283"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-c9c70b98-0814-48b3-ad25-62f5a57eeb4b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-c9c70b98-0814-48b3-ad25-62f5a57eeb4b img.shogun-image {
    

    
    
    
  }


#s-c9c70b98-0814-48b3-ad25-62f5a57eeb4b .shogun-image-content {
  
    align-items: center;
  
}

#s-d6ab5df9-6bad-4441-9139-15f9e1401c4f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d6ab5df9-6bad-4441-9139-15f9e1401c4f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-d6ab5df9-6bad-4441-9139-15f9e1401c4f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d6ab5df9-6bad-4441-9139-15f9e1401c4f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-d6ab5df9-6bad-4441-9139-15f9e1401c4f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d6ab5df9-6bad-4441-9139-15f9e1401c4f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-d6ab5df9-6bad-4441-9139-15f9e1401c4f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d6ab5df9-6bad-4441-9139-15f9e1401c4f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-43773f58-27dd-42f0-82c2-eae9b956cce0 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-43773f58-27dd-42f0-82c2-eae9b956cce0 img.shogun-image {
    

    
    
    
  }


#s-43773f58-27dd-42f0-82c2-eae9b956cce0 .shogun-image-content {
  
    align-items: center;
  
}

#s-cc60eb8e-ac21-492b-b73a-64bea9dcbfee {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-cc60eb8e-ac21-492b-b73a-64bea9dcbfee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-cc60eb8e-ac21-492b-b73a-64bea9dcbfee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-cc60eb8e-ac21-492b-b73a-64bea9dcbfee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-cc60eb8e-ac21-492b-b73a-64bea9dcbfee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-cc60eb8e-ac21-492b-b73a-64bea9dcbfee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-cc60eb8e-ac21-492b-b73a-64bea9dcbfee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-cc60eb8e-ac21-492b-b73a-64bea9dcbfee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-7c91ae96-fe83-49e8-ab8a-95ac0d372aec {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-7c91ae96-fe83-49e8-ab8a-95ac0d372aec img.shogun-image {
    

    
    
    
  }


#s-7c91ae96-fe83-49e8-ab8a-95ac0d372aec .shogun-image-content {
  
    align-items: center;
  
}

#s-53c5e324-7610-446b-b38f-d85216e360e4 {
  margin-top: -5em;
margin-bottom: -5em;
max-width: 100%;
text-align: center;
}








#s-53c5e324-7610-446b-b38f-d85216e360e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5f52f8c-9318-49c2-bcf5-b43fd8bbe288 {
  min-height: 50px;
}








#s-c5f52f8c-9318-49c2-bcf5-b43fd8bbe288 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5f52f8c-9318-49c2-bcf5-b43fd8bbe288.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6824205f-8726-44cd-a398-9ab214c2dd01 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-6824205f-8726-44cd-a398-9ab214c2dd01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6824205f-8726-44cd-a398-9ab214c2dd01.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-116f39c4-4935-41a5-a0e5-670e3464d41b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-116f39c4-4935-41a5-a0e5-670e3464d41b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-116f39c4-4935-41a5-a0e5-670e3464d41b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-116f39c4-4935-41a5-a0e5-670e3464d41b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-116f39c4-4935-41a5-a0e5-670e3464d41b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-116f39c4-4935-41a5-a0e5-670e3464d41b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-116f39c4-4935-41a5-a0e5-670e3464d41b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-116f39c4-4935-41a5-a0e5-670e3464d41b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-30262e41-09e9-4cb9-9882-40dec0b3e96f {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-30262e41-09e9-4cb9-9882-40dec0b3e96f img.shogun-image {
    

    
    
    
  }


#s-30262e41-09e9-4cb9-9882-40dec0b3e96f .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-12f8abeb-f9bc-4eb3-a30a-c9979dc309db {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-12f8abeb-f9bc-4eb3-a30a-c9979dc309db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-12f8abeb-f9bc-4eb3-a30a-c9979dc309db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-12f8abeb-f9bc-4eb3-a30a-c9979dc309db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-12f8abeb-f9bc-4eb3-a30a-c9979dc309db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-12f8abeb-f9bc-4eb3-a30a-c9979dc309db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-12f8abeb-f9bc-4eb3-a30a-c9979dc309db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-12f8abeb-f9bc-4eb3-a30a-c9979dc309db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-668846e5-c3cf-4066-9a59-befda15141e2 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-668846e5-c3cf-4066-9a59-befda15141e2 img.shogun-image {
    

    
    
    
  }


#s-668846e5-c3cf-4066-9a59-befda15141e2 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-838ef034-6f0d-40eb-a1cc-78e481bbd76c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-838ef034-6f0d-40eb-a1cc-78e481bbd76c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-838ef034-6f0d-40eb-a1cc-78e481bbd76c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-838ef034-6f0d-40eb-a1cc-78e481bbd76c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-838ef034-6f0d-40eb-a1cc-78e481bbd76c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-838ef034-6f0d-40eb-a1cc-78e481bbd76c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-838ef034-6f0d-40eb-a1cc-78e481bbd76c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-838ef034-6f0d-40eb-a1cc-78e481bbd76c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-0f0b40be-f698-4eef-809b-c26e6cfb2615 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-0f0b40be-f698-4eef-809b-c26e6cfb2615 img.shogun-image {
    

    
    
    
  }


#s-0f0b40be-f698-4eef-809b-c26e6cfb2615 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-69b7f4eb-27d6-4933-bd91-375cc7c18566 {
  background-repeat: no-repeat;
margin-top: 4em;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-69b7f4eb-27d6-4933-bd91-375cc7c18566 {
  display: none;
}
#s-69b7f4eb-27d6-4933-bd91-375cc7c18566, #wrap-s-69b7f4eb-27d6-4933-bd91-375cc7c18566 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-69b7f4eb-27d6-4933-bd91-375cc7c18566 {
  display: none;
}
#s-69b7f4eb-27d6-4933-bd91-375cc7c18566, #wrap-s-69b7f4eb-27d6-4933-bd91-375cc7c18566 { display: none !important; }}@media (max-width: 767px){#s-69b7f4eb-27d6-4933-bd91-375cc7c18566 {
  
}
}
#s-69b7f4eb-27d6-4933-bd91-375cc7c18566 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYTk4NGJiN2ItNjhiMC00NzUyLThkNzMtMWU1NWZkNzQxYzNmIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNhOTg0YmI3Yi02OGIwLTQ3NTItOGQ3My0xZTU1ZmQ3NDFjM2YpIi8+PC9zdmc+);
}








#s-69b7f4eb-27d6-4933-bd91-375cc7c18566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-69b7f4eb-27d6-4933-bd91-375cc7c18566.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa4311a8-6967-42cc-881c-d5bdab304695 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-fa4311a8-6967-42cc-881c-d5bdab304695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4311a8-6967-42cc-881c-d5bdab304695.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb5ed98d-cefa-4d0e-b3d4-715264ec49c2 {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}








#s-cb5ed98d-cefa-4d0e-b3d4-715264ec49c2 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1e92096-18f1-4e81-80bf-e640bb7303b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1e92096-18f1-4e81-80bf-e640bb7303b8 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-d086b673-553e-44e4-8089-785930885306 {
  margin-bottom: 0.5em;
}

#s-f56c2c4c-fe4e-4e56-9734-dfca042dbf3b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f56c2c4c-fe4e-4e56-9734-dfca042dbf3b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f56c2c4c-fe4e-4e56-9734-dfca042dbf3b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-f56c2c4c-fe4e-4e56-9734-dfca042dbf3b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-f56c2c4c-fe4e-4e56-9734-dfca042dbf3b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-481b8236-aebf-463c-a283-7d0609295097 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-481b8236-aebf-463c-a283-7d0609295097 img.shogun-image {
    

    
    
    
  }


#s-481b8236-aebf-463c-a283-7d0609295097 .shogun-image-content {
  
    align-items: center;
  
}

#s-faaaf1c4-2eb0-4680-9bf8-757874a9c5b8 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-faaaf1c4-2eb0-4680-9bf8-757874a9c5b8 {
  margin-bottom: 1em;
}
}
#s-299e0b6d-de88-4f2a-bec7-29fdffd958c7 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-299e0b6d-de88-4f2a-bec7-29fdffd958c7 img.shogun-image {
    

    
    
    
  }


#s-299e0b6d-de88-4f2a-bec7-29fdffd958c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6aacd117-0131-4047-aacb-a66a1e88ac20 {
  margin-top: 1em;
}

#s-0b0f7173-7d5f-4c7e-a5b0-80eab55ae540 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0b0f7173-7d5f-4c7e-a5b0-80eab55ae540"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0b0f7173-7d5f-4c7e-a5b0-80eab55ae540"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-0b0f7173-7d5f-4c7e-a5b0-80eab55ae540"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-0b0f7173-7d5f-4c7e-a5b0-80eab55ae540"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-7ef16de4-a2d3-4cab-bf22-38319974b7df {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-7ef16de4-a2d3-4cab-bf22-38319974b7df img.shogun-image {
    

    
    
    
  }


#s-7ef16de4-a2d3-4cab-bf22-38319974b7df .shogun-image-content {
  
    align-items: center;
  
}

#s-da76af06-e407-4132-aac4-1f938d5ed915 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-da76af06-e407-4132-aac4-1f938d5ed915 {
  margin-bottom: 1em;
}
}
#s-2ee7fd26-7c99-49a0-8f80-d2a0d9f88c16 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-2ee7fd26-7c99-49a0-8f80-d2a0d9f88c16 img.shogun-image {
    

    
    
    
  }


#s-2ee7fd26-7c99-49a0-8f80-d2a0d9f88c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-55c7c360-8b9f-4820-9ef6-a6273a50f952 {
  margin-top: 1em;
}

#s-4147dac5-78f3-4616-a13d-e7ea15237cbe {
  margin-top: 1em;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-4147dac5-78f3-4616-a13d-e7ea15237cbe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4147dac5-78f3-4616-a13d-e7ea15237cbe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4147dac5-78f3-4616-a13d-e7ea15237cbe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4147dac5-78f3-4616-a13d-e7ea15237cbe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-abfb56a3-9bb2-41da-923c-1b7cbd45d777 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-abfb56a3-9bb2-41da-923c-1b7cbd45d777 img.shogun-image {
    

    
    
    
  }


#s-abfb56a3-9bb2-41da-923c-1b7cbd45d777 .shogun-image-content {
  
    align-items: center;
  
}

#s-05d903a3-da25-4756-b381-268d51ec5741 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-05d903a3-da25-4756-b381-268d51ec5741 {
  margin-bottom: 1em;
}
}
#s-a0c67eca-ea63-41a3-ad5b-b1603e517473 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-a0c67eca-ea63-41a3-ad5b-b1603e517473 img.shogun-image {
    

    
    
    
  }


#s-a0c67eca-ea63-41a3-ad5b-b1603e517473 .shogun-image-content {
  
    align-items: center;
  
}

#s-464001db-1078-4e21-a6ff-ec860056e385 {
  margin-top: 1em;
}

#s-8f03acf5-6d7f-40a1-a68f-cea244793500 {
  min-height: 50px;
}








#s-8f03acf5-6d7f-40a1-a68f-cea244793500 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f03acf5-6d7f-40a1-a68f-cea244793500.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4a1c8e3d-e859-421d-94ef-919a5cbc6b95 {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-4a1c8e3d-e859-421d-94ef-919a5cbc6b95 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a1c8e3d-e859-421d-94ef-919a5cbc6b95.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-828cdb47-8fa4-4acc-8232-c7d933b1ace1 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-828cdb47-8fa4-4acc-8232-c7d933b1ace1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-828cdb47-8fa4-4acc-8232-c7d933b1ace1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-828cdb47-8fa4-4acc-8232-c7d933b1ace1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-828cdb47-8fa4-4acc-8232-c7d933b1ace1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-0ba8c25d-f082-495b-8f29-015953ce5d7d {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-0ba8c25d-f082-495b-8f29-015953ce5d7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ba8c25d-f082-495b-8f29-015953ce5d7d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d5128489-5614-4f81-9504-da04c7a3882f {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-d5128489-5614-4f81-9504-da04c7a3882f img.shogun-image {
    

    
    
    
  }


#s-d5128489-5614-4f81-9504-da04c7a3882f .shogun-image-content {
  
    align-items: center;
  
}

#s-39532e57-6aab-411a-9e23-e55a36533b84 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-39532e57-6aab-411a-9e23-e55a36533b84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39532e57-6aab-411a-9e23-e55a36533b84.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-525ea9e5-a10f-4d32-a4cd-3156c7bfc760 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-525ea9e5-a10f-4d32-a4cd-3156c7bfc760 img.shogun-image {
    

    
    
    
  }


#s-525ea9e5-a10f-4d32-a4cd-3156c7bfc760 .shogun-image-content {
  
    align-items: center;
  
}

#s-5777c864-097c-4bb8-bf58-baea2cd21686 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-5777c864-097c-4bb8-bf58-baea2cd21686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5777c864-097c-4bb8-bf58-baea2cd21686.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ac65ab86-0182-4e3f-ab71-7811cbd82f26 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-ac65ab86-0182-4e3f-ab71-7811cbd82f26 img.shogun-image {
    

    
    
    
  }


#s-ac65ab86-0182-4e3f-ab71-7811cbd82f26 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef5af17d-66ba-4612-b71d-2920d9173e7d {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-ef5af17d-66ba-4612-b71d-2920d9173e7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef5af17d-66ba-4612-b71d-2920d9173e7d.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-92ea5aee-835b-4f46-a335-219d73e7afae {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-92ea5aee-835b-4f46-a335-219d73e7afae img.shogun-image {
    

    
    
    
  }


#s-92ea5aee-835b-4f46-a335-219d73e7afae .shogun-image-content {
  
    align-items: center;
  
}

#s-f39ee643-cbf3-43f3-8e2e-7408490a937c {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-f39ee643-cbf3-43f3-8e2e-7408490a937c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-f39ee643-cbf3-43f3-8e2e-7408490a937c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-f39ee643-cbf3-43f3-8e2e-7408490a937c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-f39ee643-cbf3-43f3-8e2e-7408490a937c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-8a850c6f-868c-4bc2-9350-77c8edba1ca3 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-8a850c6f-868c-4bc2-9350-77c8edba1ca3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a850c6f-868c-4bc2-9350-77c8edba1ca3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-614121e5-ea96-41e2-b661-4a5bc5874374 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-614121e5-ea96-41e2-b661-4a5bc5874374 img.shogun-image {
    

    
    
    
  }


#s-614121e5-ea96-41e2-b661-4a5bc5874374 .shogun-image-content {
  
    align-items: center;
  
}

#s-d8a73720-15da-4e54-8e7a-2a15a32d7c8f {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-d8a73720-15da-4e54-8e7a-2a15a32d7c8f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8a73720-15da-4e54-8e7a-2a15a32d7c8f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0ce53cd9-0341-432b-9836-d43b5db1cede {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-0ce53cd9-0341-432b-9836-d43b5db1cede img.shogun-image {
    

    
    
    
  }


#s-0ce53cd9-0341-432b-9836-d43b5db1cede .shogun-image-content {
  
    align-items: center;
  
}

#s-4d455130-388d-4fa7-b73a-0fd5aa3a561c {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-4d455130-388d-4fa7-b73a-0fd5aa3a561c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d455130-388d-4fa7-b73a-0fd5aa3a561c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a298f2a7-edad-40a8-8d19-3c217d96a5dd {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-a298f2a7-edad-40a8-8d19-3c217d96a5dd img.shogun-image {
    

    
    
    
  }


#s-a298f2a7-edad-40a8-8d19-3c217d96a5dd .shogun-image-content {
  
    align-items: center;
  
}

#s-10e08d55-53ff-4ce4-b2d0-fca9db2f76b0 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-10e08d55-53ff-4ce4-b2d0-fca9db2f76b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-10e08d55-53ff-4ce4-b2d0-fca9db2f76b0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4c1f7cf5-cd65-46e4-b8b5-db0628e7bdc7 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-4c1f7cf5-cd65-46e4-b8b5-db0628e7bdc7 img.shogun-image {
    

    
    
    
  }


#s-4c1f7cf5-cd65-46e4-b8b5-db0628e7bdc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fc18213-b69a-4b6b-87c9-dffc2ef52e45 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-6fc18213-b69a-4b6b-87c9-dffc2ef52e45"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-6fc18213-b69a-4b6b-87c9-dffc2ef52e45"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-6fc18213-b69a-4b6b-87c9-dffc2ef52e45"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-6fc18213-b69a-4b6b-87c9-dffc2ef52e45"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-656afec7-0350-4852-87b9-cf542aac6243 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-656afec7-0350-4852-87b9-cf542aac6243 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-656afec7-0350-4852-87b9-cf542aac6243.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-41cb0a51-c044-4584-88f4-02b7f6f09657 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-41cb0a51-c044-4584-88f4-02b7f6f09657 img.shogun-image {
    

    
    
    
  }


#s-41cb0a51-c044-4584-88f4-02b7f6f09657 .shogun-image-content {
  
    align-items: center;
  
}

#s-b786f625-f31b-47ec-92e2-5e8141b7ee75 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-b786f625-f31b-47ec-92e2-5e8141b7ee75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b786f625-f31b-47ec-92e2-5e8141b7ee75.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2bbd6e6-54e9-4073-9641-42213ce27d2e {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-c2bbd6e6-54e9-4073-9641-42213ce27d2e img.shogun-image {
    

    
    
    
  }


#s-c2bbd6e6-54e9-4073-9641-42213ce27d2e .shogun-image-content {
  
    align-items: center;
  
}

#s-93c90ed0-691b-4452-8bd3-faa42a0ecdca {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-93c90ed0-691b-4452-8bd3-faa42a0ecdca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-93c90ed0-691b-4452-8bd3-faa42a0ecdca.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72b4cdce-61b3-431d-97d4-e0597798f540 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-72b4cdce-61b3-431d-97d4-e0597798f540 img.shogun-image {
    

    
    
    
  }


#s-72b4cdce-61b3-431d-97d4-e0597798f540 .shogun-image-content {
  
    align-items: center;
  
}

#s-6846a8d9-6387-478e-843b-56bbdc5729a4 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-6846a8d9-6387-478e-843b-56bbdc5729a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6846a8d9-6387-478e-843b-56bbdc5729a4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f598eaa8-d8b5-4c62-8da3-2c81198e8edc {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-f598eaa8-d8b5-4c62-8da3-2c81198e8edc img.shogun-image {
    

    
    
    
  }


#s-f598eaa8-d8b5-4c62-8da3-2c81198e8edc .shogun-image-content {
  
    align-items: center;
  
}

#s-cca32351-1679-49e4-b254-71ea51f2e520 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}
@media (min-width: 768px) and (max-width: 991px){#s-cca32351-1679-49e4-b254-71ea51f2e520 {
  
}
}@media (max-width: 767px){#s-cca32351-1679-49e4-b254-71ea51f2e520 {
  display: none;
}
#s-cca32351-1679-49e4-b254-71ea51f2e520, #wrap-s-cca32351-1679-49e4-b254-71ea51f2e520 { display: none !important; }}
@media (min-width: 0px) {
[id="s-cca32351-1679-49e4-b254-71ea51f2e520"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-cca32351-1679-49e4-b254-71ea51f2e520"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-cca32351-1679-49e4-b254-71ea51f2e520"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-cca32351-1679-49e4-b254-71ea51f2e520"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-eb81e121-301a-4cfb-9217-249992c97eea {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-eb81e121-301a-4cfb-9217-249992c97eea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb81e121-301a-4cfb-9217-249992c97eea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4cd7251d-7cae-4025-befc-c06bdd678aa0 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-4cd7251d-7cae-4025-befc-c06bdd678aa0 img.shogun-image {
    

    
    
    
  }


#s-4cd7251d-7cae-4025-befc-c06bdd678aa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3bd50a59-937b-44b1-8d0a-e4bfa631cf0f {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-3bd50a59-937b-44b1-8d0a-e4bfa631cf0f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bd50a59-937b-44b1-8d0a-e4bfa631cf0f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-070fe913-506e-42a1-a1b9-7993b593e153 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-070fe913-506e-42a1-a1b9-7993b593e153 img.shogun-image {
    

    
    
    
  }


#s-070fe913-506e-42a1-a1b9-7993b593e153 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c0e98e9-0410-4e56-ad73-e266915907a9 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-8c0e98e9-0410-4e56-ad73-e266915907a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c0e98e9-0410-4e56-ad73-e266915907a9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-603f2d77-16d6-41d5-8440-f1706d02b5f6 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-603f2d77-16d6-41d5-8440-f1706d02b5f6 img.shogun-image {
    

    
    
    
  }


#s-603f2d77-16d6-41d5-8440-f1706d02b5f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-635eae73-6e41-4b1f-a9aa-12a8dd8da083 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-635eae73-6e41-4b1f-a9aa-12a8dd8da083 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-635eae73-6e41-4b1f-a9aa-12a8dd8da083.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f081da8-7ed2-4aaf-b6f5-5cc08d43c44a {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-1f081da8-7ed2-4aaf-b6f5-5cc08d43c44a img.shogun-image {
    

    
    
    
  }


#s-1f081da8-7ed2-4aaf-b6f5-5cc08d43c44a .shogun-image-content {
  
    align-items: center;
  
}

#s-772b0798-e7a7-4b28-b22e-7e9cb22c4204 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}
@media (min-width: 1200px){#s-772b0798-e7a7-4b28-b22e-7e9cb22c4204 {
  display: none;
}
#s-772b0798-e7a7-4b28-b22e-7e9cb22c4204, #wrap-s-772b0798-e7a7-4b28-b22e-7e9cb22c4204 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-772b0798-e7a7-4b28-b22e-7e9cb22c4204 {
  display: none;
}
#s-772b0798-e7a7-4b28-b22e-7e9cb22c4204, #wrap-s-772b0798-e7a7-4b28-b22e-7e9cb22c4204 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-772b0798-e7a7-4b28-b22e-7e9cb22c4204 {
  display: none;
}
#s-772b0798-e7a7-4b28-b22e-7e9cb22c4204, #wrap-s-772b0798-e7a7-4b28-b22e-7e9cb22c4204 { display: none !important; }}
@media (min-width: 0px) {
[id="s-772b0798-e7a7-4b28-b22e-7e9cb22c4204"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-772b0798-e7a7-4b28-b22e-7e9cb22c4204"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-772b0798-e7a7-4b28-b22e-7e9cb22c4204"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-772b0798-e7a7-4b28-b22e-7e9cb22c4204"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-bfa4be13-5bd4-476f-953d-3423399d6ad4 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-bfa4be13-5bd4-476f-953d-3423399d6ad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfa4be13-5bd4-476f-953d-3423399d6ad4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8371eb5e-eae2-48f7-943b-115407ddc753 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-8371eb5e-eae2-48f7-943b-115407ddc753 img.shogun-image {
    

    
    
    
  }


#s-8371eb5e-eae2-48f7-943b-115407ddc753 .shogun-image-content {
  
    align-items: center;
  
}

#s-78fe8ed4-0bf1-4115-9cf6-b0a7b67f4760 {
  margin-top: 0.5em;
margin-bottom: 0.5em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 1em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(244, 244, 244, 1);
}








#s-78fe8ed4-0bf1-4115-9cf6-b0a7b67f4760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78fe8ed4-0bf1-4115-9cf6-b0a7b67f4760.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c722ccda-4314-45f9-8e46-dec942e0d6ef {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-c722ccda-4314-45f9-8e46-dec942e0d6ef img.shogun-image {
    

    
    
    
  }


#s-c722ccda-4314-45f9-8e46-dec942e0d6ef .shogun-image-content {
  
    align-items: center;
  
}

#s-f23a2d4d-3e4b-47d4-a32b-1ecb0ca254d8 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-f23a2d4d-3e4b-47d4-a32b-1ecb0ca254d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f23a2d4d-3e4b-47d4-a32b-1ecb0ca254d8.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-f15d4100-ef3e-4ee1-a52a-6ccf7920b0ac"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f15d4100-ef3e-4ee1-a52a-6ccf7920b0ac"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-f15d4100-ef3e-4ee1-a52a-6ccf7920b0ac"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-f15d4100-ef3e-4ee1-a52a-6ccf7920b0ac"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-a4ab5d0e-dc0d-4aa1-b990-ddea9b75a5f2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-a4ab5d0e-dc0d-4aa1-b990-ddea9b75a5f2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a4ab5d0e-dc0d-4aa1-b990-ddea9b75a5f2 td.shogun-table-column {
  background-color: rgba(244, 244, 244, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-a4ab5d0e-dc0d-4aa1-b990-ddea9b75a5f2 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a4ab5d0e-dc0d-4aa1-b990-ddea9b75a5f2 td.shogun-table-column, #s-a4ab5d0e-dc0d-4aa1-b990-ddea9b75a5f2 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-b72e04c9-99ff-4e42-ab04-ae9a124abe96 {
  min-height: 50px;
}








#s-b72e04c9-99ff-4e42-ab04-ae9a124abe96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b72e04c9-99ff-4e42-ab04-ae9a124abe96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eafb7ec-b1ec-4ab8-83e5-c1e6482e803b .shogun-icon-wrapper {
  text-align: center;
}


#s-4eafb7ec-b1ec-4ab8-83e5-c1e6482e803b .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-d60feeba-d69c-445b-b01e-5b4eca65d92f {
  min-height: 50px;
}








#s-d60feeba-d69c-445b-b01e-5b4eca65d92f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d60feeba-d69c-445b-b01e-5b4eca65d92f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7ebcc4cf-74bc-4ba7-a07d-3f9316f04ed0 .shogun-icon-wrapper {
  text-align: center;
}


#s-7ebcc4cf-74bc-4ba7-a07d-3f9316f04ed0 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-eaaab321-5920-4b14-ab26-0667d4a5331e {
  min-height: 50px;
}








#s-eaaab321-5920-4b14-ab26-0667d4a5331e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaaab321-5920-4b14-ab26-0667d4a5331e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f6270ec-7f6c-480b-829f-6902d3fa4fe6 {
  min-height: 50px;
}








#s-8f6270ec-7f6c-480b-829f-6902d3fa4fe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f6270ec-7f6c-480b-829f-6902d3fa4fe6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6ece696-3e11-4989-9843-e47ddc133dd5 .shogun-icon-wrapper {
  text-align: center;
}


#s-b6ece696-3e11-4989-9843-e47ddc133dd5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-efa36f54-2439-49a3-9c34-3c040b147667 {
  min-height: 50px;
}








#s-efa36f54-2439-49a3-9c34-3c040b147667 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efa36f54-2439-49a3-9c34-3c040b147667.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af240d7c-f4a4-4e30-84b9-17f6af12d91c {
  min-height: 50px;
}








#s-af240d7c-f4a4-4e30-84b9-17f6af12d91c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af240d7c-f4a4-4e30-84b9-17f6af12d91c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a44eddd0-2022-4e8f-aec8-28b09ad0429e .shogun-icon-wrapper {
  text-align: center;
}


#s-a44eddd0-2022-4e8f-aec8-28b09ad0429e .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-d6eaf19f-3f38-464d-9407-c4bc2451aa0d {
  min-height: 50px;
}








#s-d6eaf19f-3f38-464d-9407-c4bc2451aa0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6eaf19f-3f38-464d-9407-c4bc2451aa0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8c867b50-9343-4214-9fac-2a2cfe49c790 .shogun-icon-wrapper {
  text-align: center;
}


#s-8c867b50-9343-4214-9fac-2a2cfe49c790 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-25a580d6-26e3-4ccd-b98d-36af0579eb9b {
  min-height: 50px;
}








#s-25a580d6-26e3-4ccd-b98d-36af0579eb9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25a580d6-26e3-4ccd-b98d-36af0579eb9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72916414-2a05-4958-9a74-951cd609ae7e {
  min-height: 50px;
}








#s-72916414-2a05-4958-9a74-951cd609ae7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72916414-2a05-4958-9a74-951cd609ae7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a6e22b5-4216-4f92-9f21-b326b8d53fad {
  min-height: 50px;
}








#s-0a6e22b5-4216-4f92-9f21-b326b8d53fad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a6e22b5-4216-4f92-9f21-b326b8d53fad.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-442afe05-98fe-46a8-b39d-21f97c8f42e8 .shogun-icon-wrapper {
  text-align: center;
}


#s-442afe05-98fe-46a8-b39d-21f97c8f42e8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-dc29e768-3e14-4538-9dc3-fe228f46df86 {
  min-height: 50px;
}








#s-dc29e768-3e14-4538-9dc3-fe228f46df86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc29e768-3e14-4538-9dc3-fe228f46df86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-68cc59ca-8bd9-44ab-adb1-81fd37383e41 .shogun-icon-wrapper {
  text-align: center;
}


#s-68cc59ca-8bd9-44ab-adb1-81fd37383e41 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-03710449-1dbe-4ab2-b709-12128e8bb8fa {
  min-height: 50px;
}








#s-03710449-1dbe-4ab2-b709-12128e8bb8fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03710449-1dbe-4ab2-b709-12128e8bb8fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0412effb-617f-4cd8-a395-6745a2dfa015 {
  min-height: 50px;
}








#s-0412effb-617f-4cd8-a395-6745a2dfa015 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0412effb-617f-4cd8-a395-6745a2dfa015.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af7ce1ce-1ce3-4d40-9eeb-32a0eeb0e0d7 {
  min-height: 50px;
}








#s-af7ce1ce-1ce3-4d40-9eeb-32a0eeb0e0d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af7ce1ce-1ce3-4d40-9eeb-32a0eeb0e0d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0deb609c-ebb0-4e4f-80c0-ee9fdf600a7f {
  min-height: 50px;
}








#s-0deb609c-ebb0-4e4f-80c0-ee9fdf600a7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0deb609c-ebb0-4e4f-80c0-ee9fdf600a7f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbb03344-7723-44ce-ad42-6613ffc579f4 {
  min-height: 50px;
}








#s-fbb03344-7723-44ce-ad42-6613ffc579f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbb03344-7723-44ce-ad42-6613ffc579f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b0ac583-60eb-4262-906c-c90f32a1600c {
  min-height: 50px;
}








#s-9b0ac583-60eb-4262-906c-c90f32a1600c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b0ac583-60eb-4262-906c-c90f32a1600c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e60efb7-6461-4d40-ab78-86c188a96643 {
  min-height: 50px;
}








#s-2e60efb7-6461-4d40-ab78-86c188a96643 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e60efb7-6461-4d40-ab78-86c188a96643.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5b45e7b-e501-4a85-9715-1bbe8ffc6efb {
  min-height: 50px;
}








#s-c5b45e7b-e501-4a85-9715-1bbe8ffc6efb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5b45e7b-e501-4a85-9715-1bbe8ffc6efb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a737a2c8-6b48-43d8-8bca-3a4469d1041d {
  min-height: 50px;
}








#s-a737a2c8-6b48-43d8-8bca-3a4469d1041d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a737a2c8-6b48-43d8-8bca-3a4469d1041d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b29e6dd7-e4a6-48c4-a34a-b25c7fc4bcf1 .shogun-icon-wrapper {
  text-align: center;
}


#s-b29e6dd7-e4a6-48c4-a34a-b25c7fc4bcf1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-667013f0-2497-4bfa-83ea-668ed0a7389e {
  min-height: 50px;
}








#s-667013f0-2497-4bfa-83ea-668ed0a7389e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-667013f0-2497-4bfa-83ea-668ed0a7389e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c31c22f2-da27-48c3-976d-381fac98fa53 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-c31c22f2-da27-48c3-976d-381fac98fa53 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c31c22f2-da27-48c3-976d-381fac98fa53 td.shogun-table-column {
  background-color: rgba(244, 244, 244, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-c31c22f2-da27-48c3-976d-381fac98fa53 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-c31c22f2-da27-48c3-976d-381fac98fa53 td.shogun-table-column, #s-c31c22f2-da27-48c3-976d-381fac98fa53 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-3da85504-32e0-410b-b7da-e193516f2734 .shogun-icon-wrapper {
  text-align: center;
}


#s-3da85504-32e0-410b-b7da-e193516f2734 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-1386f21b-481b-4f55-991b-32e2a885e5ca {
  min-height: 50px;
}








#s-1386f21b-481b-4f55-991b-32e2a885e5ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1386f21b-481b-4f55-991b-32e2a885e5ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e68ab542-f22d-43b0-b84f-fe1517b6d86c {
  min-height: 50px;
}








#s-e68ab542-f22d-43b0-b84f-fe1517b6d86c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e68ab542-f22d-43b0-b84f-fe1517b6d86c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56157f54-46de-4104-81b0-16e2d7a4d389 .shogun-icon-wrapper {
  text-align: center;
}


#s-56157f54-46de-4104-81b0-16e2d7a4d389 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(228, 186, 1, 1);
}

#s-7b924de8-ae1a-40ef-8333-fba118d34c48 {
  min-height: 50px;
}








#s-7b924de8-ae1a-40ef-8333-fba118d34c48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b924de8-ae1a-40ef-8333-fba118d34c48.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d583b50-5c82-4c6a-a261-196fd9e8cafe {
  min-height: 50px;
}








#s-9d583b50-5c82-4c6a-a261-196fd9e8cafe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d583b50-5c82-4c6a-a261-196fd9e8cafe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9342ed6f-f8a2-452f-9b60-eaddb911b1b2 .shogun-icon-wrapper {
  text-align: center;
}


#s-9342ed6f-f8a2-452f-9b60-eaddb911b1b2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(228, 186, 1, 1);
}

#s-58018b93-a2f2-429e-976c-a5dbc19768bd {
  min-height: 50px;
}








#s-58018b93-a2f2-429e-976c-a5dbc19768bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58018b93-a2f2-429e-976c-a5dbc19768bd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f62d3a95-a4b0-4e26-977a-fbbfcdc4fb24 {
  min-height: 50px;
}








#s-f62d3a95-a4b0-4e26-977a-fbbfcdc4fb24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f62d3a95-a4b0-4e26-977a-fbbfcdc4fb24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15efbbe2-a260-4ed3-9b2a-760107c566ae {
  min-height: 50px;
}








#s-15efbbe2-a260-4ed3-9b2a-760107c566ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15efbbe2-a260-4ed3-9b2a-760107c566ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c54720f-d22f-4740-80b8-cb892b85acbb .shogun-icon-wrapper {
  text-align: center;
}


#s-9c54720f-d22f-4740-80b8-cb892b85acbb .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-c46ec8c8-7184-4673-869f-3ce544e226de {
  min-height: 50px;
}








#s-c46ec8c8-7184-4673-869f-3ce544e226de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c46ec8c8-7184-4673-869f-3ce544e226de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0a1dec11-882e-4e32-a82b-f7d868bb99ca .shogun-icon-wrapper {
  text-align: center;
}


#s-0a1dec11-882e-4e32-a82b-f7d868bb99ca .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-c0b6367f-8992-4ec7-9bdd-75cd0e7a0f57 {
  min-height: 50px;
}








#s-c0b6367f-8992-4ec7-9bdd-75cd0e7a0f57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0b6367f-8992-4ec7-9bdd-75cd0e7a0f57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7cb2cbe-214c-46b0-9e4d-3f29c2784fd2 .shogun-icon-wrapper {
  text-align: center;
}


#s-a7cb2cbe-214c-46b0-9e4d-3f29c2784fd2 .shogun-icon-wrapper > .shogun-icon {

  font-size: 24px !important;
  color: rgba(146, 206, 190, 1);
}

#s-82a74d40-7824-4c17-87b5-62a1b0968354 {
  min-height: 50px;
}








#s-82a74d40-7824-4c17-87b5-62a1b0968354 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82a74d40-7824-4c17-87b5-62a1b0968354.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b7af756-0fb0-44bf-aa33-7a568ec86835 {
  min-height: 50px;
}








#s-5b7af756-0fb0-44bf-aa33-7a568ec86835 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b7af756-0fb0-44bf-aa33-7a568ec86835.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ceb6941b-2cf7-47f6-91cb-93f9e3075cdf {
  min-height: 50px;
}








#s-ceb6941b-2cf7-47f6-91cb-93f9e3075cdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ceb6941b-2cf7-47f6-91cb-93f9e3075cdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe9ece24-3c53-448c-b042-b6f0e3ddf8c3 {
  min-height: 50px;
}








#s-fe9ece24-3c53-448c-b042-b6f0e3ddf8c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe9ece24-3c53-448c-b042-b6f0e3ddf8c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46d20f86-94f6-489f-b907-2f1a52592459 {
  min-height: 50px;
}








#s-46d20f86-94f6-489f-b907-2f1a52592459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46d20f86-94f6-489f-b907-2f1a52592459.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aa0912f1-1274-4b31-a2a6-3382920a9568 {
  min-height: 50px;
}








#s-aa0912f1-1274-4b31-a2a6-3382920a9568 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa0912f1-1274-4b31-a2a6-3382920a9568.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e78eada-9fcc-4af5-8160-f33c6c674575 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-3e78eada-9fcc-4af5-8160-f33c6c674575 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e78eada-9fcc-4af5-8160-f33c6c674575.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f927662b-7ca7-4cf3-b957-ddc58d0433ef {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f927662b-7ca7-4cf3-b957-ddc58d0433ef .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  text-align: left;
}



#s-39b8559a-fd0c-40db-a37b-3ce4a4ea4058 {
  padding-top: 0em;
}

@media (min-width: 0px) {
[id="s-39b8559a-fd0c-40db-a37b-3ce4a4ea4058"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-39b8559a-fd0c-40db-a37b-3ce4a4ea4058"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-39b8559a-fd0c-40db-a37b-3ce4a4ea4058"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-39b8559a-fd0c-40db-a37b-3ce4a4ea4058"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-66c4bf00-57d7-460d-a08d-4cb60eda2457 img.shogun-image {
  width: 100%;
}



}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-0037e1af-a181-4727-811b-b68587328ad8 {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-0037e1af-a181-4727-811b-b68587328ad8 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-32e694fe-1cc1-42a1-8b53-8579a3594784 {
  text-align: left;
}

#s-32e694fe-1cc1-42a1-8b53-8579a3594784 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-32e694fe-1cc1-42a1-8b53-8579a3594784 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-32e694fe-1cc1-42a1-8b53-8579a3594784 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-9f0ee462-1558-40da-86a8-1d5153bc8539 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-9f0ee462-1558-40da-86a8-1d5153bc8539 img.shogun-image {
  width: 100%;
}



}
#s-37f6dfd0-d6a3-4500-bcd3-55e6a5d48c8d {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-37f6dfd0-d6a3-4500-bcd3-55e6a5d48c8d .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-26b98096-5a56-45bb-88cf-308193d47686 {
  text-align: left;
}

#s-26b98096-5a56-45bb-88cf-308193d47686 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-26b98096-5a56-45bb-88cf-308193d47686 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-26b98096-5a56-45bb-88cf-308193d47686 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0fc15e28-b7dc-434e-9e56-8edaf9f28a94 img.shogun-image {
  width: 100%;
}



}
#s-d63c9f63-0b4e-4c4c-ab72-5a34b59142d9 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-d63c9f63-0b4e-4c4c-ab72-5a34b59142d9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-43692ab8-c4fc-4b04-a9f6-a0a029ce87b6 {
  text-align: left;
}

#s-43692ab8-c4fc-4b04-a9f6-a0a029ce87b6 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-43692ab8-c4fc-4b04-a9f6-a0a029ce87b6 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-43692ab8-c4fc-4b04-a9f6-a0a029ce87b6 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-7f32efe9-f0d6-4f27-b648-404221549ea1 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7f32efe9-f0d6-4f27-b648-404221549ea1 img.shogun-image {
  width: 100%;
}



}
#s-a9c040dd-2171-45bb-968a-bb5bcb2335cd {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-a9c040dd-2171-45bb-968a-bb5bcb2335cd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-25bf9539-dcc4-49ff-a516-c5ff14347d15 {
  text-align: left;
}

#s-25bf9539-dcc4-49ff-a516-c5ff14347d15 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-25bf9539-dcc4-49ff-a516-c5ff14347d15 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-25bf9539-dcc4-49ff-a516-c5ff14347d15 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-3892a21b-0ee3-4069-8279-ec291415d24c {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3892a21b-0ee3-4069-8279-ec291415d24c img.shogun-image {
  width: 100%;
}



}
#s-71290b2e-7b21-4360-b65e-06d24a9b68c9 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-71290b2e-7b21-4360-b65e-06d24a9b68c9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-dccc98df-31c6-47ae-820c-923759e81922 {
  text-align: left;
}

#s-dccc98df-31c6-47ae-820c-923759e81922 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-dccc98df-31c6-47ae-820c-923759e81922 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-dccc98df-31c6-47ae-820c-923759e81922 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-57b25f21-aac0-4959-aeef-8ef58403de03 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-57b25f21-aac0-4959-aeef-8ef58403de03 img.shogun-image {
  width: 100%;
}



}
#s-955e5cd9-a0b5-466b-a60e-df1fae84bd4f {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-955e5cd9-a0b5-466b-a60e-df1fae84bd4f .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-0eccc5ed-f079-4c87-873a-345a539e49d9 {
  text-align: left;
}

#s-0eccc5ed-f079-4c87-873a-345a539e49d9 .shg-product-sold-out {
  display: none;
  color: rgba(69, 69, 69, 1);
  font-size: 1em;
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
}

#s-0eccc5ed-f079-4c87-873a-345a539e49d9 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-0eccc5ed-f079-4c87-873a-345a539e49d9 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
  padding-left: 10px;
}

#s-c0abf659-08da-4218-950f-e2800039e2c7 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-c0abf659-08da-4218-950f-e2800039e2c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0abf659-08da-4218-950f-e2800039e2c7.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-0df1ba69-6fdb-4857-a990-58382dd1a3e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0df1ba69-6fdb-4857-a990-58382dd1a3e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0df1ba69-6fdb-4857-a990-58382dd1a3e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-0df1ba69-6fdb-4857-a990-58382dd1a3e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0df1ba69-6fdb-4857-a990-58382dd1a3e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-0df1ba69-6fdb-4857-a990-58382dd1a3e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-0df1ba69-6fdb-4857-a990-58382dd1a3e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

#s-8e1ff836-f54b-4e8b-ab9d-1f48d1e401e4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-8e1ff836-f54b-4e8b-ab9d-1f48d1e401e4 img.shogun-image {
    

    
    
    
  }


#s-8e1ff836-f54b-4e8b-ab9d-1f48d1e401e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5e68a43-ed01-4a91-8cf6-4e45530525f2 {
  margin-bottom: 0em;
}








#s-d5e68a43-ed01-4a91-8cf6-4e45530525f2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5e68a43-ed01-4a91-8cf6-4e45530525f2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-02391e03-e105-4e32-9d97-10f3ec9166a6 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-02391e03-e105-4e32-9d97-10f3ec9166a6 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02391e03-e105-4e32-9d97-10f3ec9166a6 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-02391e03-e105-4e32-9d97-10f3ec9166a6 {
  margin-top: 0em;
}
}






  #s-02391e03-e105-4e32-9d97-10f3ec9166a6 img.shogun-image {
    

    
    
    
  }


#s-02391e03-e105-4e32-9d97-10f3ec9166a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-477c8b96-4bf2-46b1-8aa8-79fa598f49c9 {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-477c8b96-4bf2-46b1-8aa8-79fa598f49c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-477c8b96-4bf2-46b1-8aa8-79fa598f49c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-477c8b96-4bf2-46b1-8aa8-79fa598f49c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-477c8b96-4bf2-46b1-8aa8-79fa598f49c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-85e03ef2-7ed9-4024-8e53-f1df656a77ab {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-85e03ef2-7ed9-4024-8e53-f1df656a77ab img.shogun-image {
    

    
    
    
  }


#s-85e03ef2-7ed9-4024-8e53-f1df656a77ab .shogun-image-content {
  
    align-items: center;
  
}

#s-3d150f62-839a-47ef-afc5-dfcc19d33271 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-3d150f62-839a-47ef-afc5-dfcc19d33271 img.shogun-image {
    

    
    
    
  }


#s-3d150f62-839a-47ef-afc5-dfcc19d33271 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6904749-da59-4b73-8e95-e32f27b68d8c {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 30em;
background-position: center center;
}








#s-b6904749-da59-4b73-8e95-e32f27b68d8c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-b6904749-da59-4b73-8e95-e32f27b68d8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-dd95a1c3-ae56-4a13-8f51-b621e8c6aa0a {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-dd95a1c3-ae56-4a13-8f51-b621e8c6aa0a .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-dd95a1c3-ae56-4a13-8f51-b621e8c6aa0a .shg-sld-nav-button.shg-sld-left,
#s-dd95a1c3-ae56-4a13-8f51-b621e8c6aa0a .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e6fbf14e-63e1-4d25-9e3f-9a1fa547c621 {
  min-height: 50px;
}








#s-e6fbf14e-63e1-4d25-9e3f-9a1fa547c621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6fbf14e-63e1-4d25-9e3f-9a1fa547c621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55c02a72-5500-43af-8a11-ee2181817782 {
  max-width: 200px;
}

#s-55c02a72-5500-43af-8a11-ee2181817782 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-55c02a72-5500-43af-8a11-ee2181817782 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-55c02a72-5500-43af-8a11-ee2181817782 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-55c02a72-5500-43af-8a11-ee2181817782 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-55c02a72-5500-43af-8a11-ee2181817782 td.shogun-table-column, #s-55c02a72-5500-43af-8a11-ee2181817782 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-72ce5d92-7003-465a-8485-e97d2ccb6630 .shogun-icon-wrapper {
  text-align: center;
}


#s-72ce5d92-7003-465a-8485-e97d2ccb6630 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-c802a04f-ad88-4595-ba85-d1cec69f79cd .shogun-icon-wrapper {
  text-align: center;
}


#s-c802a04f-ad88-4595-ba85-d1cec69f79cd .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-84fa45c9-d1c6-487a-a4d2-2c624f895006 .shogun-icon-wrapper {
  text-align: center;
}


#s-84fa45c9-d1c6-487a-a4d2-2c624f895006 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-9a5df917-2896-470d-8e99-0d41049971a8 .shogun-icon-wrapper {
  text-align: center;
}


#s-9a5df917-2896-470d-8e99-0d41049971a8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-71acef13-6432-44a2-a128-b07bf665b476 .shogun-icon-wrapper {
  text-align: center;
}


#s-71acef13-6432-44a2-a128-b07bf665b476 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-796fd7d1-3e4b-458b-8d71-6a3c93ebc7a4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-796fd7d1-3e4b-458b-8d71-6a3c93ebc7a4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-315b8953-2f4a-4df5-bafb-2bb93255f2ed {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-315b8953-2f4a-4df5-bafb-2bb93255f2ed {
  max-width: 100%;
}
}@media (max-width: 767px){#s-315b8953-2f4a-4df5-bafb-2bb93255f2ed {
  max-width: 100%;
}
}
#s-bd47d22c-6aed-41ea-ab87-4b5719252ff9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd47d22c-6aed-41ea-ab87-4b5719252ff9 .shogun-heading-component h4 {
  color: rgba(105, 255, 226, 1);
  font-weight:  700 ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



#s-46c8309e-c6b7-4f4e-a4f1-0a00f2d7d642 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-46c8309e-c6b7-4f4e-a4f1-0a00f2d7d642 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46c8309e-c6b7-4f4e-a4f1-0a00f2d7d642.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-edfdeadc-82dc-420e-9943-c2dfb9c35ab4 {
  max-width: 200px;
}

#s-edfdeadc-82dc-420e-9943-c2dfb9c35ab4 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-edfdeadc-82dc-420e-9943-c2dfb9c35ab4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-edfdeadc-82dc-420e-9943-c2dfb9c35ab4 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 0px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-edfdeadc-82dc-420e-9943-c2dfb9c35ab4 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-edfdeadc-82dc-420e-9943-c2dfb9c35ab4 td.shogun-table-column, #s-edfdeadc-82dc-420e-9943-c2dfb9c35ab4 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-1aff5166-058f-4fb8-80b4-c9e5714f9526 .shogun-icon-wrapper {
  text-align: center;
}


#s-1aff5166-058f-4fb8-80b4-c9e5714f9526 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-af013cd3-b3bb-4842-a3c0-9bc9b9f62d31 .shogun-icon-wrapper {
  text-align: center;
}


#s-af013cd3-b3bb-4842-a3c0-9bc9b9f62d31 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-b2e35d77-65a8-42ce-9acd-77b188362acc .shogun-icon-wrapper {
  text-align: center;
}


#s-b2e35d77-65a8-42ce-9acd-77b188362acc .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-1619c236-8a1c-4eec-a1d0-1f62063a9bd1 .shogun-icon-wrapper {
  text-align: center;
}


#s-1619c236-8a1c-4eec-a1d0-1f62063a9bd1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-979c5e43-574d-4643-8289-95f857318184 .shogun-icon-wrapper {
  text-align: center;
}


#s-979c5e43-574d-4643-8289-95f857318184 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(105, 255, 226, 1);
}

#s-871d763d-0227-46e0-b302-4c78a79455ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-871d763d-0227-46e0-b302-4c78a79455ae .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-c0d7d9da-2d4b-4361-8316-72d3333c25c2 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0d7d9da-2d4b-4361-8316-72d3333c25c2 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-c0d7d9da-2d4b-4361-8316-72d3333c25c2 {
  max-width: 100%;
}
}
#s-a5cdf166-0bb3-4dd4-8db1-5bfcd8b5f82a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5cdf166-0bb3-4dd4-8db1-5bfcd8b5f82a .shogun-heading-component h4 {
  color: rgba(105, 255, 226, 1);
  font-weight:  700 ;
  font-family: "PT Sans";
  font-style:  normal ;
  font-size: 1.2em;
  
  
  
}



/*
  $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}
