#s-32c2afa2-2ec4-4486-a259-39014084c1c4 {
  text-align: left;
}

#s-6fb3c000-38bc-43c0-a8f1-4a0a0596df63 {
  text-align: left;
}

#s-dd1eec24-4c38-46a1-90c9-2d344306072f {
  text-align: left;
}

#s-66546e39-2bdb-4c1c-8e10-093384031f74 {
  text-align: left;
}

.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-d14291b5-b378-4258-998e-575bf31cd123 {
  margin-left: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}@media (max-width: 767px){#s-d14291b5-b378-4258-998e-575bf31cd123 {
  
}
}
@media (min-width: 0px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d14291b5-b378-4258-998e-575bf31cd123"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

.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-06baa603-ddad-4968-af28-db3d265d40f6 {
  padding-left: 10%;
padding-right: 10%;
min-height: 720px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  min-height: 480px;
}
}@media (max-width: 767px){#s-06baa603-ddad-4968-af28-db3d265d40f6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
min-height: 100%;
}
}







#s-06baa603-ddad-4968-af28-db3d265d40f6 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-06baa603-ddad-4968-af28-db3d265d40f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-ec83c410-34d0-4df9-91a3-e0da1eb01abf {
  margin-bottom: 0px;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
text-align: left;
}

#s-ec83c410-34d0-4df9-91a3-e0da1eb01abf .shogun-heading-component h6 {
  color: rgba(0, 97, 109, 1);
  font-weight:  normal ;
  font-family: "proxima_nova_rgbold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-155b1a80-e81f-4dc6-8998-a44752165ae7 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-155b1a80-e81f-4dc6-8998-a44752165ae7 .shogun-heading-component h1 {
  color: rgba(96, 110, 113, 1);
  font-weight:  normal ;
  font-family: "proxima_nova_rgregular";
  font-style:  normal ;
  font-size: 60px;
  
  letter-spacing: -2px;
  text-align: center;
}



.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-a3ef1778-233c-4469-8684-2fe098c5efc4 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
}







  #s-a3ef1778-233c-4469-8684-2fe098c5efc4 img.shogun-image {
    

    
    
    
  }


#s-a3ef1778-233c-4469-8684-2fe098c5efc4 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-6fc37725-5deb-48c2-ac23-00f6ca184004 {
  border-radius: 15px;
text-align: center;
}







  #s-6fc37725-5deb-48c2-ac23-00f6ca184004 img.shogun-image {
    

    
    
    
  }


#s-6fc37725-5deb-48c2-ac23-00f6ca184004 .shogun-image-content {
  
    align-items: center;
  
}

.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

@media (min-width: 1200px){#s-cf8c477f-c242-4be5-a8aa-bd092a306db6 {
  display: none;
}
#s-cf8c477f-c242-4be5-a8aa-bd092a306db6, #wrap-s-cf8c477f-c242-4be5-a8aa-bd092a306db6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cf8c477f-c242-4be5-a8aa-bd092a306db6 {
  display: none;
}
#s-cf8c477f-c242-4be5-a8aa-bd092a306db6, #wrap-s-cf8c477f-c242-4be5-a8aa-bd092a306db6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-cf8c477f-c242-4be5-a8aa-bd092a306db6 {
  display: none;
}
#s-cf8c477f-c242-4be5-a8aa-bd092a306db6, #wrap-s-cf8c477f-c242-4be5-a8aa-bd092a306db6 { display:none !important; }}
#s-cf8c477f-c242-4be5-a8aa-bd092a306db6 hr {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-1f1b1ce3-0248-48ef-84dc-1fd6dd61da5f hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-94a86204-c8d8-42fe-a12b-e7272fd9119e {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 2%;
margin-right: 0%;
text-align: center;
}

#s-94a86204-c8d8-42fe-a12b-e7272fd9119e .shogun-heading-component h1 {
  color: rgba(96, 110, 113, 1);
  font-weight:  normal ;
  font-family: "proxima_nova_rgbold";
  font-style:  normal ;
  font-size: 32px;
  
  letter-spacing: 0px;
  text-align: center;
}



#s-424f6afe-ce55-4726-9c72-7fcdd2dfb8af {
  padding-top: 12px;
padding-bottom: 12px;
text-align: center;
}

#s-424f6afe-ce55-4726-9c72-7fcdd2dfb8af .shogun-heading-component h2 {
  color: rgba(96, 110, 113, 1);
  font-weight:  normal ;
  font-family: "proxima_nova_rgregular";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}



#s-15e90e3f-84fc-44de-a5b5-2826f6a43d64 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-8caae42c-adc0-4500-8c1b-5c54906661aa {
  border-radius: 15px;
text-align: center;
}







  #s-8caae42c-adc0-4500-8c1b-5c54906661aa img.shogun-image {
    

    
    
    
  }


#s-8caae42c-adc0-4500-8c1b-5c54906661aa .shogun-image-content {
  
    align-items: center;
  
}

#s-69fc571d-12cd-40cb-bba4-f5e0121ccd33 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-b2c9cbdc-06f8-42eb-9665-345c9d9975c5 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

.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-6e75f42a-23a7-41b9-b5df-028aeb5353f1 {
  padding-top: 0px;
padding-bottom: 20px;
}

#s-6e75f42a-23a7-41b9-b5df-028aeb5353f1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(96, 110, 113, 1);
}

#s-6e75f42a-23a7-41b9-b5df-028aeb5353f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 248, 246, 1);
  padding: 5px;
}

#s-6e75f42a-23a7-41b9-b5df-028aeb5353f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 97, 109, 1);
}

#s-6e75f42a-23a7-41b9-b5df-028aeb5353f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(249, 248, 246, 1);
  border-top: 1px solid rgba(96, 110, 113, 1);
}

#s-6e75f42a-23a7-41b9-b5df-028aeb5353f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 97, 109, 1);
  text-align: center;
  font-family: proxima_nova_rgbold;
  font-weight: ;
  font-style: ;
  font-size: 24px;
}

#s-6e75f42a-23a7-41b9-b5df-028aeb5353f1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 24px;
}
@media (min-width: 0px) {
[id="s-a41cd3cb-5cbf-40f2-93e7-1aea32293b1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a41cd3cb-5cbf-40f2-93e7-1aea32293b1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a41cd3cb-5cbf-40f2-93e7-1aea32293b1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a41cd3cb-5cbf-40f2-93e7-1aea32293b1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a41cd3cb-5cbf-40f2-93e7-1aea32293b1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a41cd3cb-5cbf-40f2-93e7-1aea32293b1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-a41cd3cb-5cbf-40f2-93e7-1aea32293b1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

}

#s-aa78026a-9118-4168-a2c6-d4d807a8a6cf {
  margin-top: 12px;
margin-bottom: 12px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(96, 110, 113, 1);
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(249, 248, 246, 1);
}








#s-aa78026a-9118-4168-a2c6-d4d807a8a6cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa78026a-9118-4168-a2c6-d4d807a8a6cf.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-29d4742e-1086-406c-bdc4-c992709eab55"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-29d4742e-1086-406c-bdc4-c992709eab55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-29d4742e-1086-406c-bdc4-c992709eab55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-29d4742e-1086-406c-bdc4-c992709eab55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-e837965b-3db9-4d09-a3ba-f7e2a3e0b60d {
  display: none;
}
.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-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 {
  text-align: left;
}



.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-db0bdb0f-9f38-43f6-aaba-4d859ff1bfe5 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-1f43e466-af5b-4588-a974-3714075da367 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1f43e466-af5b-4588-a974-3714075da367 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-3d0ad34c-ffad-4239-98bb-e95e2840389a {
  display: none;
}
#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd {
  text-align: left;
}



.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b29f8520-15d3-4f58-8c78-ce5e2f5966dd img.shogun-image {
  width: 100%;
}



}
#s-5e52010d-9d67-4d65-b085-c3d1115f5177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e52010d-9d67-4d65-b085-c3d1115f5177 .shg-product-title-component h1 {
  color: #252525;
  font-weight:   ;
  font-family: proxima_nova_rgregular;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-fa5aaaab-2eeb-41f2-b2a4-837e963c4293 {
  display: none;
}
#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 {
  text-align: left;
}



.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-548a083e-b373-4a41-a87d-cc42cc3a1c01 img.shogun-image {
  width: 100%;
}



}
#s-87992d5f-2a93-42d5-8c7e-197b992fb037 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87992d5f-2a93-42d5-8c7e-197b992fb037 .shg-product-title-component h1 {
  color: #252525;
  font-weight:   ;
  font-family: proxima_nova_rgregular;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
}

#s-c7f8db1b-8cad-457b-8808-1d4a6440fd6b {
  display: none;
}
#s-3448c574-90be-4628-b2a3-5eac5e6332eb {
  text-align: left;
}



.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3448c574-90be-4628-b2a3-5eac5e6332eb img.shogun-image {
  width: 100%;
}



}
#s-4697c668-3dfd-4e5a-9e36-bd78eb10f1c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4697c668-3dfd-4e5a-9e36-bd78eb10f1c6 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-395a04f3-533b-4cc8-b635-83b79ff7ba94"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-395a04f3-533b-4cc8-b635-83b79ff7ba94"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-395a04f3-533b-4cc8-b635-83b79ff7ba94"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-395a04f3-533b-4cc8-b635-83b79ff7ba94"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-66a95c48-f3b0-4e3e-ab8e-8263df402279 {
  display: none;
}
#s-346679bc-4fc7-4b54-8610-b46da81468a4 {
  text-align: left;
}



.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-346679bc-4fc7-4b54-8610-b46da81468a4 img.shogun-image {
  width: 100%;
}



}
#s-ae6fb9d4-f7b8-476b-848e-e6f1fd97e192 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ae6fb9d4-f7b8-476b-848e-e6f1fd97e192 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-1e607263-91d0-4a73-96d5-7ae57ef1e0f9 {
  display: none;
}
#s-92f73880-0f3f-4082-add5-b91905cdc1a3 {
  text-align: left;
}



.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-92f73880-0f3f-4082-add5-b91905cdc1a3 img.shogun-image {
  width: 100%;
}



}
#s-3f277e85-2877-4422-9ca7-bb4ff408c541 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3f277e85-2877-4422-9ca7-bb4ff408c541 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-c4eec894-1895-4bbb-94f0-19f4535541e9 {
  display: none;
}
#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df {
  text-align: left;
}



.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df img.shogun-image {
  width: 100%;
}



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

.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-0ef7f731-43a7-41de-b47b-6ea85ee5e5df img.shogun-image {
  width: 100%;
}



}
#s-0965713f-8bfa-4d4e-b68a-63f447234347 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0965713f-8bfa-4d4e-b68a-63f447234347 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-f402693b-ec7a-43fa-bb4b-8be90b65db7e {
  display: none;
}
#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc {
  text-align: left;
}



.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc img.shogun-image {
  width: 100%;
}



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

.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-dbdf8bc2-519d-46e0-ab2e-fe6281c8cbcc img.shogun-image {
  width: 100%;
}



}
#s-c35cc8e8-fbef-496e-8311-333aa1ed135c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c35cc8e8-fbef-496e-8311-333aa1ed135c .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-827909df-d653-4757-bf04-59926c0ef425"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-827909df-d653-4757-bf04-59926c0ef425"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-827909df-d653-4757-bf04-59926c0ef425"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-827909df-d653-4757-bf04-59926c0ef425"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ccecf131-347c-4cd9-b6a1-51fb5df7e099 {
  min-height: 50px;
}








#s-ccecf131-347c-4cd9-b6a1-51fb5df7e099 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccecf131-347c-4cd9-b6a1-51fb5df7e099.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-335ca1e0-1c19-4f62-99ec-d49c704f9570 {
  display: none;
}
#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd {
  text-align: left;
}



.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-5aaa85a7-4b5d-48d9-a9f4-d1190c70c2dd img.shogun-image {
  width: 100%;
}



}
#s-4e2e1183-06d3-405b-b002-6e05547b69b4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4e2e1183-06d3-405b-b002-6e05547b69b4 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-3ef00f85-f99b-4b0c-8e64-f4101ef1d6ed {
  display: none;
}
#s-f0b8836d-4794-4007-9107-92556e112314 {
  text-align: left;
}



.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f0b8836d-4794-4007-9107-92556e112314 img.shogun-image {
  width: 100%;
}



}
#s-d2cb18b7-eb9e-45ef-a451-a20e46b569c7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2cb18b7-eb9e-45ef-a451-a20e46b569c7 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-84fb58af-348c-49ce-985a-a6d080f83eb6 {
  display: none;
}
#s-d69053ad-350c-4207-9386-a99c481d36d2 {
  text-align: left;
}



.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d69053ad-350c-4207-9386-a99c481d36d2 img.shogun-image {
  width: 100%;
}



}
#s-9b6a8c30-9dc6-42ea-8e3d-6aeea7102756 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b6a8c30-9dc6-42ea-8e3d-6aeea7102756 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-c3eb8674-3c4d-4bb9-b739-8ad27435b959 {
  display: none;
}
#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c {
  text-align: left;
}



.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-39b7a23f-652a-4d88-938a-89ad3e29bc8c img.shogun-image {
  width: 100%;
}



}
#s-6686c920-d441-4d1b-8f23-8f1e83d35f12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6686c920-d441-4d1b-8f23-8f1e83d35f12 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

@media (min-width: 0px) {
[id="s-22cd38bd-2e2f-4887-9333-4177734ed28d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-22cd38bd-2e2f-4887-9333-4177734ed28d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-22cd38bd-2e2f-4887-9333-4177734ed28d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-22cd38bd-2e2f-4887-9333-4177734ed28d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-d74e0003-7f5b-4ea5-8c2b-00ef59bebe1c {
  min-height: 50px;
}








#s-d74e0003-7f5b-4ea5-8c2b-00ef59bebe1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d74e0003-7f5b-4ea5-8c2b-00ef59bebe1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bbc4129e-3d83-4499-bc9e-2e1b349e5a8f {
  display: none;
}
#s-d1957e76-d0fd-42fc-aa1b-588150b006ac {
  text-align: left;
}



.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d1957e76-d0fd-42fc-aa1b-588150b006ac img.shogun-image {
  width: 100%;
}



}
#s-700ef862-5e3e-48c5-be46-c07f59521e63 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-700ef862-5e3e-48c5-be46-c07f59521e63 .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-f53d67a7-9e55-4463-910c-3e8ca758dfb5 {
  display: none;
}
#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 {
  text-align: left;
}



.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e20ec6b9-f3b7-4c0d-950c-c976e399e5e3 img.shogun-image {
  width: 100%;
}



}
#s-e766ec35-10ab-4be4-a5fd-f41194d60f0e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e766ec35-10ab-4be4-a5fd-f41194d60f0e .shg-product-title-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
}

#s-2250d388-f209-4569-8f5a-34d978617671 hr {
  border-top: 2px solid #ddd;
}

#s-7c66bda8-f1a0-4e8d-9810-9528c2272e9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c66bda8-f1a0-4e8d-9810-9528c2272e9b .shogun-heading-component h1 {
  color: rgba(96, 110, 113, 1);
  font-weight:  normal ;
  font-family: "proxima_nova_rgbold";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



@media (min-width: 0px) {
[id="s-553f36b3-3add-4edc-9976-e12be120b16d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-553f36b3-3add-4edc-9976-e12be120b16d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-553f36b3-3add-4edc-9976-e12be120b16d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-553f36b3-3add-4edc-9976-e12be120b16d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-47d4fa3b-ac30-42a1-bb1c-2518a44d2843 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-ecd6aa6b-6572-46e8-941a-8f26acdd7590 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-2dff6faa-676d-4859-a341-e2930e27be07 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 97, 109, 1);
border-style: dashed;
border-radius: 16px;
background-color: rgba(249, 248, 246, 1);
}

@media (min-width: 0px) {
[id="s-2dff6faa-676d-4859-a341-e2930e27be07"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2dff6faa-676d-4859-a341-e2930e27be07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-2dff6faa-676d-4859-a341-e2930e27be07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-2dff6faa-676d-4859-a341-e2930e27be07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-2dff6faa-676d-4859-a341-e2930e27be07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-2dff6faa-676d-4859-a341-e2930e27be07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-2dff6faa-676d-4859-a341-e2930e27be07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

#s-3b7c416d-9876-4ca5-90de-851e3b243e05 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-3b7c416d-9876-4ca5-90de-851e3b243e05 .shogun-icon-wrapper {
  text-align: center;
}


#s-3b7c416d-9876-4ca5-90de-851e3b243e05 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 97, 109, 1);
}

#s-38450b17-b5da-4c61-b224-e49a3e0631ae {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-564c0836-daea-4947-a224-a3ac2465485d hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-42e0fec0-030e-413c-be1d-ce02523a38a7 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-4b6a7a23-98bc-4b62-88e1-b4d4118611ad {
  padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}

#s-4b6a7a23-98bc-4b62-88e1-b4d4118611ad .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.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-d6b108ff-92dc-47ce-8bf4-42bfcba4ed0a hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-8aeb4600-0ed3-425b-b1f4-9dd2732158b5 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-9173251b-7dd3-4061-945f-76c78701ed9e hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-e7fb0f4b-d6cb-47e6-9104-4581b262794a {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 97, 109, 1);
border-style: dashed;
border-radius: 16px;
background-color: rgba(249, 248, 246, 1);
}

@media (min-width: 0px) {
[id="s-e7fb0f4b-d6cb-47e6-9104-4581b262794a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7fb0f4b-d6cb-47e6-9104-4581b262794a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-e7fb0f4b-d6cb-47e6-9104-4581b262794a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-e7fb0f4b-d6cb-47e6-9104-4581b262794a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-e7fb0f4b-d6cb-47e6-9104-4581b262794a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-e7fb0f4b-d6cb-47e6-9104-4581b262794a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-e7fb0f4b-d6cb-47e6-9104-4581b262794a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

#s-00e92738-1a1d-448c-adc6-7d9ea8147b72 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-00e92738-1a1d-448c-adc6-7d9ea8147b72 .shogun-icon-wrapper {
  text-align: center;
}


#s-00e92738-1a1d-448c-adc6-7d9ea8147b72 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 97, 109, 1);
}

#s-161c922e-3592-4ded-84a2-4f5784061806 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-0dd7ce3f-4824-46ec-9409-2bb3896b2864 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-4cabe18e-c1ee-4f13-b8fe-ab4ef10f5efd {
  border-radius: 15px;
text-align: center;
}







  #s-4cabe18e-c1ee-4f13-b8fe-ab4ef10f5efd img.shogun-image {
    

    
    
    
  }


#s-4cabe18e-c1ee-4f13-b8fe-ab4ef10f5efd .shogun-image-content {
  
    align-items: center;
  
}

#s-18ca71e8-87e1-4709-a523-068a47a1be2a hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-c3bb0e92-08b8-41ea-ae78-ed088220af3d hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-3b52318e-a993-410a-a4e2-053eb3842715 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 97, 109, 1);
border-style: dashed;
border-radius: 16px;
background-color: rgba(249, 248, 246, 1);
}

@media (min-width: 0px) {
[id="s-3b52318e-a993-410a-a4e2-053eb3842715"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b52318e-a993-410a-a4e2-053eb3842715"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3b52318e-a993-410a-a4e2-053eb3842715"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-3b52318e-a993-410a-a4e2-053eb3842715"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3b52318e-a993-410a-a4e2-053eb3842715"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-3b52318e-a993-410a-a4e2-053eb3842715"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-3b52318e-a993-410a-a4e2-053eb3842715"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

#s-f33d3f76-2f70-4212-a9c9-b08111b14928 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-f33d3f76-2f70-4212-a9c9-b08111b14928 .shogun-icon-wrapper {
  text-align: center;
}


#s-f33d3f76-2f70-4212-a9c9-b08111b14928 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 97, 109, 1);
}

#s-36b62a40-9d31-4237-92f9-8ae6167a65fb {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-38dc99fe-b48e-4bad-bcba-8fb212d68b34 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-c115f6d4-1164-4839-84bd-e28f286bcb7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c115f6d4-1164-4839-84bd-e28f286bcb7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c115f6d4-1164-4839-84bd-e28f286bcb7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c115f6d4-1164-4839-84bd-e28f286bcb7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6faa7eaf-ca66-468a-9bee-642d164236aa {
  border-radius: 15px;
text-align: center;
}







  #s-6faa7eaf-ca66-468a-9bee-642d164236aa img.shogun-image {
    

    
    
    
  }


#s-6faa7eaf-ca66-468a-9bee-642d164236aa .shogun-image-content {
  
    align-items: center;
  
}

#s-8982a84d-4840-4ccc-a211-5285f22cb1b3 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-f06adacc-0920-497b-a1ee-c1b9766ec60c {
  border-radius: 15px;
text-align: center;
}







  #s-f06adacc-0920-497b-a1ee-c1b9766ec60c img.shogun-image {
    

    
    
    
  }


#s-f06adacc-0920-497b-a1ee-c1b9766ec60c .shogun-image-content {
  
    align-items: center;
  
}

#s-b536c7b0-9d34-454b-9d89-9cb40d9fd9de hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-e816a2ba-d538-47ed-a9d3-1660841458f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e816a2ba-d538-47ed-a9d3-1660841458f5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e816a2ba-d538-47ed-a9d3-1660841458f5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e816a2ba-d538-47ed-a9d3-1660841458f5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c1a15ecf-18fe-41ed-8bb3-aaee2d1fca4d {
  border-radius: 15px;
text-align: center;
}







  #s-c1a15ecf-18fe-41ed-8bb3-aaee2d1fca4d img.shogun-image {
    

    
    
    
  }


#s-c1a15ecf-18fe-41ed-8bb3-aaee2d1fca4d .shogun-image-content {
  
    align-items: center;
  
}

#s-89300c94-a360-4021-b99a-109794416f96 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-4c6ad7a5-b7f6-418c-8977-45b96a63cf94 {
  border-radius: 15px;
text-align: center;
}







  #s-4c6ad7a5-b7f6-418c-8977-45b96a63cf94 img.shogun-image {
    

    
    
    
  }


#s-4c6ad7a5-b7f6-418c-8977-45b96a63cf94 .shogun-image-content {
  
    align-items: center;
  
}

#s-4db84213-71e2-4700-8039-29ea2f2a1fb3 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-fd308c6e-9ee8-431e-ab2f-d375e4126f5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd308c6e-9ee8-431e-ab2f-d375e4126f5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd308c6e-9ee8-431e-ab2f-d375e4126f5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd308c6e-9ee8-431e-ab2f-d375e4126f5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5e87a93e-af27-4023-a45b-4c952a22cb11 {
  border-radius: 15px;
text-align: center;
}







  #s-5e87a93e-af27-4023-a45b-4c952a22cb11 img.shogun-image {
    

    
    
    
  }


#s-5e87a93e-af27-4023-a45b-4c952a22cb11 .shogun-image-content {
  
    align-items: center;
  
}

#s-5c798963-7a2a-40d7-af1c-12bf96ce6543 {
  border-radius: 15px;
text-align: center;
}







  #s-5c798963-7a2a-40d7-af1c-12bf96ce6543 img.shogun-image {
    

    
    
    
  }


#s-5c798963-7a2a-40d7-af1c-12bf96ce6543 .shogun-image-content {
  
    align-items: center;
  
}

#s-1271a02b-31ca-471e-b79e-a4ab118b8a6b hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-92207420-acd8-4909-8a45-be9408de0136 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-0f70720d-027e-42e2-8cae-bdecd4528c3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0f70720d-027e-42e2-8cae-bdecd4528c3a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0f70720d-027e-42e2-8cae-bdecd4528c3a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0f70720d-027e-42e2-8cae-bdecd4528c3a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-5ad33e40-2394-43ae-9427-8f3f7fe2b1b3 {
  border-radius: 15px;
text-align: center;
}







  #s-5ad33e40-2394-43ae-9427-8f3f7fe2b1b3 img.shogun-image {
    

    
    
    
  }


#s-5ad33e40-2394-43ae-9427-8f3f7fe2b1b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-e663ebb6-beff-467e-924c-07be096396e5 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-661b83d3-4f75-41b7-81be-c737bdb917a8 {
  border-radius: 15px;
text-align: center;
}







  #s-661b83d3-4f75-41b7-81be-c737bdb917a8 img.shogun-image {
    

    
    
    
  }


#s-661b83d3-4f75-41b7-81be-c737bdb917a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-a3d31015-c0a1-476e-8f21-5275e6cd97fb hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-5a4d916e-96d8-475e-8901-2a15bc33f3d6 {
  border-radius: 15px;
text-align: center;
}







  #s-5a4d916e-96d8-475e-8901-2a15bc33f3d6 img.shogun-image {
    

    
    
    
  }


#s-5a4d916e-96d8-475e-8901-2a15bc33f3d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e27c436-14ac-451c-8526-1834d770e34c hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-43c30fb4-d3eb-47a5-97c6-6542da625af1 {
  border-radius: 15px;
text-align: center;
}







  #s-43c30fb4-d3eb-47a5-97c6-6542da625af1 img.shogun-image {
    

    
    
    
  }


#s-43c30fb4-d3eb-47a5-97c6-6542da625af1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1a308c61-1961-47f7-bcdf-75f65f011e4c hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-d19d0ec7-ed7a-4fba-97f5-6e70180ac594"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d19d0ec7-ed7a-4fba-97f5-6e70180ac594"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d19d0ec7-ed7a-4fba-97f5-6e70180ac594"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d19d0ec7-ed7a-4fba-97f5-6e70180ac594"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-51578774-217c-4bfa-9e71-84d7f55385fc {
  border-radius: 15px;
text-align: center;
}







  #s-51578774-217c-4bfa-9e71-84d7f55385fc img.shogun-image {
    

    
    
    
  }


#s-51578774-217c-4bfa-9e71-84d7f55385fc .shogun-image-content {
  
    align-items: center;
  
}

#s-3cb7421d-96aa-4dd7-bff0-f121ab60acae hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-2c2b8eef-030d-482a-8682-8ddad02988fe {
  border-radius: 15px;
text-align: center;
}







  #s-2c2b8eef-030d-482a-8682-8ddad02988fe img.shogun-image {
    

    
    
    
  }


#s-2c2b8eef-030d-482a-8682-8ddad02988fe .shogun-image-content {
  
    align-items: center;
  
}

#s-1c46bccd-7d0f-456c-9da1-62e726d4f099 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-5e5573c9-685d-4c71-88e3-7c558d4bd190 {
  border-radius: 15px;
text-align: center;
}







  #s-5e5573c9-685d-4c71-88e3-7c558d4bd190 img.shogun-image {
    

    
    
    
  }


#s-5e5573c9-685d-4c71-88e3-7c558d4bd190 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea99edb-7520-4035-b3f5-bacf2dcfb240 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-f1903f88-4991-4bb0-96b5-1884af2e1836"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f1903f88-4991-4bb0-96b5-1884af2e1836"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f1903f88-4991-4bb0-96b5-1884af2e1836"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f1903f88-4991-4bb0-96b5-1884af2e1836"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-03b1539e-e604-47d5-8adf-5c678efa61ac {
  border-radius: 15px;
text-align: center;
}







  #s-03b1539e-e604-47d5-8adf-5c678efa61ac img.shogun-image {
    

    
    
    
  }


#s-03b1539e-e604-47d5-8adf-5c678efa61ac .shogun-image-content {
  
    align-items: center;
  
}

#s-a6a98769-800a-41b5-803a-aced37808462 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-0a6d8779-7a23-4223-9ef0-ae1b4e17a874 {
  border-radius: 15px;
text-align: center;
}







  #s-0a6d8779-7a23-4223-9ef0-ae1b4e17a874 img.shogun-image {
    

    
    
    
  }


#s-0a6d8779-7a23-4223-9ef0-ae1b4e17a874 .shogun-image-content {
  
    align-items: center;
  
}

#s-7594c7fc-8050-44d7-a7ba-aaf0f72c5867 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-d12f19b9-177d-48a5-b085-18232ee262a3 {
  border-radius: 15px;
text-align: center;
}







  #s-d12f19b9-177d-48a5-b085-18232ee262a3 img.shogun-image {
    

    
    
    
  }


#s-d12f19b9-177d-48a5-b085-18232ee262a3 .shogun-image-content {
  
    align-items: center;
  
}

#s-6139756b-78ec-4774-85f5-47ccc4ee0dc9 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-1807faba-f244-4cb1-bd2e-1aef3c2e7d02 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-735f5ab3-9375-4943-b9df-a80c7a54b4ac {
  border-radius: 15px;
text-align: center;
}







  #s-735f5ab3-9375-4943-b9df-a80c7a54b4ac img.shogun-image {
    

    
    
    
  }


#s-735f5ab3-9375-4943-b9df-a80c7a54b4ac .shogun-image-content {
  
    align-items: center;
  
}

#s-bdf2b43b-8205-460a-b94f-12c743f4d2c2 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-8dc591cc-723c-41f5-99b5-c171f4092bcc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8dc591cc-723c-41f5-99b5-c171f4092bcc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8dc591cc-723c-41f5-99b5-c171f4092bcc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8dc591cc-723c-41f5-99b5-c171f4092bcc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-faddaaf5-46f2-48d0-af50-740d05936925 {
  border-radius: 15px;
text-align: center;
}







  #s-faddaaf5-46f2-48d0-af50-740d05936925 img.shogun-image {
    

    
    
    
  }


#s-faddaaf5-46f2-48d0-af50-740d05936925 .shogun-image-content {
  
    align-items: center;
  
}

#s-698d0a74-51fa-4c4c-943e-e4f3b556afb2 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-87153577-1a7c-4a15-a89e-3d1c0fb1d064 {
  border-radius: 15px;
text-align: center;
}







  #s-87153577-1a7c-4a15-a89e-3d1c0fb1d064 img.shogun-image {
    

    
    
    
  }


#s-87153577-1a7c-4a15-a89e-3d1c0fb1d064 .shogun-image-content {
  
    align-items: center;
  
}

#s-22d542e0-b1d5-4c73-a01f-7e0bbc08a0ce hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-692c6ac4-e4a3-4669-aa56-322aa2bb96eb hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-068ccd10-4651-42d0-bf2f-753b59eb014e {
  border-radius: 15px;
text-align: center;
}







  #s-068ccd10-4651-42d0-bf2f-753b59eb014e img.shogun-image {
    

    
    
    
  }


#s-068ccd10-4651-42d0-bf2f-753b59eb014e .shogun-image-content {
  
    align-items: center;
  
}

#s-31cb7582-843c-4f9e-a99a-17fb269fc70a hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-71be8434-0475-4097-9fba-bb7637d58d79"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71be8434-0475-4097-9fba-bb7637d58d79"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71be8434-0475-4097-9fba-bb7637d58d79"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71be8434-0475-4097-9fba-bb7637d58d79"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d01eed23-2a77-4892-90ce-1dee671f89ef {
  border-radius: 15px;
text-align: center;
}







  #s-d01eed23-2a77-4892-90ce-1dee671f89ef img.shogun-image {
    

    
    
    
  }


#s-d01eed23-2a77-4892-90ce-1dee671f89ef .shogun-image-content {
  
    align-items: center;
  
}

#s-9d48ea1c-4cb8-4dcd-836b-4ce7daa62a08 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-9da6c621-f5df-4fc1-8250-da845fe3b497 {
  border-radius: 15px;
text-align: center;
}







  #s-9da6c621-f5df-4fc1-8250-da845fe3b497 img.shogun-image {
    

    
    
    
  }


#s-9da6c621-f5df-4fc1-8250-da845fe3b497 .shogun-image-content {
  
    align-items: center;
  
}

#s-6e3dab0a-5d5a-445c-927e-408878e07ac3 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-ff95d5e9-bf4a-46e3-91e7-c76ca62c25f7 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-74a740f3-e838-41ca-b64d-36e27b07b35b {
  border-radius: 15px;
text-align: center;
}







  #s-74a740f3-e838-41ca-b64d-36e27b07b35b img.shogun-image {
    

    
    
    
  }


#s-74a740f3-e838-41ca-b64d-36e27b07b35b .shogun-image-content {
  
    align-items: center;
  
}

#s-e9b8f5d2-c2f8-473a-880e-43057fb5ab69 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-10c154c5-e618-4013-8f39-fd4495ec12bd hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-6c965d8f-cdfc-4e6a-b583-0bc604b2cceb {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 97, 109, 1);
border-style: dashed;
border-radius: 16px;
background-color: rgba(249, 248, 246, 1);
}

@media (min-width: 0px) {
[id="s-6c965d8f-cdfc-4e6a-b583-0bc604b2cceb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c965d8f-cdfc-4e6a-b583-0bc604b2cceb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-6c965d8f-cdfc-4e6a-b583-0bc604b2cceb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

@media (min-width: 992px) {
[id="s-6c965d8f-cdfc-4e6a-b583-0bc604b2cceb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-6c965d8f-cdfc-4e6a-b583-0bc604b2cceb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

@media (min-width: 1200px) {
[id="s-6c965d8f-cdfc-4e6a-b583-0bc604b2cceb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.5px);
}

[id="s-6c965d8f-cdfc-4e6a-b583-0bc604b2cceb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.5px);
}

}

#s-96b43573-d153-4656-9e41-3d71298d6a64 {
  margin-top: 8px;
margin-bottom: 8px;
}

#s-96b43573-d153-4656-9e41-3d71298d6a64 .shogun-icon-wrapper {
  text-align: center;
}


#s-96b43573-d153-4656-9e41-3d71298d6a64 .shogun-icon-wrapper > .shogun-icon {

  font-size: 25px !important;
  color: rgba(0, 97, 109, 1);
}

#s-7725b9d4-10cf-4233-8620-6b3ab5080950 {
  margin-top: 5px;
margin-left: 2%;
margin-bottom: 5px;
margin-right: 2%;
}

#s-1daade9a-7c9a-45d7-be1e-fd9ada2ae25a hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-9295c3a9-e51e-4d14-b4f7-9e2204f6ac7c hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-028b39f7-fa51-4618-8df1-f2f26500fd80 {
  min-height: 50px;
background-color: rgba(215, 45, 36, 1);
}








#s-028b39f7-fa51-4618-8df1-f2f26500fd80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-028b39f7-fa51-4618-8df1-f2f26500fd80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cd4bd4aa-4b61-46b1-a0fd-ffbed7fa2bc2 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 11px;
padding-left: 10%;
padding-bottom: 11px;
padding-right: 10%;
}

#s-d80840cf-ab01-4179-8d89-cc1c25d1d43b hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-7398ae87-32d2-44d6-902c-494f76dfabeb hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-544c5300-5861-4b5a-9d1b-12c8fb52710f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-544c5300-5861-4b5a-9d1b-12c8fb52710f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-544c5300-5861-4b5a-9d1b-12c8fb52710f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-544c5300-5861-4b5a-9d1b-12c8fb52710f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-207a7538-08d5-475f-b866-a327e45245ae {
  border-radius: 15px;
text-align: center;
}







  #s-207a7538-08d5-475f-b866-a327e45245ae img.shogun-image {
    

    
    
    
  }


#s-207a7538-08d5-475f-b866-a327e45245ae .shogun-image-content {
  
    align-items: center;
  
}

#s-a284b257-fb99-4745-ac0d-7d49aef36daf hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-63a8b6b2-0c61-4d12-b406-4b1b9b5985dc {
  border-radius: 15px;
text-align: center;
}







  #s-63a8b6b2-0c61-4d12-b406-4b1b9b5985dc img.shogun-image {
    

    
    
    
  }


#s-63a8b6b2-0c61-4d12-b406-4b1b9b5985dc .shogun-image-content {
  
    align-items: center;
  
}

#s-dd49defd-de5d-485e-aa36-58b9d55bafd5 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-34fb6d4e-94b0-48d4-8a98-34f84fe3c8a2 {
  border-radius: 15px;
text-align: center;
}







  #s-34fb6d4e-94b0-48d4-8a98-34f84fe3c8a2 img.shogun-image {
    

    
    
    
  }


#s-34fb6d4e-94b0-48d4-8a98-34f84fe3c8a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0f7c41c6-d296-4763-8fbb-5085f2366924 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

#s-1b885f25-12d2-4271-944c-c97e91202bd3 hr {
  border-top: 2px solid rgba(247, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-73644f4b-7cd8-4f07-9212-e5636d4c97e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-73644f4b-7cd8-4f07-9212-e5636d4c97e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-73644f4b-7cd8-4f07-9212-e5636d4c97e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-73644f4b-7cd8-4f07-9212-e5636d4c97e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a27cf46b-d0e0-47e1-8459-f1ebee001796 {
  min-height: 50px;
}








#s-a27cf46b-d0e0-47e1-8459-f1ebee001796 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a27cf46b-d0e0-47e1-8459-f1ebee001796.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a0fe6d3d-5ced-4cd1-98be-71ebe23dc7eb {
  min-height: 50px;
}








#s-a0fe6d3d-5ced-4cd1-98be-71ebe23dc7eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0fe6d3d-5ced-4cd1-98be-71ebe23dc7eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
  opacity: 0;
}
.shogun-lazyloaded {
  opacity: 1;
  transition: opacity 300ms;
}

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:before,.shg-c:after{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width: 1024px){.shg-c,.shg-box{background-attachment:scroll !important}}@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape){.shg-box{background-attachment:scroll !important}}#mc_embed_signup .clear{width:auto !important;height:auto !important;visibility:visible !important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline !important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,0.85)}.shg-lightbox.hidden{display:none !important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:hover,.shg-lightbox .shg-lightbox-close:focus{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0%, -50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none !important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width: 769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity 300ms}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*="enterviewport"][data-animations*="fadeIn"],[data-animations*="enterviewport"][data-animations*="zoomIn"]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}
