.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-ad3a8049-7edd-4e81-b4c6-c6ecde76835c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-ad3a8049-7edd-4e81-b4c6-c6ecde76835c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-ad3a8049-7edd-4e81-b4c6-c6ecde76835c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-ad3a8049-7edd-4e81-b4c6-c6ecde76835c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-ad3a8049-7edd-4e81-b4c6-c6ecde76835c > .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-ad3a8049-7edd-4e81-b4c6-c6ecde76835c > .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-a9de8571-8929-4945-82de-f849546c5867 {
  min-height: 50px;
}








#s-a9de8571-8929-4945-82de-f849546c5867 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9de8571-8929-4945-82de-f849546c5867.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7794f9a9-12ac-4485-9830-d0b427f80154 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-7794f9a9-12ac-4485-9830-d0b427f80154 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7794f9a9-12ac-4485-9830-d0b427f80154.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-ba38d9d6-491a-4458-bf48-b6291fb65c95 {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-ba38d9d6-491a-4458-bf48-b6291fb65c95"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 1.0em);
}

}

@media (min-width: 768px) {
[id="s-ba38d9d6-491a-4458-bf48-b6291fb65c95"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-ba38d9d6-491a-4458-bf48-b6291fb65c95"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-ba38d9d6-491a-4458-bf48-b6291fb65c95"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

}

.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-5f577d09-fcb5-4d06-ac3a-d16e86dcdce4 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-5f577d09-fcb5-4d06-ac3a-d16e86dcdce4 img.shogun-image {
    

    
    
    
  }


#s-5f577d09-fcb5-4d06-ac3a-d16e86dcdce4 .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-550e8073-e779-4729-820b-6c8d0b3b57a5 {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-550e8073-e779-4729-820b-6c8d0b3b57a5 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-a2c286cf-2f7c-415c-b39a-5291b9f92d9c {
  padding-left: 10px;
padding-right: 10px;
}

#s-89f0b1d3-4fcd-4de7-968c-593b9f703e49 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-89f0b1d3-4fcd-4de7-968c-593b9f703e49 img.shogun-image {
    

    
    
    
  }


#s-89f0b1d3-4fcd-4de7-968c-593b9f703e49 .shogun-image-content {
  
    align-items: center;
  
}

#s-aff2f0a5-7c92-4970-8d65-15e2443ab63d {
  padding-top: 0em;
padding-bottom: 0em;
text-align: center;
}

#s-aff2f0a5-7c92-4970-8d65-15e2443ab63d .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-36b39d60-838b-47e5-82f8-6d6ad5e2f6aa {
  padding-left: 10px;
padding-right: 10px;
}

#s-7eb20a70-ee74-48af-9a23-f9e7aa95c1b9 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-7eb20a70-ee74-48af-9a23-f9e7aa95c1b9 img.shogun-image {
    

    
    
    
  }


#s-7eb20a70-ee74-48af-9a23-f9e7aa95c1b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-d5d44d96-2c07-4ef8-8e68-734a2b9f8662 {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-d5d44d96-2c07-4ef8-8e68-734a2b9f8662 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-a1116db2-2400-4e6c-9211-eaef7266fba0 {
  padding-left: 10px;
padding-right: 10px;
}

#s-76400ce0-5781-418a-9167-fa92dfc9e4c7 {
  margin-left: auto;
margin-right: auto;
max-width: 10em;
text-align: center;
}







  #s-76400ce0-5781-418a-9167-fa92dfc9e4c7 img.shogun-image {
    

    
    
    
  }


#s-76400ce0-5781-418a-9167-fa92dfc9e4c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecb3356d-ba85-4977-af8b-86c1dde16a37 {
  padding-top: 0px;
padding-bottom: 0em;
text-align: center;
}

#s-ecb3356d-ba85-4977-af8b-86c1dde16a37 .shogun-heading-component h6 {
  color: rgba(65, 160, 144, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.05em;
  
  
  
}



#s-72888edc-fac4-498c-b384-eca01e9e7014 {
  padding-left: 10px;
padding-right: 10px;
}

#s-4f6682ed-f592-4708-b2c6-6fab1a411c98 {
  background-repeat: no-repeat;
margin-top: 5em;
margin-left: 0em;
margin-bottom: 3em;
margin-right: 0em;
padding-left: 3em;
padding-right: 3em;
min-height: 50px;
background-attachment: scroll;
}
@media (min-width: 768px) and (max-width: 991px){#s-4f6682ed-f592-4708-b2c6-6fab1a411c98 {
  display: none;
}
#s-4f6682ed-f592-4708-b2c6-6fab1a411c98, #wrap-s-4f6682ed-f592-4708-b2c6-6fab1a411c98 { display:none !important; }}@media (max-width: 767px){#s-4f6682ed-f592-4708-b2c6-6fab1a411c98 {
  display: none;
}
#s-4f6682ed-f592-4708-b2c6-6fab1a411c98, #wrap-s-4f6682ed-f592-4708-b2c6-6fab1a411c98 { display:none !important; }}
#s-4f6682ed-f592-4708-b2c6-6fab1a411c98 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iOTdiODAzMmItYTI0YS00MzY0LThiN2MtMzQzMzgxZGVmYjZhIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM5N2I4MDMyYi1hMjRhLTQzNjQtOGI3Yy0zNDMzODFkZWZiNmEpIi8+PC9zdmc+);
}








#s-4f6682ed-f592-4708-b2c6-6fab1a411c98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f6682ed-f592-4708-b2c6-6fab1a411c98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81d867e0-8897-48e8-b39e-4bc9abb39b28 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-81d867e0-8897-48e8-b39e-4bc9abb39b28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81d867e0-8897-48e8-b39e-4bc9abb39b28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73857cd0-f3cc-44a9-9f8d-dc323f0f3ee8 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-73857cd0-f3cc-44a9-9f8d-dc323f0f3ee8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73857cd0-f3cc-44a9-9f8d-dc323f0f3ee8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73857cd0-f3cc-44a9-9f8d-dc323f0f3ee8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73857cd0-f3cc-44a9-9f8d-dc323f0f3ee8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-578387bd-1b07-48f8-a9ea-b1b111946ad9 {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}







  #s-578387bd-1b07-48f8-a9ea-b1b111946ad9 img.shogun-image {
    

    
    
    
  }


#s-578387bd-1b07-48f8-a9ea-b1b111946ad9 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4a54d66-2ca8-475f-9d08-8c776b3b1536 {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-a4a54d66-2ca8-475f-9d08-8c776b3b1536 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4a54d66-2ca8-475f-9d08-8c776b3b1536.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ce5131d3-bf7c-4815-b024-b52524c2e903 {
  margin-bottom: 0.25em;
text-align: left;
}

#s-ce5131d3-bf7c-4815-b024-b52524c2e903 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  text-align: left;
}



#s-85462062-12e7-43a9-9118-799ac0b1de28 {
  margin-bottom: 0.5em;
}

#s-1771aa7c-226d-468f-8508-0308a54219ec {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-1771aa7c-226d-468f-8508-0308a54219ec"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1771aa7c-226d-468f-8508-0308a54219ec"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-1771aa7c-226d-468f-8508-0308a54219ec"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-1771aa7c-226d-468f-8508-0308a54219ec"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-ad0c9cf8-e61a-4124-97ba-2e2b7a81a5b3 {
  min-height: 50px;
}








#s-ad0c9cf8-e61a-4124-97ba-2e2b7a81a5b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad0c9cf8-e61a-4124-97ba-2e2b7a81a5b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-020487e0-d117-4677-82bc-abe0b47b5888 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-020487e0-d117-4677-82bc-abe0b47b5888"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-020487e0-d117-4677-82bc-abe0b47b5888"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-020487e0-d117-4677-82bc-abe0b47b5888"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-020487e0-d117-4677-82bc-abe0b47b5888"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-020487e0-d117-4677-82bc-abe0b47b5888"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-020487e0-d117-4677-82bc-abe0b47b5888"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-020487e0-d117-4677-82bc-abe0b47b5888"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-d06c6e6c-4e30-4504-9a0d-e907f145cf50 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-d06c6e6c-4e30-4504-9a0d-e907f145cf50 img.shogun-image {
    

    
    
    
  }


#s-d06c6e6c-4e30-4504-9a0d-e907f145cf50 .shogun-image-content {
  
    align-items: center;
  
}

#s-b1d6e61b-c69f-4728-83e3-7cc7fc1ff859 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b1d6e61b-c69f-4728-83e3-7cc7fc1ff859"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-b1d6e61b-c69f-4728-83e3-7cc7fc1ff859"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b1d6e61b-c69f-4728-83e3-7cc7fc1ff859"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b1d6e61b-c69f-4728-83e3-7cc7fc1ff859"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b1d6e61b-c69f-4728-83e3-7cc7fc1ff859"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b1d6e61b-c69f-4728-83e3-7cc7fc1ff859"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b1d6e61b-c69f-4728-83e3-7cc7fc1ff859"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-4e900fe2-b6d8-48b2-88ee-bce4a07e4347 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-4e900fe2-b6d8-48b2-88ee-bce4a07e4347 img.shogun-image {
    

    
    
    
  }


#s-4e900fe2-b6d8-48b2-88ee-bce4a07e4347 .shogun-image-content {
  
    align-items: center;
  
}

#s-1473b660-6463-4629-bb53-eae78a5d74b7 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-1473b660-6463-4629-bb53-eae78a5d74b7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-1473b660-6463-4629-bb53-eae78a5d74b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-1473b660-6463-4629-bb53-eae78a5d74b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-1473b660-6463-4629-bb53-eae78a5d74b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-1473b660-6463-4629-bb53-eae78a5d74b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-1473b660-6463-4629-bb53-eae78a5d74b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-1473b660-6463-4629-bb53-eae78a5d74b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-e3b4677b-911d-40fc-9459-627348d751af {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-e3b4677b-911d-40fc-9459-627348d751af img.shogun-image {
    

    
    
    
  }


#s-e3b4677b-911d-40fc-9459-627348d751af .shogun-image-content {
  
    align-items: center;
  
}

#s-5cb17b9a-1f6c-4082-8b87-65c7e2391d0d {
  padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-5cb17b9a-1f6c-4082-8b87-65c7e2391d0d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb17b9a-1f6c-4082-8b87-65c7e2391d0d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf79bd99-34c8-48be-b8d3-61e5e012844a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-cf79bd99-34c8-48be-b8d3-61e5e012844a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-cf79bd99-34c8-48be-b8d3-61e5e012844a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-cf79bd99-34c8-48be-b8d3-61e5e012844a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-cf79bd99-34c8-48be-b8d3-61e5e012844a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-cf79bd99-34c8-48be-b8d3-61e5e012844a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-cf79bd99-34c8-48be-b8d3-61e5e012844a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-cf79bd99-34c8-48be-b8d3-61e5e012844a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-88153342-e8ad-4d87-95bc-3ab5d6316dcf {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: right;
}







  #s-88153342-e8ad-4d87-95bc-3ab5d6316dcf img.shogun-image {
    

    
    
    
  }


#s-88153342-e8ad-4d87-95bc-3ab5d6316dcf .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-ee9bad8b-64b6-452f-a6bf-d9b5bdd28d9c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ee9bad8b-64b6-452f-a6bf-d9b5bdd28d9c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-ee9bad8b-64b6-452f-a6bf-d9b5bdd28d9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-ee9bad8b-64b6-452f-a6bf-d9b5bdd28d9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-ee9bad8b-64b6-452f-a6bf-d9b5bdd28d9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-ee9bad8b-64b6-452f-a6bf-d9b5bdd28d9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-ee9bad8b-64b6-452f-a6bf-d9b5bdd28d9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-ee9bad8b-64b6-452f-a6bf-d9b5bdd28d9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-f4a30980-52f2-45c4-9358-acd1c4f75131 {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-f4a30980-52f2-45c4-9358-acd1c4f75131 img.shogun-image {
    

    
    
    
  }


#s-f4a30980-52f2-45c4-9358-acd1c4f75131 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-e4bb3984-b2c3-41dd-a020-ff4d529a2f8a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e4bb3984-b2c3-41dd-a020-ff4d529a2f8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-e4bb3984-b2c3-41dd-a020-ff4d529a2f8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-e4bb3984-b2c3-41dd-a020-ff4d529a2f8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-e4bb3984-b2c3-41dd-a020-ff4d529a2f8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-e4bb3984-b2c3-41dd-a020-ff4d529a2f8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-e4bb3984-b2c3-41dd-a020-ff4d529a2f8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.5em);
}

[id="s-e4bb3984-b2c3-41dd-a020-ff4d529a2f8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.5em);
}

}

#s-f1d767e5-4c38-43c8-8b40-550971acbb7a {
  margin-left: auto;
margin-right: auto;
padding-bottom: 0px;
max-width: 5em;
text-align: center;
}







  #s-f1d767e5-4c38-43c8-8b40-550971acbb7a img.shogun-image {
    

    
    
    
  }


#s-f1d767e5-4c38-43c8-8b40-550971acbb7a .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-17448d0d-353d-48a2-85f2-2e53338be530 {
  background-repeat: no-repeat;
margin-top: 4em;
margin-bottom: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-17448d0d-353d-48a2-85f2-2e53338be530 {
  display: none;
}
#s-17448d0d-353d-48a2-85f2-2e53338be530, #wrap-s-17448d0d-353d-48a2-85f2-2e53338be530 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-17448d0d-353d-48a2-85f2-2e53338be530 {
  display: none;
}
#s-17448d0d-353d-48a2-85f2-2e53338be530, #wrap-s-17448d0d-353d-48a2-85f2-2e53338be530 { display:none !important; }}@media (max-width: 767px){#s-17448d0d-353d-48a2-85f2-2e53338be530 {
  
}
}
#s-17448d0d-353d-48a2-85f2-2e53338be530 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjJlZTg0MzktNjUxMS00NjA1LThlMDQtNDY5OGZmZWVlZGU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZDhmMmYyO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojYjdlY2RjO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MmVlODQzOS02NTExLTQ2MDUtOGUwNC00Njk4ZmZlZWVkZTcpIi8+PC9zdmc+);
}








#s-17448d0d-353d-48a2-85f2-2e53338be530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17448d0d-353d-48a2-85f2-2e53338be530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37956b34-d020-4664-ae2f-e5e51a0dd89e {
  margin-left: 10%;
margin-right: 10%;
min-height: 50px;
}








#s-37956b34-d020-4664-ae2f-e5e51a0dd89e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-37956b34-d020-4664-ae2f-e5e51a0dd89e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1c3781d-2b71-4a5e-9f52-5c2c05452e79 {
  margin-top: -5em;
max-width: 100%;
text-align: center;
}







  #s-a1c3781d-2b71-4a5e-9f52-5c2c05452e79 img.shogun-image {
    

    
    
    
  }


#s-a1c3781d-2b71-4a5e-9f52-5c2c05452e79 .shogun-image-content {
  
    align-items: center;
  
}

#s-be4b2135-046a-46dc-936e-2dfb6cccfd8e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-be4b2135-046a-46dc-936e-2dfb6cccfd8e .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.4em;
  
  
  
}



#s-72536e84-d923-4ecb-bc97-98b54da686a6 {
  margin-bottom: 0.5em;
}

#s-2b321381-9ad8-4595-b3bc-5518cd4dfede {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2b321381-9ad8-4595-b3bc-5518cd4dfede"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b321381-9ad8-4595-b3bc-5518cd4dfede"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-2b321381-9ad8-4595-b3bc-5518cd4dfede"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-2b321381-9ad8-4595-b3bc-5518cd4dfede"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-0a102fc2-24eb-4d3a-bee8-a06f920dd302 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-0a102fc2-24eb-4d3a-bee8-a06f920dd302 img.shogun-image {
    

    
    
    
  }


#s-0a102fc2-24eb-4d3a-bee8-a06f920dd302 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7ca3347-bed3-4078-b8ac-967818fc40e7 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-d7ca3347-bed3-4078-b8ac-967818fc40e7 {
  margin-bottom: 1em;
}
}
#s-07e9cbd2-19d9-46e9-9333-7aa33d4ec5fb {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-07e9cbd2-19d9-46e9-9333-7aa33d4ec5fb img.shogun-image {
    

    
    
    
  }


#s-07e9cbd2-19d9-46e9-9333-7aa33d4ec5fb .shogun-image-content {
  
    align-items: center;
  
}

#s-bc6fde12-699f-4d52-beac-b7234adea325 {
  margin-top: 1em;
}

#s-9c6c4f21-0e78-4216-96db-8ccf46a8c244 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9c6c4f21-0e78-4216-96db-8ccf46a8c244"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c6c4f21-0e78-4216-96db-8ccf46a8c244"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-9c6c4f21-0e78-4216-96db-8ccf46a8c244"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-9c6c4f21-0e78-4216-96db-8ccf46a8c244"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-365b9317-cefc-43e0-8e0c-5333248c28b9 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-365b9317-cefc-43e0-8e0c-5333248c28b9 img.shogun-image {
    

    
    
    
  }


#s-365b9317-cefc-43e0-8e0c-5333248c28b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c1860a12-244f-4621-bbc7-b6e104f35310 {
  margin-top: 1em;
}
@media (max-width: 767px){#s-c1860a12-244f-4621-bbc7-b6e104f35310 {
  margin-bottom: 1em;
}
}
#s-f83016cd-911b-4ce9-9e94-1763fb69857b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-f83016cd-911b-4ce9-9e94-1763fb69857b img.shogun-image {
    

    
    
    
  }


#s-f83016cd-911b-4ce9-9e94-1763fb69857b .shogun-image-content {
  
    align-items: center;
  
}

#s-c1aeaf22-bafe-40c6-bad6-f060a73b0365 {
  margin-top: 1em;
}

#s-738f644c-5345-4e54-9264-e93db3ce1385 {
  margin-top: 1em;
margin-bottom: 3em;
}

@media (min-width: 0px) {
[id="s-738f644c-5345-4e54-9264-e93db3ce1385"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-738f644c-5345-4e54-9264-e93db3ce1385"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-738f644c-5345-4e54-9264-e93db3ce1385"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-738f644c-5345-4e54-9264-e93db3ce1385"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-aa4d135f-4cf7-4875-9a86-a2648589746c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-aa4d135f-4cf7-4875-9a86-a2648589746c img.shogun-image {
    

    
    
    
  }


#s-aa4d135f-4cf7-4875-9a86-a2648589746c .shogun-image-content {
  
    align-items: center;
  
}

#s-351bb3d8-5fe8-4c62-a577-2c851b2e087f {
  margin-top: 1em;
}
@media (max-width: 767px){#s-351bb3d8-5fe8-4c62-a577-2c851b2e087f {
  margin-bottom: 1em;
}
}
#s-468f01ac-5158-49f2-996f-a33625d16a78 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 5em;
text-align: center;
}







  #s-468f01ac-5158-49f2-996f-a33625d16a78 img.shogun-image {
    

    
    
    
  }


#s-468f01ac-5158-49f2-996f-a33625d16a78 .shogun-image-content {
  
    align-items: center;
  
}

#s-5aaa49fb-1320-4aab-97aa-2a530ccf9c86 {
  margin-top: 1em;
}

#s-306e5430-25e3-457e-ad33-c8788345765d {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-306e5430-25e3-457e-ad33-c8788345765d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-306e5430-25e3-457e-ad33-c8788345765d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc80a047-9dc7-4a4c-beaa-687fed7e6389 {
  margin-left: auto;
margin-right: auto;
max-width: 768px;
text-align: center;
}







  #s-cc80a047-9dc7-4a4c-beaa-687fed7e6389 img.shogun-image {
    

    
    
    
  }


#s-cc80a047-9dc7-4a4c-beaa-687fed7e6389 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a24b72c-8400-43c6-8bf3-ed55473cf0c5 {
  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-2a24b72c-8400-43c6-8bf3-ed55473cf0c5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-2a24b72c-8400-43c6-8bf3-ed55473cf0c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-2a24b72c-8400-43c6-8bf3-ed55473cf0c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-2a24b72c-8400-43c6-8bf3-ed55473cf0c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-47cbc650-0c86-45c3-b5a1-c18808b7a809 {
  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-47cbc650-0c86-45c3-b5a1-c18808b7a809 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47cbc650-0c86-45c3-b5a1-c18808b7a809.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-17fad6f4-4b3c-4ecb-a9e2-1d7dd13992c7 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-17fad6f4-4b3c-4ecb-a9e2-1d7dd13992c7 img.shogun-image {
    

    
    
    
  }


#s-17fad6f4-4b3c-4ecb-a9e2-1d7dd13992c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c5846f30-102b-4d75-9fe1-2938724ed8ba {
  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-c5846f30-102b-4d75-9fe1-2938724ed8ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5846f30-102b-4d75-9fe1-2938724ed8ba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe0ce9ac-9b07-45b5-815a-1c4690e956a7 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-fe0ce9ac-9b07-45b5-815a-1c4690e956a7 img.shogun-image {
    

    
    
    
  }


#s-fe0ce9ac-9b07-45b5-815a-1c4690e956a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-ab322c02-2320-4e95-ac0d-37d855816471 {
  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-ab322c02-2320-4e95-ac0d-37d855816471 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab322c02-2320-4e95-ac0d-37d855816471.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f65292ff-2a4f-4fd7-8560-7ba5e4aa662c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-f65292ff-2a4f-4fd7-8560-7ba5e4aa662c img.shogun-image {
    

    
    
    
  }


#s-f65292ff-2a4f-4fd7-8560-7ba5e4aa662c .shogun-image-content {
  
    align-items: center;
  
}

#s-8b8fb9e6-5ee6-49ee-acc3-83982a3d29ea {
  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-8b8fb9e6-5ee6-49ee-acc3-83982a3d29ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b8fb9e6-5ee6-49ee-acc3-83982a3d29ea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-26c88b86-f5d4-4654-ac7a-28e0290f6d97 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-26c88b86-f5d4-4654-ac7a-28e0290f6d97 img.shogun-image {
    

    
    
    
  }


#s-26c88b86-f5d4-4654-ac7a-28e0290f6d97 .shogun-image-content {
  
    align-items: center;
  
}

#s-42e27195-564f-4b78-b01b-1764a9dadfe3 {
  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-42e27195-564f-4b78-b01b-1764a9dadfe3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-42e27195-564f-4b78-b01b-1764a9dadfe3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-42e27195-564f-4b78-b01b-1764a9dadfe3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-42e27195-564f-4b78-b01b-1764a9dadfe3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-6702fcb2-edde-44b9-87b4-86919a2db8f0 {
  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-6702fcb2-edde-44b9-87b4-86919a2db8f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6702fcb2-edde-44b9-87b4-86919a2db8f0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-41f69b44-74e5-4ccf-86f7-bb546143d7fd {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-41f69b44-74e5-4ccf-86f7-bb546143d7fd img.shogun-image {
    

    
    
    
  }


#s-41f69b44-74e5-4ccf-86f7-bb546143d7fd .shogun-image-content {
  
    align-items: center;
  
}

#s-b2cc22d6-ca83-4eec-b750-0d42e3c34736 {
  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-b2cc22d6-ca83-4eec-b750-0d42e3c34736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b2cc22d6-ca83-4eec-b750-0d42e3c34736.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7fe03ad7-29eb-4ad4-a947-1ced96b00295 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-7fe03ad7-29eb-4ad4-a947-1ced96b00295 img.shogun-image {
    

    
    
    
  }


#s-7fe03ad7-29eb-4ad4-a947-1ced96b00295 .shogun-image-content {
  
    align-items: center;
  
}

#s-4dccb108-3d7e-4656-81f5-daa3c84eb576 {
  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-4dccb108-3d7e-4656-81f5-daa3c84eb576 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dccb108-3d7e-4656-81f5-daa3c84eb576.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c65926e1-8219-44b4-b5ad-60a3d2878941 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-c65926e1-8219-44b4-b5ad-60a3d2878941 img.shogun-image {
    

    
    
    
  }


#s-c65926e1-8219-44b4-b5ad-60a3d2878941 .shogun-image-content {
  
    align-items: center;
  
}

#s-ad29f947-799f-4ef5-b9c6-7dedf63f1ad6 {
  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-ad29f947-799f-4ef5-b9c6-7dedf63f1ad6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad29f947-799f-4ef5-b9c6-7dedf63f1ad6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-da960f8f-6bf8-4da8-affb-d541f932fade {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-da960f8f-6bf8-4da8-affb-d541f932fade img.shogun-image {
    

    
    
    
  }


#s-da960f8f-6bf8-4da8-affb-d541f932fade .shogun-image-content {
  
    align-items: center;
  
}

#s-f9330e15-b189-486b-bf65-6e5c19bdda10 {
  margin-top: 0px;
margin-left: 1em;
margin-bottom: 0px;
margin-right: 1em;
padding-top: 0.5px;
padding-left: 0em;
padding-bottom: 0.5px;
padding-right: 0em;
}

@media (min-width: 0px) {
[id="s-f9330e15-b189-486b-bf65-6e5c19bdda10"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-f9330e15-b189-486b-bf65-6e5c19bdda10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-f9330e15-b189-486b-bf65-6e5c19bdda10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-f9330e15-b189-486b-bf65-6e5c19bdda10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-41fbea6d-83a3-456f-9e00-a8d5287b670f {
  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-41fbea6d-83a3-456f-9e00-a8d5287b670f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41fbea6d-83a3-456f-9e00-a8d5287b670f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8fcaf108-7b69-43be-b42b-72d6141eca6c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-8fcaf108-7b69-43be-b42b-72d6141eca6c img.shogun-image {
    

    
    
    
  }


#s-8fcaf108-7b69-43be-b42b-72d6141eca6c .shogun-image-content {
  
    align-items: center;
  
}

#s-abb4e655-43d2-48fc-a801-20a344f7ed5c {
  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-abb4e655-43d2-48fc-a801-20a344f7ed5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abb4e655-43d2-48fc-a801-20a344f7ed5c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0a1b4b6d-688c-4bc0-ad96-48bd3c55ba9d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-0a1b4b6d-688c-4bc0-ad96-48bd3c55ba9d img.shogun-image {
    

    
    
    
  }


#s-0a1b4b6d-688c-4bc0-ad96-48bd3c55ba9d .shogun-image-content {
  
    align-items: center;
  
}

#s-d3ad276d-b13e-4ea8-8b76-0f09ae8e2dcb {
  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-d3ad276d-b13e-4ea8-8b76-0f09ae8e2dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3ad276d-b13e-4ea8-8b76-0f09ae8e2dcb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-978956ec-fab9-4d2c-827d-9a2e2435d3bd {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-978956ec-fab9-4d2c-827d-9a2e2435d3bd img.shogun-image {
    

    
    
    
  }


#s-978956ec-fab9-4d2c-827d-9a2e2435d3bd .shogun-image-content {
  
    align-items: center;
  
}

#s-8f075927-fc1c-4667-b594-a11631c32cea {
  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-8f075927-fc1c-4667-b594-a11631c32cea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f075927-fc1c-4667-b594-a11631c32cea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb2bc968-d6b1-47a6-b065-cd6f69154c8d {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
text-align: center;
}







  #s-fb2bc968-d6b1-47a6-b065-cd6f69154c8d img.shogun-image {
    

    
    
    
  }


#s-fb2bc968-d6b1-47a6-b065-cd6f69154c8d .shogun-image-content {
  
    align-items: center;
  
}

.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

#s-d78fd9f4-5527-4cc0-a09f-ad06f6a82646 {
  margin-bottom: 1em;
padding-left: 1em;
padding-right: 1em;
}

#s-2ef2baa7-55a8-44b0-abf9-e2e123ac0af2 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-2ef2baa7-55a8-44b0-abf9-e2e123ac0af2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ef2baa7-55a8-44b0-abf9-e2e123ac0af2.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-3e134d09-52de-46a3-bc83-ecffa5ec6714"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e134d09-52de-46a3-bc83-ecffa5ec6714"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-3e134d09-52de-46a3-bc83-ecffa5ec6714"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-3e134d09-52de-46a3-bc83-ecffa5ec6714"] > .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-3625e91e-1122-4afe-8978-e0368f88ec43 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-3625e91e-1122-4afe-8978-e0368f88ec43 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-3625e91e-1122-4afe-8978-e0368f88ec43 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-3625e91e-1122-4afe-8978-e0368f88ec43 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-3625e91e-1122-4afe-8978-e0368f88ec43 td.shogun-table-column, #s-3625e91e-1122-4afe-8978-e0368f88ec43 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-6c661e71-2fcd-446a-a1d8-788a152834d7 {
  min-height: 50px;
}








#s-6c661e71-2fcd-446a-a1d8-788a152834d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c661e71-2fcd-446a-a1d8-788a152834d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6b7e7ed9-0e97-43d2-b172-c5486cbd669e .shogun-icon-wrapper {
  text-align: center;
}


#s-6b7e7ed9-0e97-43d2-b172-c5486cbd669e .shogun-icon-wrapper > .shogun-icon {

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

#s-e594a460-9d8b-47f5-8d32-c23c2de5b143 {
  min-height: 50px;
}








#s-e594a460-9d8b-47f5-8d32-c23c2de5b143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e594a460-9d8b-47f5-8d32-c23c2de5b143.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b7292bcc-12fa-44a8-8b7d-d227e980c97b .shogun-icon-wrapper {
  text-align: center;
}


#s-b7292bcc-12fa-44a8-8b7d-d227e980c97b .shogun-icon-wrapper > .shogun-icon {

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

#s-a7da7c26-0e6d-49b1-8c81-542efd91d3fa {
  min-height: 50px;
}








#s-a7da7c26-0e6d-49b1-8c81-542efd91d3fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7da7c26-0e6d-49b1-8c81-542efd91d3fa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-547009c8-33e9-4142-9c1f-5bfb4d39a6c8 {
  min-height: 50px;
}








#s-547009c8-33e9-4142-9c1f-5bfb4d39a6c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-547009c8-33e9-4142-9c1f-5bfb4d39a6c8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-872bda0e-5051-4e6f-ab42-22b9d996d2ee {
  min-height: 50px;
}








#s-872bda0e-5051-4e6f-ab42-22b9d996d2ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-872bda0e-5051-4e6f-ab42-22b9d996d2ee.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a8ad57c7-c4e0-4961-8e75-3b9aa9b668df .shogun-icon-wrapper {
  text-align: center;
}


#s-a8ad57c7-c4e0-4961-8e75-3b9aa9b668df .shogun-icon-wrapper > .shogun-icon {

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

#s-921c85b1-943a-4534-9eb3-24ea88c7526f {
  min-height: 50px;
}








#s-921c85b1-943a-4534-9eb3-24ea88c7526f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-921c85b1-943a-4534-9eb3-24ea88c7526f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-993f2c29-e158-4975-adb8-dc35bf6b3f74 {
  min-height: 50px;
}








#s-993f2c29-e158-4975-adb8-dc35bf6b3f74 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-993f2c29-e158-4975-adb8-dc35bf6b3f74.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-27f5e631-c9b7-48ef-806a-3539a09814a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-27f5e631-c9b7-48ef-806a-3539a09814a1 .shogun-icon-wrapper > .shogun-icon {

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

#s-d5e8c727-f124-43e4-9b8c-c54106fc85a9 {
  min-height: 50px;
}








#s-d5e8c727-f124-43e4-9b8c-c54106fc85a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5e8c727-f124-43e4-9b8c-c54106fc85a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97157311-add1-4450-9edb-44ea24c0c400 {
  min-height: 50px;
}








#s-97157311-add1-4450-9edb-44ea24c0c400 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97157311-add1-4450-9edb-44ea24c0c400.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc1d193e-68a6-485a-a974-5fc5db2f9fb1 {
  min-height: 50px;
}








#s-fc1d193e-68a6-485a-a974-5fc5db2f9fb1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc1d193e-68a6-485a-a974-5fc5db2f9fb1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a46fa5e-2c98-47ba-a6f8-4f80ec5b3032 {
  min-height: 50px;
}








#s-1a46fa5e-2c98-47ba-a6f8-4f80ec5b3032 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a46fa5e-2c98-47ba-a6f8-4f80ec5b3032.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-95a14151-76ae-4ea4-948a-e197bb5002b1 .shogun-icon-wrapper {
  text-align: center;
}


#s-95a14151-76ae-4ea4-948a-e197bb5002b1 .shogun-icon-wrapper > .shogun-icon {

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

#s-9620e4fb-f2a0-41ec-8b06-35e1c3a759e2 {
  min-height: 50px;
}








#s-9620e4fb-f2a0-41ec-8b06-35e1c3a759e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9620e4fb-f2a0-41ec-8b06-35e1c3a759e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3ce67e7c-4cdc-4482-afc7-057bacb95709 .shogun-icon-wrapper {
  text-align: center;
}


#s-3ce67e7c-4cdc-4482-afc7-057bacb95709 .shogun-icon-wrapper > .shogun-icon {

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

#s-1378fce9-ffb8-4d83-a377-40312b04b31a {
  min-height: 50px;
}








#s-1378fce9-ffb8-4d83-a377-40312b04b31a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1378fce9-ffb8-4d83-a377-40312b04b31a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ecabf36-d45f-4426-a014-7ff93f8d11a3 {
  min-height: 50px;
}








#s-4ecabf36-d45f-4426-a014-7ff93f8d11a3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ecabf36-d45f-4426-a014-7ff93f8d11a3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7df3b1b8-8954-4bfe-a535-9b3969d2c520 {
  min-height: 50px;
}








#s-7df3b1b8-8954-4bfe-a535-9b3969d2c520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7df3b1b8-8954-4bfe-a535-9b3969d2c520.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-99365b58-95c0-4d74-ad88-cb69b684f97d {
  min-height: 50px;
}








#s-99365b58-95c0-4d74-ad88-cb69b684f97d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-99365b58-95c0-4d74-ad88-cb69b684f97d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b42150fa-e042-4f66-a92e-3b0f8d5b8621 {
  min-height: 50px;
}








#s-b42150fa-e042-4f66-a92e-3b0f8d5b8621 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b42150fa-e042-4f66-a92e-3b0f8d5b8621.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5f4a19d5-ee78-420b-b4ab-d63d6b4a86eb {
  min-height: 50px;
}








#s-5f4a19d5-ee78-420b-b4ab-d63d6b4a86eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f4a19d5-ee78-420b-b4ab-d63d6b4a86eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-12d7bd98-8567-48e0-b1e8-01e66ac4fe11 {
  min-height: 50px;
}








#s-12d7bd98-8567-48e0-b1e8-01e66ac4fe11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12d7bd98-8567-48e0-b1e8-01e66ac4fe11.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-19b64e3d-4548-4114-8ad2-9c8ab3bac8e9 {
  min-height: 50px;
}








#s-19b64e3d-4548-4114-8ad2-9c8ab3bac8e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-19b64e3d-4548-4114-8ad2-9c8ab3bac8e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-334a290e-aa3a-4817-9db2-6d6ce17ebe3e {
  min-height: 50px;
}








#s-334a290e-aa3a-4817-9db2-6d6ce17ebe3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-334a290e-aa3a-4817-9db2-6d6ce17ebe3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b92057c-ef44-4991-8c8e-9de83264d002 .shogun-icon-wrapper {
  text-align: center;
}


#s-7b92057c-ef44-4991-8c8e-9de83264d002 .shogun-icon-wrapper > .shogun-icon {

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

#s-f74c1d27-e479-4f4c-bf28-b947fed6ae97 {
  min-height: 50px;
}








#s-f74c1d27-e479-4f4c-bf28-b947fed6ae97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f74c1d27-e479-4f4c-bf28-b947fed6ae97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2f97fdfa-215b-47bc-8d8b-430a6ae3de17 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(244, 244, 244, 1);
  border-radius: 0px;
}

#s-2f97fdfa-215b-47bc-8d8b-430a6ae3de17 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2f97fdfa-215b-47bc-8d8b-430a6ae3de17 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-2f97fdfa-215b-47bc-8d8b-430a6ae3de17 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2f97fdfa-215b-47bc-8d8b-430a6ae3de17 td.shogun-table-column, #s-2f97fdfa-215b-47bc-8d8b-430a6ae3de17 td.shogun-table-row {
  border: 1px solid rgba(244, 244, 244, 1);
}

#s-11b10166-13b9-4196-8109-0f34ced6acc4 {
  min-height: 50px;
}








#s-11b10166-13b9-4196-8109-0f34ced6acc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11b10166-13b9-4196-8109-0f34ced6acc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f86a2ede-2192-49d0-8dc8-b3d0765b23f8 {
  min-height: 50px;
}








#s-f86a2ede-2192-49d0-8dc8-b3d0765b23f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f86a2ede-2192-49d0-8dc8-b3d0765b23f8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cf65128-382d-4c80-81f2-6cda5f6f3b33 {
  min-height: 50px;
}








#s-4cf65128-382d-4c80-81f2-6cda5f6f3b33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4cf65128-382d-4c80-81f2-6cda5f6f3b33.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-25d9c138-403f-4910-85c3-d6e27f3c2e4a {
  min-height: 50px;
}








#s-25d9c138-403f-4910-85c3-d6e27f3c2e4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25d9c138-403f-4910-85c3-d6e27f3c2e4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-579a3125-9113-497f-af5e-8a74d05bd322 {
  min-height: 50px;
}








#s-579a3125-9113-497f-af5e-8a74d05bd322 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-579a3125-9113-497f-af5e-8a74d05bd322.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a7c1dba9-fb52-41a5-bacf-4493021d7bdf {
  min-height: 50px;
}








#s-a7c1dba9-fb52-41a5-bacf-4493021d7bdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7c1dba9-fb52-41a5-bacf-4493021d7bdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ac91441-f2fd-499e-b239-0a1f7405b2cc .shogun-icon-wrapper {
  text-align: center;
}


#s-5ac91441-f2fd-499e-b239-0a1f7405b2cc .shogun-icon-wrapper > .shogun-icon {

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

#s-84e1edbd-7980-43be-b41d-df83c7b23695 {
  min-height: 50px;
}








#s-84e1edbd-7980-43be-b41d-df83c7b23695 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84e1edbd-7980-43be-b41d-df83c7b23695.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ec3b6465-246a-4884-87f4-b209f9d6de8b {
  min-height: 50px;
}








#s-ec3b6465-246a-4884-87f4-b209f9d6de8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec3b6465-246a-4884-87f4-b209f9d6de8b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a1396e75-c31a-496e-a685-474b37104283 {
  min-height: 50px;
}








#s-a1396e75-c31a-496e-a685-474b37104283 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1396e75-c31a-496e-a685-474b37104283.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-af44940c-5aea-44c5-99c2-5fe352594238 {
  min-height: 50px;
}








#s-af44940c-5aea-44c5-99c2-5fe352594238 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af44940c-5aea-44c5-99c2-5fe352594238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-341739ec-9cba-473a-b9ae-2da3dde6226c .shogun-icon-wrapper {
  text-align: center;
}


#s-341739ec-9cba-473a-b9ae-2da3dde6226c .shogun-icon-wrapper > .shogun-icon {

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

#s-aa913914-3984-435a-8f0c-80f8217fc2b7 {
  min-height: 50px;
}








#s-aa913914-3984-435a-8f0c-80f8217fc2b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa913914-3984-435a-8f0c-80f8217fc2b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14871828-5f7e-45a3-8a44-e707008b43a8 {
  min-height: 50px;
}








#s-14871828-5f7e-45a3-8a44-e707008b43a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14871828-5f7e-45a3-8a44-e707008b43a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a32e9c33-3a04-4a7c-a9b0-fd60c302da2c {
  min-height: 50px;
}








#s-a32e9c33-3a04-4a7c-a9b0-fd60c302da2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a32e9c33-3a04-4a7c-a9b0-fd60c302da2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14782e8c-1a85-4170-a906-65bc89b26578 {
  min-height: 50px;
}








#s-14782e8c-1a85-4170-a906-65bc89b26578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14782e8c-1a85-4170-a906-65bc89b26578.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b18d393-ac1c-4c72-8392-5150df7c86e3 {
  min-height: 50px;
}








#s-3b18d393-ac1c-4c72-8392-5150df7c86e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b18d393-ac1c-4c72-8392-5150df7c86e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84ef7729-ce22-4cf2-bbc1-64d4abcd7b77 {
  min-height: 50px;
}








#s-84ef7729-ce22-4cf2-bbc1-64d4abcd7b77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84ef7729-ce22-4cf2-bbc1-64d4abcd7b77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5cdbca71-3390-410d-9b01-4b476c48c45d {
  min-height: 50px;
}








#s-5cdbca71-3390-410d-9b01-4b476c48c45d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cdbca71-3390-410d-9b01-4b476c48c45d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-671714cf-8e1c-4e20-939f-3dda747d0a79 {
  min-height: 50px;
}








#s-671714cf-8e1c-4e20-939f-3dda747d0a79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-671714cf-8e1c-4e20-939f-3dda747d0a79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adbb46fd-cd88-4eb8-88e9-bc1ce2feef07 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-adbb46fd-cd88-4eb8-88e9-bc1ce2feef07 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adbb46fd-cd88-4eb8-88e9-bc1ce2feef07.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-33f0d0ea-c756-4b19-be54-565916ebbb68 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-33f0d0ea-c756-4b19-be54-565916ebbb68 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1.5em;
  
  
  text-align: left;
}



#s-dbb644cb-1822-4c56-be29-3d381acd2743 {
  padding-top: 0em;
}

@media (min-width: 0px) {
[id="s-dbb644cb-1822-4c56-be29-3d381acd2743"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dbb644cb-1822-4c56-be29-3d381acd2743"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-dbb644cb-1822-4c56-be29-3d381acd2743"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-dbb644cb-1822-4c56-be29-3d381acd2743"] > .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-1cebb98e-43cf-4c53-80d7-626346a2e2f2 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1cebb98e-43cf-4c53-80d7-626346a2e2f2 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-6a395163-910d-41f9-8331-5689e584e5be {
  padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-6a395163-910d-41f9-8331-5689e584e5be .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-2dbf9c73-41ef-48e5-af1b-f9908e02bc40 {
  text-align: left;
}

#s-2dbf9c73-41ef-48e5-af1b-f9908e02bc40 .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-2dbf9c73-41ef-48e5-af1b-f9908e02bc40 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-2dbf9c73-41ef-48e5-af1b-f9908e02bc40 .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-ced38483-d606-4605-be15-0eb7b640b0c5 {
  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-ced38483-d606-4605-be15-0eb7b640b0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ced38483-d606-4605-be15-0eb7b640b0c5 img.shogun-image {
  width: 100%;
}



}
#s-e348c155-990e-4b4e-aae8-ec32732ba435 {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-e348c155-990e-4b4e-aae8-ec32732ba435 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-3ade1923-343b-4af7-b8ba-1010c56f7ddd {
  text-align: left;
}

#s-3ade1923-343b-4af7-b8ba-1010c56f7ddd .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-3ade1923-343b-4af7-b8ba-1010c56f7ddd .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-3ade1923-343b-4af7-b8ba-1010c56f7ddd .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-59373179-ca24-49f3-a19b-279fa04824e6 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-59373179-ca24-49f3-a19b-279fa04824e6 img.shogun-image {
  width: 100%;
}



}
#s-2c43790d-c697-473a-9b1e-51751e536bbd {
  padding-top: 1em;
padding-bottom: 0px;
text-align: left;
}

#s-2c43790d-c697-473a-9b1e-51751e536bbd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-8f6827c4-a5d0-4c82-a27c-2442c432ad6c {
  text-align: left;
}

#s-8f6827c4-a5d0-4c82-a27c-2442c432ad6c .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-8f6827c4-a5d0-4c82-a27c-2442c432ad6c .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-8f6827c4-a5d0-4c82-a27c-2442c432ad6c .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-caebf402-b6d4-430e-beb1-13ad3852c768 {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-caebf402-b6d4-430e-beb1-13ad3852c768 img.shogun-image {
  width: 100%;
}



}
#s-d550651e-91c1-417d-87ad-942a84fb588c {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-d550651e-91c1-417d-87ad-942a84fb588c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-feb32624-e5d3-4225-98f7-c642a016ad97 {
  text-align: left;
}

#s-feb32624-e5d3-4225-98f7-c642a016ad97 .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-feb32624-e5d3-4225-98f7-c642a016ad97 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-feb32624-e5d3-4225-98f7-c642a016ad97 .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-16bd79c4-2755-425f-8752-148e6e73dbcf {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf img.shogun-image {
  width: 100%;
}



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

.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-16bd79c4-2755-425f-8752-148e6e73dbcf img.shogun-image {
  width: 100%;
}



}
#s-372b4f5f-4fd8-4aa5-82e7-8a44906ddc41 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-372b4f5f-4fd8-4aa5-82e7-8a44906ddc41 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-61fe4f21-6b4f-4e6b-aa44-e92458fb7a4b {
  text-align: left;
}

#s-61fe4f21-6b4f-4e6b-aa44-e92458fb7a4b .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-61fe4f21-6b4f-4e6b-aa44-e92458fb7a4b .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-61fe4f21-6b4f-4e6b-aa44-e92458fb7a4b .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-4447355d-c66c-4cb6-aa67-6281ef598e2e {
  text-align: left;
background-color: rgba(248, 248, 248, 1);
}



.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4447355d-c66c-4cb6-aa67-6281ef598e2e img.shogun-image {
  width: 100%;
}



}
#s-e204a21e-d3e3-4594-a64d-d4bb034c26b9 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1em;
padding-bottom: 0em;
text-align: left;
}

#s-e204a21e-d3e3-4594-a64d-d4bb034c26b9 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 1.1em;
  line-height: ;
  letter-spacing: 1px;
}

#s-69998345-ebe9-4abc-a38b-f8d9f83a71f4 {
  text-align: left;
}

#s-69998345-ebe9-4abc-a38b-f8d9f83a71f4 .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-69998345-ebe9-4abc-a38b-f8d9f83a71f4 .shg-product-price {
  color: rgba(69, 69, 69, 1);
  font-weight:  700 ;
  font-family: PT Sans;
  font-style:  normal ;
  font-size: 1em;
}

#s-69998345-ebe9-4abc-a38b-f8d9f83a71f4 .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-7445e31b-544c-466b-86bd-995654039e49 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
min-height: 50px;
max-width: 1300px;
}








#s-7445e31b-544c-466b-86bd-995654039e49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7445e31b-544c-466b-86bd-995654039e49.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-04794dc0-3d61-4b36-b028-69afcf8a1c2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-04794dc0-3d61-4b36-b028-69afcf8a1c2c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-04794dc0-3d61-4b36-b028-69afcf8a1c2c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-04794dc0-3d61-4b36-b028-69afcf8a1c2c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-04794dc0-3d61-4b36-b028-69afcf8a1c2c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-04794dc0-3d61-4b36-b028-69afcf8a1c2c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.5em);
}

[id="s-04794dc0-3d61-4b36-b028-69afcf8a1c2c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.5em);
}

}

#s-3b54daed-0e6d-449b-8f08-e0039c666101 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-3b54daed-0e6d-449b-8f08-e0039c666101 img.shogun-image {
    

    
    
    
  }


#s-3b54daed-0e6d-449b-8f08-e0039c666101 .shogun-image-content {
  
    align-items: center;
  
}

#s-e62db9e7-02f6-4d20-a40b-9f761cf56987 {
  margin-bottom: 0em;
}








#s-e62db9e7-02f6-4d20-a40b-9f761cf56987 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e62db9e7-02f6-4d20-a40b-9f761cf56987.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b0776667-470b-4c40-aee7-21c9309daf74 {
  margin-top: 1em;
margin-left: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}
@media (min-width: 1200px){#s-b0776667-470b-4c40-aee7-21c9309daf74 {
  margin-top: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0776667-470b-4c40-aee7-21c9309daf74 {
  margin-top: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0776667-470b-4c40-aee7-21c9309daf74 {
  margin-top: 0em;
}
}






  #s-b0776667-470b-4c40-aee7-21c9309daf74 img.shogun-image {
    

    
    
    
  }


#s-b0776667-470b-4c40-aee7-21c9309daf74 .shogun-image-content {
  
    align-items: center;
  
}

#s-557d9f65-eb9f-4dc8-b374-0b53c392d4ee {
  margin-top: 1em;
}

@media (min-width: 0px) {
[id="s-557d9f65-eb9f-4dc8-b374-0b53c392d4ee"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-557d9f65-eb9f-4dc8-b374-0b53c392d4ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-557d9f65-eb9f-4dc8-b374-0b53c392d4ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-557d9f65-eb9f-4dc8-b374-0b53c392d4ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

#s-fa953fa3-790d-4431-b60e-84bc47dfd5ad {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-fa953fa3-790d-4431-b60e-84bc47dfd5ad img.shogun-image {
    

    
    
    
  }


#s-fa953fa3-790d-4431-b60e-84bc47dfd5ad .shogun-image-content {
  
    align-items: center;
  
}

#s-249b4d74-40bf-4880-9646-2f6e8afc69ee {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 100%;
text-align: center;
}







  #s-249b4d74-40bf-4880-9646-2f6e8afc69ee img.shogun-image {
    

    
    
    
  }


#s-249b4d74-40bf-4880-9646-2f6e8afc69ee .shogun-image-content {
  
    align-items: center;
  
}

#s-bc9233a6-fade-4c09-b5c6-bdae8c6e8b75 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 30em;
background-position: center center;
}








#s-bc9233a6-fade-4c09-b5c6-bdae8c6e8b75 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-bc9233a6-fade-4c09-b5c6-bdae8c6e8b75.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-660b97a4-8485-4f36-9065-9d15215b85a4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
}

#s-660b97a4-8485-4f36-9065-9d15215b85a4 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-660b97a4-8485-4f36-9065-9d15215b85a4 .shg-sld-nav-button.shg-sld-left,
#s-660b97a4-8485-4f36-9065-9d15215b85a4 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-e6753006-d10d-45f3-ac3e-34f808b54d5b {
  min-height: 50px;
}








#s-e6753006-d10d-45f3-ac3e-34f808b54d5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e6753006-d10d-45f3-ac3e-34f808b54d5b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-db9c7eaa-ec69-4454-aba1-3e8780f17e4a {
  max-width: 200px;
}

#s-db9c7eaa-ec69-4454-aba1-3e8780f17e4a .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-db9c7eaa-ec69-4454-aba1-3e8780f17e4a table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-db9c7eaa-ec69-4454-aba1-3e8780f17e4a 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-db9c7eaa-ec69-4454-aba1-3e8780f17e4a td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-db9c7eaa-ec69-4454-aba1-3e8780f17e4a td.shogun-table-column, #s-db9c7eaa-ec69-4454-aba1-3e8780f17e4a td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-3381438f-6223-47d8-aca6-f9777e235491 .shogun-icon-wrapper {
  text-align: center;
}


#s-3381438f-6223-47d8-aca6-f9777e235491 .shogun-icon-wrapper > .shogun-icon {

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

#s-34e092b9-4ff9-42b7-80f1-5decbabf11fd .shogun-icon-wrapper {
  text-align: center;
}


#s-34e092b9-4ff9-42b7-80f1-5decbabf11fd .shogun-icon-wrapper > .shogun-icon {

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

#s-102b241d-64fa-4994-907e-ef77ee64958d .shogun-icon-wrapper {
  text-align: center;
}


#s-102b241d-64fa-4994-907e-ef77ee64958d .shogun-icon-wrapper > .shogun-icon {

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

#s-e10d335f-3c6c-48f2-9378-d50598d2dead .shogun-icon-wrapper {
  text-align: center;
}


#s-e10d335f-3c6c-48f2-9378-d50598d2dead .shogun-icon-wrapper > .shogun-icon {

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

#s-74d6d552-cc2b-4e9a-8856-59e62811897b .shogun-icon-wrapper {
  text-align: center;
}


#s-74d6d552-cc2b-4e9a-8856-59e62811897b .shogun-icon-wrapper > .shogun-icon {

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

#s-ba9c3c0c-8a7a-41d6-882a-f92ded6f31bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba9c3c0c-8a7a-41d6-882a-f92ded6f31bd .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-bca2b82e-5173-4287-b07b-fb8a23522c3f {
  margin-left: auto;
margin-right: auto;
max-width: 50%;
}
@media (min-width: 768px) and (max-width: 991px){#s-bca2b82e-5173-4287-b07b-fb8a23522c3f {
  max-width: 100%;
}
}@media (max-width: 767px){#s-bca2b82e-5173-4287-b07b-fb8a23522c3f {
  max-width: 100%;
}
}
#s-69046916-bc0d-4f86-8e12-7e7a2d00571d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69046916-bc0d-4f86-8e12-7e7a2d00571d .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-1180f599-84e0-4522-b15f-b2c8829a1d31 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-1180f599-84e0-4522-b15f-b2c8829a1d31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1180f599-84e0-4522-b15f-b2c8829a1d31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-524056b4-0964-4d39-a26e-b521e8411659 {
  max-width: 200px;
}

#s-524056b4-0964-4d39-a26e-b521e8411659 .shogun-table-wrapper {
  overflow: auto;
  border: 0px solid #D5D6D7;
  border-radius: 0px;
}

#s-524056b4-0964-4d39-a26e-b521e8411659 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-524056b4-0964-4d39-a26e-b521e8411659 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-524056b4-0964-4d39-a26e-b521e8411659 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
}

#s-524056b4-0964-4d39-a26e-b521e8411659 td.shogun-table-column, #s-524056b4-0964-4d39-a26e-b521e8411659 td.shogun-table-row {
  border: 0px solid #D5D6D7;
}

#s-d4b3ca05-3261-4814-961a-1c3b8aa9ef21 .shogun-icon-wrapper {
  text-align: center;
}


#s-d4b3ca05-3261-4814-961a-1c3b8aa9ef21 .shogun-icon-wrapper > .shogun-icon {

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

#s-f2327f35-9b7c-43a5-9dc2-5079237c7c49 .shogun-icon-wrapper {
  text-align: center;
}


#s-f2327f35-9b7c-43a5-9dc2-5079237c7c49 .shogun-icon-wrapper > .shogun-icon {

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

#s-4e3b0aac-a257-438c-87db-82820845a0c1 .shogun-icon-wrapper {
  text-align: center;
}


#s-4e3b0aac-a257-438c-87db-82820845a0c1 .shogun-icon-wrapper > .shogun-icon {

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

#s-8ae12513-9008-43b5-a85e-37ff2e2a63db .shogun-icon-wrapper {
  text-align: center;
}


#s-8ae12513-9008-43b5-a85e-37ff2e2a63db .shogun-icon-wrapper > .shogun-icon {

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

#s-17e7f621-5286-4f9e-9762-f4f08fd685dc .shogun-icon-wrapper {
  text-align: center;
}


#s-17e7f621-5286-4f9e-9762-f4f08fd685dc .shogun-icon-wrapper > .shogun-icon {

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

#s-01704060-edb7-46af-a529-b12f062148f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-01704060-edb7-46af-a529-b12f062148f9 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 1em;
  
  
  
}



#s-68d21c80-0b3f-40d1-b984-1e14429616a4 {
  margin-left: auto;
margin-right: auto;
max-width: 65%;
}

#s-9ae6bf09-7e05-4cf6-af06-f2cff72e8815 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ae6bf09-7e05-4cf6-af06-f2cff72e8815 .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}