.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-288db235-d9e3-48c3-bf08-a452ceb93658 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-288db235-d9e3-48c3-bf08-a452ceb93658 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-288db235-d9e3-48c3-bf08-a452ceb93658 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-288db235-d9e3-48c3-bf08-a452ceb93658 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-288db235-d9e3-48c3-bf08-a452ceb93658 > .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-288db235-d9e3-48c3-bf08-a452ceb93658 > .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-f11a1739-f00e-4276-b714-fff0987cb761 {
  min-height: 50px;
}








#s-f11a1739-f00e-4276-b714-fff0987cb761 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f11a1739-f00e-4276-b714-fff0987cb761.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ab98c54c-24af-48fd-9e5a-0b6e6904219e {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-ab98c54c-24af-48fd-9e5a-0b6e6904219e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab98c54c-24af-48fd-9e5a-0b6e6904219e.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-57ba71a8-fa96-46f1-8648-b29def55aa0c {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-57ba71a8-fa96-46f1-8648-b29def55aa0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57ba71a8-fa96-46f1-8648-b29def55aa0c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-57ba71a8-fa96-46f1-8648-b29def55aa0c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 1.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-57ba71a8-fa96-46f1-8648-b29def55aa0c"] > .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-88072e95-3599-4bea-aeb0-61eeadeec554 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-88072e95-3599-4bea-aeb0-61eeadeec554 img.shogun-image {
    

    
    
    
  }


#s-88072e95-3599-4bea-aeb0-61eeadeec554 .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-a1e04cf2-f2ea-4906-be77-8dac83bf5b5d {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-a1e04cf2-f2ea-4906-be77-8dac83bf5b5d .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-fd28dc34-07b5-4fc8-b493-f0d3772177fe {
  padding-left: 10px;
padding-right: 10px;
}

#s-c1b2a180-585a-4658-85d2-0af749f327c5 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-c1b2a180-585a-4658-85d2-0af749f327c5 img.shogun-image {
    

    
    
    
  }


#s-c1b2a180-585a-4658-85d2-0af749f327c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-006774e2-ba54-481a-9e8b-0e15ddef9a80 {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-006774e2-ba54-481a-9e8b-0e15ddef9a80 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-de721643-e338-4b6e-b781-7a34bfdb2c7b {
  padding-left: 10px;
padding-right: 10px;
}

#s-34a15c0e-642d-4bb3-a3ee-0f55fce694e9 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-34a15c0e-642d-4bb3-a3ee-0f55fce694e9 img.shogun-image {
    

    
    
    
  }


#s-34a15c0e-642d-4bb3-a3ee-0f55fce694e9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bd23f3b6-fcc8-4d7f-9f0d-52f7e8624969 {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-bd23f3b6-fcc8-4d7f-9f0d-52f7e8624969 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-67e8c5f3-e82f-4f26-a7f4-435308d182be {
  padding-left: 10px;
padding-right: 10px;
}

#s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d {
  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-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d {
  display: none;
}
#s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d, #wrap-s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d { display:none !important; }}@media (max-width: 767px){#s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d {
  display: none;
}
#s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d, #wrap-s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d { display:none !important; }}
#s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYjc0YWE0N2QtMTVjYy00YTIyLThhMTUtNzgwYTIyYTRhZGRhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNiNzRhYTQ3ZC0xNWNjLTRhMjItOGExNS03ODBhMjJhNGFkZGEpIi8+PC9zdmc+);
}








#s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d4f480e-a604-4ea6-ab54-fdcb3ea37e2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9aded7c2-424e-441d-b0f6-e0c97fd134f7 {
  margin-left: auto;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.6666666666666666em);
}

[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.6666666666666666em);
}

[id="s-9aded7c2-424e-441d-b0f6-e0c97fd134f7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-8b2e968c-dbbd-42bb-b2b8-d7d2d8363c9d {
  min-height: 50px;
}








#s-8b2e968c-dbbd-42bb-b2b8-d7d2d8363c9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b2e968c-dbbd-42bb-b2b8-d7d2d8363c9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eea89094-37f7-4685-bdd2-d53dd18921f1 {
  margin-bottom: 0.25em;
text-align: left;
}

#s-eea89094-37f7-4685-bdd2-d53dd18921f1 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: left;
}



#s-f6a5b74b-06cb-4b63-9c20-e43c1dc3e86c {
  margin-bottom: 0.5em;
}

#s-912dcb1b-a21b-43a0-b856-24185271b0ca {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-912dcb1b-a21b-43a0-b856-24185271b0ca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-912dcb1b-a21b-43a0-b856-24185271b0ca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-912dcb1b-a21b-43a0-b856-24185271b0ca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-912dcb1b-a21b-43a0-b856-24185271b0ca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-912dcb1b-a21b-43a0-b856-24185271b0ca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-912dcb1b-a21b-43a0-b856-24185271b0ca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-912dcb1b-a21b-43a0-b856-24185271b0ca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-4855d2e0-da48-40ec-8118-17bf5f23a12b {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-4855d2e0-da48-40ec-8118-17bf5f23a12b img.shogun-image {
    

    
    
    
  }


#s-4855d2e0-da48-40ec-8118-17bf5f23a12b .shogun-image-content {
  
    align-items: center;
  
}

#s-753fb38a-3d72-4dd2-999e-d60de96df691 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-753fb38a-3d72-4dd2-999e-d60de96df691"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-753fb38a-3d72-4dd2-999e-d60de96df691"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-753fb38a-3d72-4dd2-999e-d60de96df691"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-753fb38a-3d72-4dd2-999e-d60de96df691"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-753fb38a-3d72-4dd2-999e-d60de96df691"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-753fb38a-3d72-4dd2-999e-d60de96df691"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-753fb38a-3d72-4dd2-999e-d60de96df691"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-09ffc7e4-5446-4a81-bcec-c143a99a4b84 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-09ffc7e4-5446-4a81-bcec-c143a99a4b84 img.shogun-image {
    

    
    
    
  }


#s-09ffc7e4-5446-4a81-bcec-c143a99a4b84 .shogun-image-content {
  
    align-items: center;
  
}

#s-0687aa58-d109-4fc2-beb7-fb1d041abbb0 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0687aa58-d109-4fc2-beb7-fb1d041abbb0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-0687aa58-d109-4fc2-beb7-fb1d041abbb0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0687aa58-d109-4fc2-beb7-fb1d041abbb0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-0687aa58-d109-4fc2-beb7-fb1d041abbb0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0687aa58-d109-4fc2-beb7-fb1d041abbb0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-0687aa58-d109-4fc2-beb7-fb1d041abbb0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-0687aa58-d109-4fc2-beb7-fb1d041abbb0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-5c966b96-8da7-444c-b6e5-6904325b379e {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-5c966b96-8da7-444c-b6e5-6904325b379e img.shogun-image {
    

    
    
    
  }


#s-5c966b96-8da7-444c-b6e5-6904325b379e .shogun-image-content {
  
    align-items: center;
  
}

#s-a5397479-7479-4af9-9a23-027eda184d82 {
  margin-top: -5em;
margin-bottom: -5em;
max-width: 100%;
text-align: center;
}








#s-a5397479-7479-4af9-9a23-027eda184d82 .shogun-image-content {
  
    align-items: center;
  
}

#s-f099b1ab-341f-4054-a69f-47ef277c3773 {
  min-height: 50px;
}








#s-f099b1ab-341f-4054-a69f-47ef277c3773 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f099b1ab-341f-4054-a69f-47ef277c3773.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f3b587dc-cbb9-41c4-a6d8-2c27f7677524 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-f3b587dc-cbb9-41c4-a6d8-2c27f7677524 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3b587dc-cbb9-41c4-a6d8-2c27f7677524.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2483819b-f29f-4434-98db-aa449490baab {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2483819b-f29f-4434-98db-aa449490baab"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-2483819b-f29f-4434-98db-aa449490baab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-2483819b-f29f-4434-98db-aa449490baab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-2483819b-f29f-4434-98db-aa449490baab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-2483819b-f29f-4434-98db-aa449490baab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-2483819b-f29f-4434-98db-aa449490baab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-2483819b-f29f-4434-98db-aa449490baab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-bb37bbf9-8ecb-461d-b388-3f2c2266e3a6 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-bb37bbf9-8ecb-461d-b388-3f2c2266e3a6 img.shogun-image {
    

    
    
    
  }


#s-bb37bbf9-8ecb-461d-b388-3f2c2266e3a6 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-2c229720-0e2b-41ab-bf51-6afc5903d98a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2c229720-0e2b-41ab-bf51-6afc5903d98a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-2c229720-0e2b-41ab-bf51-6afc5903d98a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-2c229720-0e2b-41ab-bf51-6afc5903d98a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-2c229720-0e2b-41ab-bf51-6afc5903d98a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-2c229720-0e2b-41ab-bf51-6afc5903d98a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-2c229720-0e2b-41ab-bf51-6afc5903d98a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-2c229720-0e2b-41ab-bf51-6afc5903d98a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-308f6e7a-a8dd-45f7-a7f1-b42908711420 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-308f6e7a-a8dd-45f7-a7f1-b42908711420 img.shogun-image {
    

    
    
    
  }


#s-308f6e7a-a8dd-45f7-a7f1-b42908711420 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-15398d85-99ca-4641-b38e-3a27ccec024c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-15398d85-99ca-4641-b38e-3a27ccec024c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-15398d85-99ca-4641-b38e-3a27ccec024c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-15398d85-99ca-4641-b38e-3a27ccec024c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-15398d85-99ca-4641-b38e-3a27ccec024c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-15398d85-99ca-4641-b38e-3a27ccec024c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-15398d85-99ca-4641-b38e-3a27ccec024c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-15398d85-99ca-4641-b38e-3a27ccec024c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-333d1089-597d-47b1-b136-ca22ec29b1f7 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-333d1089-597d-47b1-b136-ca22ec29b1f7 img.shogun-image {
    

    
    
    
  }


#s-333d1089-597d-47b1-b136-ca22ec29b1f7 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-78a54f60-f86d-43a3-a460-070a469115e3 {
  background-repeat: no-repeat;
margin-top: 4em;
margin-bottom: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-78a54f60-f86d-43a3-a460-070a469115e3 {
  display: none;
}
#s-78a54f60-f86d-43a3-a460-070a469115e3, #wrap-s-78a54f60-f86d-43a3-a460-070a469115e3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-78a54f60-f86d-43a3-a460-070a469115e3 {
  display: none;
}
#s-78a54f60-f86d-43a3-a460-070a469115e3, #wrap-s-78a54f60-f86d-43a3-a460-070a469115e3 { display:none !important; }}@media (max-width: 767px){#s-78a54f60-f86d-43a3-a460-070a469115e3 {
  
}
}
#s-78a54f60-f86d-43a3-a460-070a469115e3 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iN2M2MjI1MmUtYTIzYi00NzlhLThhZDktZGQyNGRmMGI5MmZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM3YzYyMjUyZS1hMjNiLTQ3OWEtOGFkOS1kZDI0ZGYwYjkyZmEpIi8+PC9zdmc+);
}








#s-78a54f60-f86d-43a3-a460-070a469115e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78a54f60-f86d-43a3-a460-070a469115e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c454a2a-3815-4517-8d71-d058f5da4a84 {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-4c454a2a-3815-4517-8d71-d058f5da4a84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c454a2a-3815-4517-8d71-d058f5da4a84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c67e811c-26c1-46d5-aefd-5f7382a43e64 {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}








#s-c67e811c-26c1-46d5-aefd-5f7382a43e64 .shogun-image-content {
  
    align-items: center;
  
}

#s-a0b6e82e-3219-4729-92f1-054560dbc0d4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a0b6e82e-3219-4729-92f1-054560dbc0d4 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-8516b63e-e6b9-497b-8419-015dc694d110 {
  margin-bottom: 0.5em;
}

#s-e281b3c4-0eb4-40db-a131-787fd82d3565 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e281b3c4-0eb4-40db-a131-787fd82d3565"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e281b3c4-0eb4-40db-a131-787fd82d3565"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-e281b3c4-0eb4-40db-a131-787fd82d3565"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-e281b3c4-0eb4-40db-a131-787fd82d3565"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-656f441f-f21b-40c3-91e5-44fbd5329f29 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-656f441f-f21b-40c3-91e5-44fbd5329f29 img.shogun-image {
    

    
    
    
  }


#s-656f441f-f21b-40c3-91e5-44fbd5329f29 .shogun-image-content {
  
    align-items: center;
  
}

#s-48362ea6-4a3c-4290-a98e-d784fb0f0eaa {
  margin-top: 1em;
}
@media (max-width: 767px){#s-48362ea6-4a3c-4290-a98e-d784fb0f0eaa {
  margin-bottom: 1em;
}
}
#s-3891803c-7c3c-43d9-bf38-f6960212d9c4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-3891803c-7c3c-43d9-bf38-f6960212d9c4 img.shogun-image {
    

    
    
    
  }


#s-3891803c-7c3c-43d9-bf38-f6960212d9c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-43bb0532-758f-4ca0-9951-0f5a2ce2196f {
  margin-top: 1em;
}

#s-bbb8dbbb-ad87-498b-be48-5b87133ad9a8 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-bbb8dbbb-ad87-498b-be48-5b87133ad9a8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bbb8dbbb-ad87-498b-be48-5b87133ad9a8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-bbb8dbbb-ad87-498b-be48-5b87133ad9a8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-bbb8dbbb-ad87-498b-be48-5b87133ad9a8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-796178c5-1b2f-4fa4-829d-66c8d1e587f3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-796178c5-1b2f-4fa4-829d-66c8d1e587f3 img.shogun-image {
    

    
    
    
  }


#s-796178c5-1b2f-4fa4-829d-66c8d1e587f3 .shogun-image-content {
  
    align-items: center;
  
}

#s-9725abe8-c726-4cc3-bfa5-4cdfa0251479 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-9725abe8-c726-4cc3-bfa5-4cdfa0251479 {
  margin-bottom: 1em;
}
}
#s-7b048bb9-f963-4aec-9689-7012fad0cf06 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-7b048bb9-f963-4aec-9689-7012fad0cf06 img.shogun-image {
    

    
    
    
  }


#s-7b048bb9-f963-4aec-9689-7012fad0cf06 .shogun-image-content {
  
    align-items: center;
  
}

#s-8f671cce-dd1b-4170-9076-51a7096b3b33 {
  margin-top: 1em;
}

#s-d25a5f54-ba36-4665-8e2b-ee92b65d1dc6 {
  margin-top: 1em;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-d25a5f54-ba36-4665-8e2b-ee92b65d1dc6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d25a5f54-ba36-4665-8e2b-ee92b65d1dc6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-d25a5f54-ba36-4665-8e2b-ee92b65d1dc6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-d25a5f54-ba36-4665-8e2b-ee92b65d1dc6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-785fc367-8c19-4b50-9c54-577f10844bce {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-785fc367-8c19-4b50-9c54-577f10844bce img.shogun-image {
    

    
    
    
  }


#s-785fc367-8c19-4b50-9c54-577f10844bce .shogun-image-content {
  
    align-items: center;
  
}

#s-d06b0342-0d8e-4eb6-89af-7fd8f502536f {
  margin-top: 1em;
}
@media (max-width: 767px){#s-d06b0342-0d8e-4eb6-89af-7fd8f502536f {
  margin-bottom: 1em;
}
}
#s-ee60024d-350d-4d3a-9737-8e62c3ac5413 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-ee60024d-350d-4d3a-9737-8e62c3ac5413 img.shogun-image {
    

    
    
    
  }


#s-ee60024d-350d-4d3a-9737-8e62c3ac5413 .shogun-image-content {
  
    align-items: center;
  
}

#s-08877a18-854e-4a41-a4f5-5575235c07a9 {
  margin-top: 1em;
}

#s-813f30be-938c-498d-b2f8-20c052c829c5 {
  min-height: 50px;
}








#s-813f30be-938c-498d-b2f8-20c052c829c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-813f30be-938c-498d-b2f8-20c052c829c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d03832b-eefe-4458-b933-6baee7de4bea {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-6d03832b-eefe-4458-b933-6baee7de4bea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d03832b-eefe-4458-b933-6baee7de4bea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62d13aa7-54b4-420c-8268-82c7729855ad {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
text-align: center;
}







  #s-62d13aa7-54b4-420c-8268-82c7729855ad img.shogun-image {
    

    
    
    
  }


#s-62d13aa7-54b4-420c-8268-82c7729855ad .shogun-image-content {
  
    align-items: center;
  
}

#s-68974516-a127-4c7c-880f-5e65c92147fd {
  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-68974516-a127-4c7c-880f-5e65c92147fd"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-68974516-a127-4c7c-880f-5e65c92147fd"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-68974516-a127-4c7c-880f-5e65c92147fd"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-68974516-a127-4c7c-880f-5e65c92147fd"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-4df80052-c5ed-4225-b4ca-81ee6fdeeb11 {
  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-4df80052-c5ed-4225-b4ca-81ee6fdeeb11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4df80052-c5ed-4225-b4ca-81ee6fdeeb11.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-caf48b7b-a87d-4448-9893-ba2f68a870cf {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-caf48b7b-a87d-4448-9893-ba2f68a870cf img.shogun-image {
    

    
    
    
  }


#s-caf48b7b-a87d-4448-9893-ba2f68a870cf .shogun-image-content {
  
    align-items: center;
  
}

#s-126f8838-6456-47cb-9fe5-6caece43536f {
  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-126f8838-6456-47cb-9fe5-6caece43536f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-126f8838-6456-47cb-9fe5-6caece43536f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b3941f15-7b48-4f5e-bbb9-30dbe9ac949b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-b3941f15-7b48-4f5e-bbb9-30dbe9ac949b img.shogun-image {
    

    
    
    
  }


#s-b3941f15-7b48-4f5e-bbb9-30dbe9ac949b .shogun-image-content {
  
    align-items: center;
  
}

#s-fafc0d67-8b72-4ec8-b52f-9d61464dc2d1 {
  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-fafc0d67-8b72-4ec8-b52f-9d61464dc2d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fafc0d67-8b72-4ec8-b52f-9d61464dc2d1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-43a5df41-e545-4b3a-8b5d-e35619dbeed5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-43a5df41-e545-4b3a-8b5d-e35619dbeed5 img.shogun-image {
    

    
    
    
  }


#s-43a5df41-e545-4b3a-8b5d-e35619dbeed5 .shogun-image-content {
  
    align-items: center;
  
}

#s-f669b1ff-5eb5-4730-b757-4584d32a4bac {
  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-f669b1ff-5eb5-4730-b757-4584d32a4bac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f669b1ff-5eb5-4730-b757-4584d32a4bac.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5e8c3969-9d6e-4b3b-bea9-864070320cd1 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-5e8c3969-9d6e-4b3b-bea9-864070320cd1 img.shogun-image {
    

    
    
    
  }


#s-5e8c3969-9d6e-4b3b-bea9-864070320cd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1a9b140-9279-4ef3-9e8f-54013da97e04 {
  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-c1a9b140-9279-4ef3-9e8f-54013da97e04"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-c1a9b140-9279-4ef3-9e8f-54013da97e04"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-c1a9b140-9279-4ef3-9e8f-54013da97e04"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-c1a9b140-9279-4ef3-9e8f-54013da97e04"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-4a0bd77c-3818-4811-aa46-9d93f86f85c2 {
  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-4a0bd77c-3818-4811-aa46-9d93f86f85c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a0bd77c-3818-4811-aa46-9d93f86f85c2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e93a571-791c-48ab-ab1d-9200f106c7c3 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-3e93a571-791c-48ab-ab1d-9200f106c7c3 img.shogun-image {
    

    
    
    
  }


#s-3e93a571-791c-48ab-ab1d-9200f106c7c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e5f34dd7-64a5-4bbc-ac9d-08646eab0a14 {
  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-e5f34dd7-64a5-4bbc-ac9d-08646eab0a14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5f34dd7-64a5-4bbc-ac9d-08646eab0a14.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cd1f40d2-6c21-4c06-ae6c-4c77de4255a5 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-cd1f40d2-6c21-4c06-ae6c-4c77de4255a5 img.shogun-image {
    

    
    
    
  }


#s-cd1f40d2-6c21-4c06-ae6c-4c77de4255a5 .shogun-image-content {
  
    align-items: center;
  
}

#s-34c385d3-9c0a-49eb-b3a5-64252803994e {
  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-34c385d3-9c0a-49eb-b3a5-64252803994e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c385d3-9c0a-49eb-b3a5-64252803994e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c7576068-968b-488f-8be3-4917a487ba34 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-c7576068-968b-488f-8be3-4917a487ba34 img.shogun-image {
    

    
    
    
  }


#s-c7576068-968b-488f-8be3-4917a487ba34 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1a386c8-7710-474a-9b58-e165ce9ddcd2 {
  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-a1a386c8-7710-474a-9b58-e165ce9ddcd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1a386c8-7710-474a-9b58-e165ce9ddcd2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d854bb0d-1a88-4d48-969a-5bb945439173 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-d854bb0d-1a88-4d48-969a-5bb945439173 img.shogun-image {
    

    
    
    
  }


#s-d854bb0d-1a88-4d48-969a-5bb945439173 .shogun-image-content {
  
    align-items: center;
  
}

#s-09dd1af8-fa4e-4731-ad83-1a365906f3b6 {
  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-09dd1af8-fa4e-4731-ad83-1a365906f3b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-09dd1af8-fa4e-4731-ad83-1a365906f3b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-09dd1af8-fa4e-4731-ad83-1a365906f3b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-09dd1af8-fa4e-4731-ad83-1a365906f3b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-21939a47-a088-4795-a8f2-f34009da87f1 {
  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-21939a47-a088-4795-a8f2-f34009da87f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21939a47-a088-4795-a8f2-f34009da87f1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a3c60641-1758-4a09-98ce-93c54dd0a420 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-a3c60641-1758-4a09-98ce-93c54dd0a420 img.shogun-image {
    

    
    
    
  }


#s-a3c60641-1758-4a09-98ce-93c54dd0a420 .shogun-image-content {
  
    align-items: center;
  
}

#s-800a28e0-b9af-4d72-8617-13b2bc2a0c8e {
  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-800a28e0-b9af-4d72-8617-13b2bc2a0c8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-800a28e0-b9af-4d72-8617-13b2bc2a0c8e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-413c20e4-4b0b-4a40-9d86-14d947b379be {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-413c20e4-4b0b-4a40-9d86-14d947b379be img.shogun-image {
    

    
    
    
  }


#s-413c20e4-4b0b-4a40-9d86-14d947b379be .shogun-image-content {
  
    align-items: center;
  
}

#s-b7940d9f-511e-4ffe-848d-cb8c8e890cf3 {
  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-b7940d9f-511e-4ffe-848d-cb8c8e890cf3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7940d9f-511e-4ffe-848d-cb8c8e890cf3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cf6b7aae-4ed7-43c9-8cae-8be14f3c12ae {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-cf6b7aae-4ed7-43c9-8cae-8be14f3c12ae img.shogun-image {
    

    
    
    
  }


#s-cf6b7aae-4ed7-43c9-8cae-8be14f3c12ae .shogun-image-content {
  
    align-items: center;
  
}

#s-699aefb3-9803-4864-94b8-54d6c65730bd {
  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-699aefb3-9803-4864-94b8-54d6c65730bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-699aefb3-9803-4864-94b8-54d6c65730bd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e1f61f9b-e9d0-4110-9489-dfbc07b087cc {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-e1f61f9b-e9d0-4110-9489-dfbc07b087cc img.shogun-image {
    

    
    
    
  }


#s-e1f61f9b-e9d0-4110-9489-dfbc07b087cc .shogun-image-content {
  
    align-items: center;
  
}

#s-56e92732-5ebb-4b01-886b-57c9c741b9e7 {
  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-56e92732-5ebb-4b01-886b-57c9c741b9e7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-56e92732-5ebb-4b01-886b-57c9c741b9e7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-56e92732-5ebb-4b01-886b-57c9c741b9e7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-56e92732-5ebb-4b01-886b-57c9c741b9e7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-4521e998-0955-4641-ac27-6a98f062de4f {
  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-4521e998-0955-4641-ac27-6a98f062de4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4521e998-0955-4641-ac27-6a98f062de4f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-cfc6581e-a09f-4740-8b31-b209db837acf {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-cfc6581e-a09f-4740-8b31-b209db837acf img.shogun-image {
    

    
    
    
  }


#s-cfc6581e-a09f-4740-8b31-b209db837acf .shogun-image-content {
  
    align-items: center;
  
}

#s-01ddd9e9-1334-45db-8fea-7e7e6fde19ad {
  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-01ddd9e9-1334-45db-8fea-7e7e6fde19ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01ddd9e9-1334-45db-8fea-7e7e6fde19ad.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b2086a2b-504f-456f-b990-fafcd47ea763 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-b2086a2b-504f-456f-b990-fafcd47ea763 img.shogun-image {
    

    
    
    
  }


#s-b2086a2b-504f-456f-b990-fafcd47ea763 .shogun-image-content {
  
    align-items: center;
  
}

#s-062e7240-18fe-445f-93e1-161502d7eb4e {
  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-062e7240-18fe-445f-93e1-161502d7eb4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-062e7240-18fe-445f-93e1-161502d7eb4e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c417e794-eac8-4bd3-812c-204e0fb5df41 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-c417e794-eac8-4bd3-812c-204e0fb5df41 img.shogun-image {
    

    
    
    
  }


#s-c417e794-eac8-4bd3-812c-204e0fb5df41 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fa96198-c72b-4eee-aabf-5f55d7359a88 {
  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-2fa96198-c72b-4eee-aabf-5f55d7359a88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2fa96198-c72b-4eee-aabf-5f55d7359a88.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4f583481-0965-4eec-aac0-a3fc43eadffe {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-4f583481-0965-4eec-aac0-a3fc43eadffe img.shogun-image {
    

    
    
    
  }


#s-4f583481-0965-4eec-aac0-a3fc43eadffe .shogun-image-content {
  
    align-items: center;
  
}

#s-b39c2e9c-728e-4f69-a6c5-31c954d48c61 {
  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 (max-width: 767px){#s-b39c2e9c-728e-4f69-a6c5-31c954d48c61 {
  display: none;
}
#s-b39c2e9c-728e-4f69-a6c5-31c954d48c61, #wrap-s-b39c2e9c-728e-4f69-a6c5-31c954d48c61 { display:none !important; }}
@media (min-width: 0px) {
[id="s-b39c2e9c-728e-4f69-a6c5-31c954d48c61"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-b39c2e9c-728e-4f69-a6c5-31c954d48c61"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-b39c2e9c-728e-4f69-a6c5-31c954d48c61"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-b39c2e9c-728e-4f69-a6c5-31c954d48c61"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-e67196df-53b8-4c09-93fe-f1c5c50c78ae {
  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-e67196df-53b8-4c09-93fe-f1c5c50c78ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e67196df-53b8-4c09-93fe-f1c5c50c78ae.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b86b7f87-d43e-435c-a9b2-5d4ba00c2a3c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-b86b7f87-d43e-435c-a9b2-5d4ba00c2a3c img.shogun-image {
    

    
    
    
  }


#s-b86b7f87-d43e-435c-a9b2-5d4ba00c2a3c .shogun-image-content {
  
    align-items: center;
  
}

#s-60461bc9-8674-4283-8d20-6617ed12f760 {
  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-60461bc9-8674-4283-8d20-6617ed12f760 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60461bc9-8674-4283-8d20-6617ed12f760.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8fd947d7-7899-461e-85b4-5925fe33e87b {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-8fd947d7-7899-461e-85b4-5925fe33e87b img.shogun-image {
    

    
    
    
  }


#s-8fd947d7-7899-461e-85b4-5925fe33e87b .shogun-image-content {
  
    align-items: center;
  
}

#s-e54b4d9f-c42b-4529-8021-fabee3a8c1cc {
  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-e54b4d9f-c42b-4529-8021-fabee3a8c1cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e54b4d9f-c42b-4529-8021-fabee3a8c1cc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ec5562fe-43c5-48e5-9aae-6047bab4aa05 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-ec5562fe-43c5-48e5-9aae-6047bab4aa05 img.shogun-image {
    

    
    
    
  }


#s-ec5562fe-43c5-48e5-9aae-6047bab4aa05 .shogun-image-content {
  
    align-items: center;
  
}

#s-47592b79-1184-4f8c-b91e-5c189c11a29f {
  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-47592b79-1184-4f8c-b91e-5c189c11a29f {
  display: none;
}
#s-47592b79-1184-4f8c-b91e-5c189c11a29f, #wrap-s-47592b79-1184-4f8c-b91e-5c189c11a29f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47592b79-1184-4f8c-b91e-5c189c11a29f {
  display: none;
}
#s-47592b79-1184-4f8c-b91e-5c189c11a29f, #wrap-s-47592b79-1184-4f8c-b91e-5c189c11a29f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47592b79-1184-4f8c-b91e-5c189c11a29f {
  display: none;
}
#s-47592b79-1184-4f8c-b91e-5c189c11a29f, #wrap-s-47592b79-1184-4f8c-b91e-5c189c11a29f { display:none !important; }}
@media (min-width: 0px) {
[id="s-47592b79-1184-4f8c-b91e-5c189c11a29f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-47592b79-1184-4f8c-b91e-5c189c11a29f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-47592b79-1184-4f8c-b91e-5c189c11a29f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-47592b79-1184-4f8c-b91e-5c189c11a29f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-e4f0145f-d64e-4ee7-8089-9327982ec509 {
  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-e4f0145f-d64e-4ee7-8089-9327982ec509 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4f0145f-d64e-4ee7-8089-9327982ec509.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ad75443d-a2fa-4d96-a7ef-8231f41ecf98 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-ad75443d-a2fa-4d96-a7ef-8231f41ecf98 img.shogun-image {
    

    
    
    
  }


#s-ad75443d-a2fa-4d96-a7ef-8231f41ecf98 .shogun-image-content {
  
    align-items: center;
  
}

#s-b018ddc5-ea36-4cd5-8063-263f7eeb237b {
  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-b018ddc5-ea36-4cd5-8063-263f7eeb237b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b018ddc5-ea36-4cd5-8063-263f7eeb237b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-07c00091-e3b9-4299-bceb-6f60246a2918 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-07c00091-e3b9-4299-bceb-6f60246a2918 img.shogun-image {
    

    
    
    
  }


#s-07c00091-e3b9-4299-bceb-6f60246a2918 .shogun-image-content {
  
    align-items: center;
  
}

#s-e57647f5-4b42-41ad-bc1e-7cdbc1e8e56e {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-e57647f5-4b42-41ad-bc1e-7cdbc1e8e56e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e57647f5-4b42-41ad-bc1e-7cdbc1e8e56e.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-97b2454a-897a-469d-922f-6c1d26b70eef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97b2454a-897a-469d-922f-6c1d26b70eef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-97b2454a-897a-469d-922f-6c1d26b70eef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-97b2454a-897a-469d-922f-6c1d26b70eef"] > .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-a063220d-408b-445a-8e52-0f9156dda1e3 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-a063220d-408b-445a-8e52-0f9156dda1e3 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-a063220d-408b-445a-8e52-0f9156dda1e3 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-a063220d-408b-445a-8e52-0f9156dda1e3 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-a063220d-408b-445a-8e52-0f9156dda1e3 td.shogun-table-column, #s-a063220d-408b-445a-8e52-0f9156dda1e3 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-eff993c6-e3a9-4c71-8b5a-0956de782464 {
  min-height: 50px;
}








#s-eff993c6-e3a9-4c71-8b5a-0956de782464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eff993c6-e3a9-4c71-8b5a-0956de782464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48c18268-3ab5-4545-acd0-d96ac9f47bfe .shogun-icon-wrapper {
  text-align: center;
}


#s-48c18268-3ab5-4545-acd0-d96ac9f47bfe .shogun-icon-wrapper > .shogun-icon {

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

#s-b008b14f-51d3-4b0f-943d-d2509691d98c {
  min-height: 50px;
}








#s-b008b14f-51d3-4b0f-943d-d2509691d98c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b008b14f-51d3-4b0f-943d-d2509691d98c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ab40eff-af2f-4cff-8cb2-8bfdd728394c .shogun-icon-wrapper {
  text-align: center;
}


#s-8ab40eff-af2f-4cff-8cb2-8bfdd728394c .shogun-icon-wrapper > .shogun-icon {

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

#s-6d11c728-5c92-40ab-b6d8-dcc9f9dffa83 {
  min-height: 50px;
}








#s-6d11c728-5c92-40ab-b6d8-dcc9f9dffa83 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d11c728-5c92-40ab-b6d8-dcc9f9dffa83.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f110309b-dfdf-4924-946f-1902ce9f1426 .shogun-icon-wrapper {
  text-align: center;
}


#s-f110309b-dfdf-4924-946f-1902ce9f1426 .shogun-icon-wrapper > .shogun-icon {

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

#s-2c5e5eee-1796-4191-9590-1399bc661a6f {
  min-height: 50px;
}








#s-2c5e5eee-1796-4191-9590-1399bc661a6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c5e5eee-1796-4191-9590-1399bc661a6f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cfcdea3-ae7a-4b3a-98c5-ef80b8f37055 .shogun-icon-wrapper {
  text-align: center;
}


#s-7cfcdea3-ae7a-4b3a-98c5-ef80b8f37055 .shogun-icon-wrapper > .shogun-icon {

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

#s-24511e8d-e682-4bdb-a868-fb9311e4b792 {
  min-height: 50px;
}








#s-24511e8d-e682-4bdb-a868-fb9311e4b792 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24511e8d-e682-4bdb-a868-fb9311e4b792.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0bdc4ac-a17e-4cc2-9cac-bf5ff1c2c70c {
  min-height: 50px;
}








#s-c0bdc4ac-a17e-4cc2-9cac-bf5ff1c2c70c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0bdc4ac-a17e-4cc2-9cac-bf5ff1c2c70c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ae43a81-7d61-4829-9262-df90590b5bdd .shogun-icon-wrapper {
  text-align: center;
}


#s-8ae43a81-7d61-4829-9262-df90590b5bdd .shogun-icon-wrapper > .shogun-icon {

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

#s-664214da-5cdc-4330-a86b-cc22b417ad85 {
  min-height: 50px;
}








#s-664214da-5cdc-4330-a86b-cc22b417ad85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-664214da-5cdc-4330-a86b-cc22b417ad85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c6820ec-ce49-4a48-a2ae-dc17f51a29b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-6c6820ec-ce49-4a48-a2ae-dc17f51a29b1 .shogun-icon-wrapper > .shogun-icon {

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

#s-0181fb67-7057-4f33-9fd5-398e656e34c9 {
  min-height: 50px;
}








#s-0181fb67-7057-4f33-9fd5-398e656e34c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0181fb67-7057-4f33-9fd5-398e656e34c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09bc4728-b62e-4d5e-a7f5-b02b1322a901 .shogun-icon-wrapper {
  text-align: center;
}


#s-09bc4728-b62e-4d5e-a7f5-b02b1322a901 .shogun-icon-wrapper > .shogun-icon {

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

#s-6d8321aa-d2dc-48c7-8796-4e5f689d1a06 {
  min-height: 50px;
}








#s-6d8321aa-d2dc-48c7-8796-4e5f689d1a06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d8321aa-d2dc-48c7-8796-4e5f689d1a06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f582c1c0-582d-4eb3-af19-b9f0b1f93bfc .shogun-icon-wrapper {
  text-align: center;
}


#s-f582c1c0-582d-4eb3-af19-b9f0b1f93bfc .shogun-icon-wrapper > .shogun-icon {

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

#s-c84178d7-4743-49fa-8159-d6cda0840db9 {
  min-height: 50px;
}








#s-c84178d7-4743-49fa-8159-d6cda0840db9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c84178d7-4743-49fa-8159-d6cda0840db9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9be4d0c4-2585-48b7-8bcd-eec1b1aaec87 .shogun-icon-wrapper {
  text-align: center;
}


#s-9be4d0c4-2585-48b7-8bcd-eec1b1aaec87 .shogun-icon-wrapper > .shogun-icon {

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

#s-95fddf53-5498-4ca4-b6e6-3db70517231e {
  min-height: 50px;
}








#s-95fddf53-5498-4ca4-b6e6-3db70517231e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-95fddf53-5498-4ca4-b6e6-3db70517231e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90e03540-4f43-4ce9-a33f-df37545476ac .shogun-icon-wrapper {
  text-align: center;
}


#s-90e03540-4f43-4ce9-a33f-df37545476ac .shogun-icon-wrapper > .shogun-icon {

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

#s-e9ac5b0e-ec9b-450b-adc5-7a51d965b060 {
  min-height: 50px;
}








#s-e9ac5b0e-ec9b-450b-adc5-7a51d965b060 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9ac5b0e-ec9b-450b-adc5-7a51d965b060.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-78240087-d0b2-4b98-90a7-fc1ffa5a87e8 {
  min-height: 50px;
}








#s-78240087-d0b2-4b98-90a7-fc1ffa5a87e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78240087-d0b2-4b98-90a7-fc1ffa5a87e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d28fb63a-a038-4eb0-b312-f950a373643f {
  min-height: 50px;
}








#s-d28fb63a-a038-4eb0-b312-f950a373643f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d28fb63a-a038-4eb0-b312-f950a373643f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-82952b60-987d-4192-b34c-686dbfd6fb2e {
  min-height: 50px;
}








#s-82952b60-987d-4192-b34c-686dbfd6fb2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82952b60-987d-4192-b34c-686dbfd6fb2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-475d47be-77ff-4f03-ac12-98ac36bfa556 {
  min-height: 50px;
}








#s-475d47be-77ff-4f03-ac12-98ac36bfa556 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-475d47be-77ff-4f03-ac12-98ac36bfa556.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f75b9697-0a2d-4d60-afd1-6c45259a199e {
  min-height: 50px;
}








#s-f75b9697-0a2d-4d60-afd1-6c45259a199e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f75b9697-0a2d-4d60-afd1-6c45259a199e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2acab1f-3e0d-43c1-8b80-0b8f682dbaa5 {
  min-height: 50px;
}








#s-f2acab1f-3e0d-43c1-8b80-0b8f682dbaa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f2acab1f-3e0d-43c1-8b80-0b8f682dbaa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-06a01cba-7f0a-4a48-97f9-bcaf4a116d7e {
  min-height: 50px;
}








#s-06a01cba-7f0a-4a48-97f9-bcaf4a116d7e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06a01cba-7f0a-4a48-97f9-bcaf4a116d7e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e1065525-26c7-4383-ada1-5030d3f3b59e {
  min-height: 50px;
}








#s-e1065525-26c7-4383-ada1-5030d3f3b59e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1065525-26c7-4383-ada1-5030d3f3b59e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fb20da1-f96d-435f-ab32-260d4a73230a .shogun-icon-wrapper {
  text-align: center;
}


#s-5fb20da1-f96d-435f-ab32-260d4a73230a .shogun-icon-wrapper > .shogun-icon {

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

#s-fb0cd29b-1eda-4daf-9f58-7c6d22681eb4 {
  min-height: 50px;
}








#s-fb0cd29b-1eda-4daf-9f58-7c6d22681eb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb0cd29b-1eda-4daf-9f58-7c6d22681eb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d39db20e-dc38-4cd1-8600-50510fc5911d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-d39db20e-dc38-4cd1-8600-50510fc5911d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-d39db20e-dc38-4cd1-8600-50510fc5911d 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-d39db20e-dc38-4cd1-8600-50510fc5911d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-d39db20e-dc38-4cd1-8600-50510fc5911d td.shogun-table-column, #s-d39db20e-dc38-4cd1-8600-50510fc5911d td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-eb2a3dc5-f426-44a8-ada4-84b02ccd7bb8 {
  min-height: 50px;
}








#s-eb2a3dc5-f426-44a8-ada4-84b02ccd7bb8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb2a3dc5-f426-44a8-ada4-84b02ccd7bb8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21f4589b-00ae-4ba8-9b02-9792d19797ef .shogun-icon-wrapper {
  text-align: center;
}


#s-21f4589b-00ae-4ba8-9b02-9792d19797ef .shogun-icon-wrapper > .shogun-icon {

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

#s-854c358c-d7d6-4d13-9506-528a25efad17 {
  min-height: 50px;
}








#s-854c358c-d7d6-4d13-9506-528a25efad17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-854c358c-d7d6-4d13-9506-528a25efad17.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-01ca8ab9-fb08-4fb3-a562-5bd78f8b8dcd .shogun-icon-wrapper {
  text-align: center;
}


#s-01ca8ab9-fb08-4fb3-a562-5bd78f8b8dcd .shogun-icon-wrapper > .shogun-icon {

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

#s-8d6185a9-c2de-4223-963a-13991c1bbcf8 {
  min-height: 50px;
}








#s-8d6185a9-c2de-4223-963a-13991c1bbcf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d6185a9-c2de-4223-963a-13991c1bbcf8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-55c1705b-0cd9-487b-99c6-de468ef62a97 .shogun-icon-wrapper {
  text-align: center;
}


#s-55c1705b-0cd9-487b-99c6-de468ef62a97 .shogun-icon-wrapper > .shogun-icon {

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

#s-435a3932-ec2e-4916-b89a-1d3d897ff9f5 {
  min-height: 50px;
}








#s-435a3932-ec2e-4916-b89a-1d3d897ff9f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-435a3932-ec2e-4916-b89a-1d3d897ff9f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9d63ffa9-7440-4414-b232-a09f94cf91bd .shogun-icon-wrapper {
  text-align: center;
}


#s-9d63ffa9-7440-4414-b232-a09f94cf91bd .shogun-icon-wrapper > .shogun-icon {

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

#s-09d18be0-a83c-4b4b-9fa3-09af20ee6e33 {
  min-height: 50px;
}








#s-09d18be0-a83c-4b4b-9fa3-09af20ee6e33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09d18be0-a83c-4b4b-9fa3-09af20ee6e33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd3c6dc3-a428-4414-9a7b-384c159256d4 .shogun-icon-wrapper {
  text-align: center;
}


#s-cd3c6dc3-a428-4414-9a7b-384c159256d4 .shogun-icon-wrapper > .shogun-icon {

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

#s-5626a48e-dc32-47a7-97ff-75fc3bbcb55e {
  min-height: 50px;
}








#s-5626a48e-dc32-47a7-97ff-75fc3bbcb55e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5626a48e-dc32-47a7-97ff-75fc3bbcb55e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b5d9c278-97c8-459a-983c-ac806a2e2b73 .shogun-icon-wrapper {
  text-align: center;
}


#s-b5d9c278-97c8-459a-983c-ac806a2e2b73 .shogun-icon-wrapper > .shogun-icon {

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

#s-ec971542-471d-4031-98d1-92534aa11f5c {
  min-height: 50px;
}








#s-ec971542-471d-4031-98d1-92534aa11f5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec971542-471d-4031-98d1-92534aa11f5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fa4f80e7-5a8e-4c42-8d78-55a24611232c {
  min-height: 50px;
}








#s-fa4f80e7-5a8e-4c42-8d78-55a24611232c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa4f80e7-5a8e-4c42-8d78-55a24611232c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d3f6e4a-9e87-4357-bc38-f423276d7008 {
  min-height: 50px;
}








#s-8d3f6e4a-9e87-4357-bc38-f423276d7008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d3f6e4a-9e87-4357-bc38-f423276d7008.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feeb1471-ff77-489d-bc50-fb6f50161208 .shogun-icon-wrapper {
  text-align: center;
}


#s-feeb1471-ff77-489d-bc50-fb6f50161208 .shogun-icon-wrapper > .shogun-icon {

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

#s-5523f37e-062a-48c5-a1e0-5d7cbb134407 {
  min-height: 50px;
}








#s-5523f37e-062a-48c5-a1e0-5d7cbb134407 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5523f37e-062a-48c5-a1e0-5d7cbb134407.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5fd545e7-5172-4253-ac65-90fc05c06ee4 {
  min-height: 50px;
}








#s-5fd545e7-5172-4253-ac65-90fc05c06ee4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fd545e7-5172-4253-ac65-90fc05c06ee4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08ed23af-0108-4a48-92df-4b6184ad34a4 {
  min-height: 50px;
}








#s-08ed23af-0108-4a48-92df-4b6184ad34a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08ed23af-0108-4a48-92df-4b6184ad34a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f418ef3-87f4-4413-99dc-3fb0f40f84a0 {
  min-height: 50px;
}








#s-5f418ef3-87f4-4413-99dc-3fb0f40f84a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f418ef3-87f4-4413-99dc-3fb0f40f84a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c926ce7e-7fb9-4831-a6c1-ac2c07cd8e41 {
  min-height: 50px;
}








#s-c926ce7e-7fb9-4831-a6c1-ac2c07cd8e41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c926ce7e-7fb9-4831-a6c1-ac2c07cd8e41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94f92552-9194-4c00-93d8-ecdb84145db2 {
  min-height: 50px;
}








#s-94f92552-9194-4c00-93d8-ecdb84145db2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-94f92552-9194-4c00-93d8-ecdb84145db2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a77b805e-3d07-41a3-9b61-580af658e00b {
  min-height: 50px;
}








#s-a77b805e-3d07-41a3-9b61-580af658e00b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a77b805e-3d07-41a3-9b61-580af658e00b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8298ee68-4047-4887-b813-dbe3071a6009 {
  min-height: 50px;
}








#s-8298ee68-4047-4887-b813-dbe3071a6009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8298ee68-4047-4887-b813-dbe3071a6009.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ac3ccd45-2b9a-488a-bb2d-3020a0360a78 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-ac3ccd45-2b9a-488a-bb2d-3020a0360a78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac3ccd45-2b9a-488a-bb2d-3020a0360a78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-47033867-e341-4915-bcc4-978b1541542f {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-47033867-e341-4915-bcc4-978b1541542f .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  text-align: left;
}



#s-d695bde5-1360-4ea1-94aa-f0f485ac9efe {
  padding-top: 0em;
}

@media (min-width: 0px) {
[id="s-d695bde5-1360-4ea1-94aa-f0f485ac9efe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d695bde5-1360-4ea1-94aa-f0f485ac9efe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-d695bde5-1360-4ea1-94aa-f0f485ac9efe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-d695bde5-1360-4ea1-94aa-f0f485ac9efe"] > .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-77c7020b-4a07-4cf2-962b-b0497a7fb734 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-77c7020b-4a07-4cf2-962b-b0497a7fb734 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-2fbf4607-4ffc-4337-9709-078a21ee0e88 {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-2fbf4607-4ffc-4337-9709-078a21ee0e88 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-71489440-8a78-428d-9afd-68875de4ad3f {
  text-align: left;
}

#s-71489440-8a78-428d-9afd-68875de4ad3f .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-71489440-8a78-428d-9afd-68875de4ad3f .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-71489440-8a78-428d-9afd-68875de4ad3f .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-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(248, 248, 248, 1);
border-style: solid;
text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-c66167e5-51ad-4b97-8ba2-4d6a55fc3c71 img.shogun-image {
  width: 100%;
}



}
#s-267a45ef-5ce1-4eaf-88b8-a5e73fe35358 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-267a45ef-5ce1-4eaf-88b8-a5e73fe35358 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-bd7a8b5f-0c50-4857-8733-cf97784960b9 {
  text-align: left;
}

#s-bd7a8b5f-0c50-4857-8733-cf97784960b9 .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-bd7a8b5f-0c50-4857-8733-cf97784960b9 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-bd7a8b5f-0c50-4857-8733-cf97784960b9 .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-06625034-78ee-4d5f-aab6-462a813dc80b {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-06625034-78ee-4d5f-aab6-462a813dc80b img.shogun-image {
  width: 100%;
}



}
#s-25f8bebd-44de-44ee-9378-a99a61c722b6 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-25f8bebd-44de-44ee-9378-a99a61c722b6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-0dde43b1-bedb-4a71-9a28-f78e6eff9dbc {
  text-align: left;
}

#s-0dde43b1-bedb-4a71-9a28-f78e6eff9dbc .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-0dde43b1-bedb-4a71-9a28-f78e6eff9dbc .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-0dde43b1-bedb-4a71-9a28-f78e6eff9dbc .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-ffb1a81e-6870-4ead-8e40-3e56213359b5 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ffb1a81e-6870-4ead-8e40-3e56213359b5 img.shogun-image {
  width: 100%;
}



}
#s-b5a57b9d-ccf1-407c-bc06-e5dca9be17ad {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-b5a57b9d-ccf1-407c-bc06-e5dca9be17ad .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-ae2ab55e-b2fc-42f5-a697-fda670d770b6 {
  text-align: left;
}

#s-ae2ab55e-b2fc-42f5-a697-fda670d770b6 .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-ae2ab55e-b2fc-42f5-a697-fda670d770b6 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-ae2ab55e-b2fc-42f5-a697-fda670d770b6 .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-192aa6ef-d207-41ec-9899-54aa948ef44c {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-192aa6ef-d207-41ec-9899-54aa948ef44c img.shogun-image {
  width: 100%;
}



}
#s-6bfbda89-221e-4945-b62b-a6890111b3ce {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-6bfbda89-221e-4945-b62b-a6890111b3ce .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-6fa841f3-d791-4bb2-90a6-c05b53615f08 {
  text-align: left;
}

#s-6fa841f3-d791-4bb2-90a6-c05b53615f08 .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-6fa841f3-d791-4bb2-90a6-c05b53615f08 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-6fa841f3-d791-4bb2-90a6-c05b53615f08 .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-844dc9e0-e1cd-4b3d-9884-85777c5f725d {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d img.shogun-image {
  width: 100%;
}



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

.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-844dc9e0-e1cd-4b3d-9884-85777c5f725d img.shogun-image {
  width: 100%;
}



}
#s-2fadd453-b4f1-4f23-b96e-7dc334e581fc {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-2fadd453-b4f1-4f23-b96e-7dc334e581fc .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-578ab2fe-39f4-4851-94bd-da6d8060d3bc {
  text-align: left;
}

#s-578ab2fe-39f4-4851-94bd-da6d8060d3bc .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-578ab2fe-39f4-4851-94bd-da6d8060d3bc .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-578ab2fe-39f4-4851-94bd-da6d8060d3bc .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-d0864802-d86d-4f52-96f5-8cb95c13957c {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-d0864802-d86d-4f52-96f5-8cb95c13957c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0864802-d86d-4f52-96f5-8cb95c13957c.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-1b166e22-6101-4f77-b000-4b41436b4016"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b166e22-6101-4f77-b000-4b41436b4016"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-1b166e22-6101-4f77-b000-4b41436b4016"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-1b166e22-6101-4f77-b000-4b41436b4016"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-1b166e22-6101-4f77-b000-4b41436b4016"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-1b166e22-6101-4f77-b000-4b41436b4016"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-1b166e22-6101-4f77-b000-4b41436b4016"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

#s-9590eb03-70fe-4caa-bc43-3d3cceecbea9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-9590eb03-70fe-4caa-bc43-3d3cceecbea9 img.shogun-image {
    

    
    
    
  }


#s-9590eb03-70fe-4caa-bc43-3d3cceecbea9 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ffa30eb-b44a-447e-99d1-5912c536123a {
  margin-bottom: 0em;
}








#s-8ffa30eb-b44a-447e-99d1-5912c536123a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ffa30eb-b44a-447e-99d1-5912c536123a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f4a10e6d-f2da-43a8-a0b5-294983358f6d {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
text-align: center;
}
@media (min-width: 1200px){#s-f4a10e6d-f2da-43a8-a0b5-294983358f6d {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4a10e6d-f2da-43a8-a0b5-294983358f6d {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4a10e6d-f2da-43a8-a0b5-294983358f6d {
  margin-top: 0em;
}
}






  #s-f4a10e6d-f2da-43a8-a0b5-294983358f6d img.shogun-image {
    

    
    
    
  }


#s-f4a10e6d-f2da-43a8-a0b5-294983358f6d .shogun-image-content {
  
    align-items: center;
  
}

#s-32fe9586-ea19-412c-bb16-c62e27e40c70 {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-32fe9586-ea19-412c-bb16-c62e27e40c70"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-32fe9586-ea19-412c-bb16-c62e27e40c70"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-32fe9586-ea19-412c-bb16-c62e27e40c70"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-32fe9586-ea19-412c-bb16-c62e27e40c70"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-fb7fcc58-0730-4921-913b-39aa519dd733 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-fb7fcc58-0730-4921-913b-39aa519dd733 img.shogun-image {
    

    
    
    
  }


#s-fb7fcc58-0730-4921-913b-39aa519dd733 .shogun-image-content {
  
    align-items: center;
  
}

#s-3500e17b-1490-4632-8e30-a79b4f3ffbec {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
text-align: center;
}







  #s-3500e17b-1490-4632-8e30-a79b4f3ffbec img.shogun-image {
    

    
    
    
  }


#s-3500e17b-1490-4632-8e30-a79b4f3ffbec .shogun-image-content {
  
    align-items: center;
  
}

#s-42da7323-6704-48c2-a42c-fa1f30073915 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 30em;
background-position: center center;
}








#s-42da7323-6704-48c2-a42c-fa1f30073915 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.55;
}#s-42da7323-6704-48c2-a42c-fa1f30073915.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-3b0af053-e8bd-4e3a-ad12-42a18c862147 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-3b0af053-e8bd-4e3a-ad12-42a18c862147 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-3b0af053-e8bd-4e3a-ad12-42a18c862147 .shg-sld-nav-button.shg-sld-left,
#s-3b0af053-e8bd-4e3a-ad12-42a18c862147 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f9e363a6-ca91-4f35-9a9d-9304cc780533 {
  min-height: 50px;
}








#s-f9e363a6-ca91-4f35-9a9d-9304cc780533 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f9e363a6-ca91-4f35-9a9d-9304cc780533.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-feb55066-36ea-4687-bbc7-5b1010a41054 {
  max-width: 200px;
}

#s-feb55066-36ea-4687-bbc7-5b1010a41054 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-feb55066-36ea-4687-bbc7-5b1010a41054 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-feb55066-36ea-4687-bbc7-5b1010a41054 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-feb55066-36ea-4687-bbc7-5b1010a41054 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-feb55066-36ea-4687-bbc7-5b1010a41054 td.shogun-table-column, #s-feb55066-36ea-4687-bbc7-5b1010a41054 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-9abb8d30-6a2b-40f9-99e2-4c3c4d33f8b0 .shogun-icon-wrapper {
  text-align: center;
}


#s-9abb8d30-6a2b-40f9-99e2-4c3c4d33f8b0 .shogun-icon-wrapper > .shogun-icon {

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

#s-b505bd02-6bbf-43fb-a85d-604f474169c7 .shogun-icon-wrapper {
  text-align: center;
}


#s-b505bd02-6bbf-43fb-a85d-604f474169c7 .shogun-icon-wrapper > .shogun-icon {

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

#s-59e1245c-217c-454e-8058-9b92e90073e6 .shogun-icon-wrapper {
  text-align: center;
}


#s-59e1245c-217c-454e-8058-9b92e90073e6 .shogun-icon-wrapper > .shogun-icon {

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

#s-5f67b7d7-1ca6-4986-b527-9110172005fc .shogun-icon-wrapper {
  text-align: center;
}


#s-5f67b7d7-1ca6-4986-b527-9110172005fc .shogun-icon-wrapper > .shogun-icon {

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

#s-66649941-6fde-4973-ad43-1dfd28da5a0f .shogun-icon-wrapper {
  text-align: center;
}


#s-66649941-6fde-4973-ad43-1dfd28da5a0f .shogun-icon-wrapper > .shogun-icon {

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

#s-4ebd0b08-8ea3-4f66-83a9-a8d63d985a4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ebd0b08-8ea3-4f66-83a9-a8d63d985a4f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-1df89c0d-99b2-473b-bafa-ac7cd1dfd556 {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1df89c0d-99b2-473b-bafa-ac7cd1dfd556 {
  max-width: 100%;
}
}@media (max-width: 767px){#s-1df89c0d-99b2-473b-bafa-ac7cd1dfd556 {
  max-width: 100%;
}
}
#s-638d58f8-2ba1-4554-ac36-56c4bcd35340 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-638d58f8-2ba1-4554-ac36-56c4bcd35340 .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-1f18f564-23e5-4766-bf0c-7f5b2a3d4cb1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1f18f564-23e5-4766-bf0c-7f5b2a3d4cb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f18f564-23e5-4766-bf0c-7f5b2a3d4cb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2a905742-3ad0-4c92-b4b8-2773431dfb9e {
  max-width: 200px;
}

#s-2a905742-3ad0-4c92-b4b8-2773431dfb9e .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-2a905742-3ad0-4c92-b4b8-2773431dfb9e table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2a905742-3ad0-4c92-b4b8-2773431dfb9e 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-2a905742-3ad0-4c92-b4b8-2773431dfb9e td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-2a905742-3ad0-4c92-b4b8-2773431dfb9e td.shogun-table-column, #s-2a905742-3ad0-4c92-b4b8-2773431dfb9e td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-082751e8-188d-4fc7-ac08-c783c8d05dcd .shogun-icon-wrapper {
  text-align: center;
}


#s-082751e8-188d-4fc7-ac08-c783c8d05dcd .shogun-icon-wrapper > .shogun-icon {

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

#s-eac52446-c3a5-4bce-bad0-cd3111d2c1c6 .shogun-icon-wrapper {
  text-align: center;
}


#s-eac52446-c3a5-4bce-bad0-cd3111d2c1c6 .shogun-icon-wrapper > .shogun-icon {

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

#s-ba996d26-8852-4008-9ad8-026ccca1c6e4 .shogun-icon-wrapper {
  text-align: center;
}


#s-ba996d26-8852-4008-9ad8-026ccca1c6e4 .shogun-icon-wrapper > .shogun-icon {

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

#s-972661de-22f4-4eca-bbea-f710d208c3ce .shogun-icon-wrapper {
  text-align: center;
}


#s-972661de-22f4-4eca-bbea-f710d208c3ce .shogun-icon-wrapper > .shogun-icon {

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

#s-809c3896-be54-44b5-aee4-8ae98d4faaa3 .shogun-icon-wrapper {
  text-align: center;
}


#s-809c3896-be54-44b5-aee4-8ae98d4faaa3 .shogun-icon-wrapper > .shogun-icon {

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

#s-cbcf795f-6a5f-4672-ae53-b71faef7fe05 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbcf795f-6a5f-4672-ae53-b71faef7fe05 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-366cf1ca-3faf-44f8-98c6-b23d42b3837f {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-366cf1ca-3faf-44f8-98c6-b23d42b3837f {
  max-width: 100%;
}
}@media (max-width: 767px){#s-366cf1ca-3faf-44f8-98c6-b23d42b3837f {
  max-width: 100%;
}
}
#s-c621470c-13a6-48e7-ae81-b1d9718a9b74 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c621470c-13a6-48e7-ae81-b1d9718a9b74 .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:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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,.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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.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}