.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-9ce469b0-a67e-49b9-bbe3-e1654cfc2076 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-9ce469b0-a67e-49b9-bbe3-e1654cfc2076 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-9ce469b0-a67e-49b9-bbe3-e1654cfc2076 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-9ce469b0-a67e-49b9-bbe3-e1654cfc2076 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-9ce469b0-a67e-49b9-bbe3-e1654cfc2076 > .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-9ce469b0-a67e-49b9-bbe3-e1654cfc2076 > .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-5184f5f5-ab72-456a-823f-ebe7bb9409ff {
  min-height: 50px;
background-color: rgba(0, 50, 58, 1);
}








#s-5184f5f5-ab72-456a-823f-ebe7bb9409ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5184f5f5-ab72-456a-823f-ebe7bb9409ff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-780470b8-8049-47db-8718-333b7ed718bf {
  min-height: 50px;
}








#s-780470b8-8049-47db-8718-333b7ed718bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-780470b8-8049-47db-8718-333b7ed718bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-dfbf2a87-61b5-4094-ac71-8f30dbdfee67 {
  text-align: center;
}








#s-dfbf2a87-61b5-4094-ac71-8f30dbdfee67 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ac3c6c70-61c7-4f6c-8f89-906224922853 {
  margin-top: -3em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-ac3c6c70-61c7-4f6c-8f89-906224922853 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac3c6c70-61c7-4f6c-8f89-906224922853.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: 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-e41db4de-e439-4716-8f71-2c5c6eed8b6d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-c20d73e6-20aa-448f-9412-1914ead1c46a {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 1300px;
}








#s-c20d73e6-20aa-448f-9412-1914ead1c46a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c20d73e6-20aa-448f-9412-1914ead1c46a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-008cc1e4-193a-4466-bce5-4d85fe0ab8e0 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-63f467ce-337e-4327-8bc8-ea277062883b {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}








#s-63f467ce-337e-4327-8bc8-ea277062883b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f467ce-337e-4327-8bc8-ea277062883b.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-66706bf2-ec91-4a9c-a3cf-c9b6c8daafe4 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-66706bf2-ec91-4a9c-a3cf-c9b6c8daafe4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-66706bf2-ec91-4a9c-a3cf-c9b6c8daafe4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-66706bf2-ec91-4a9c-a3cf-c9b6c8daafe4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-66706bf2-ec91-4a9c-a3cf-c9b6c8daafe4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c3ca5ad6-7ece-4cab-9df1-bb09b94f8b1c {
  text-align: center;
}








#s-c3ca5ad6-7ece-4cab-9df1-bb09b94f8b1c .shogun-image-content {
  
    align-items: center;
  
}

#s-198ca7f2-c915-4e7a-81c5-a48aa01c4ee6 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-f1f3396f-b8af-45ca-8567-d76fa1bee616 {
  text-align: center;
}








#s-f1f3396f-b8af-45ca-8567-d76fa1bee616 .shogun-image-content {
  
    align-items: center;
  
}

#s-c0387bed-d5c3-43f9-a4fc-1f57287bb63b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-6060a506-d090-449a-b4b6-0f57b3bb8102 {
  text-align: center;
}








#s-6060a506-d090-449a-b4b6-0f57b3bb8102 .shogun-image-content {
  
    align-items: center;
  
}

#s-07d9d3da-596e-442a-ba09-66fb6f87cd2c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-1bf64a61-eb25-4551-a665-0dd6aa5db3cb {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1400px;
}
@media (min-width: 1200px){#s-1bf64a61-eb25-4551-a665-0dd6aa5db3cb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bf64a61-eb25-4551-a665-0dd6aa5db3cb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bf64a61-eb25-4551-a665-0dd6aa5db3cb {
  
}
}







#s-1bf64a61-eb25-4551-a665-0dd6aa5db3cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bf64a61-eb25-4551-a665-0dd6aa5db3cb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 1200px){#s-c28d5b48-27d6-450f-bad1-d5860db324ba {
  display: none;
}
#s-c28d5b48-27d6-450f-bad1-d5860db324ba, #wrap-s-c28d5b48-27d6-450f-bad1-d5860db324ba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c28d5b48-27d6-450f-bad1-d5860db324ba {
  display: none;
}
#s-c28d5b48-27d6-450f-bad1-d5860db324ba, #wrap-s-c28d5b48-27d6-450f-bad1-d5860db324ba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c28d5b48-27d6-450f-bad1-d5860db324ba {
  display: none;
}
#s-c28d5b48-27d6-450f-bad1-d5860db324ba, #wrap-s-c28d5b48-27d6-450f-bad1-d5860db324ba { display:none !important; }}@media (max-width: 767px){#s-c28d5b48-27d6-450f-bad1-d5860db324ba {
  display: none;
}
#s-c28d5b48-27d6-450f-bad1-d5860db324ba, #wrap-s-c28d5b48-27d6-450f-bad1-d5860db324ba { display:none !important; }}
@media (min-width: 0px) {
[id="s-c28d5b48-27d6-450f-bad1-d5860db324ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c28d5b48-27d6-450f-bad1-d5860db324ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c28d5b48-27d6-450f-bad1-d5860db324ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c28d5b48-27d6-450f-bad1-d5860db324ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c28d5b48-27d6-450f-bad1-d5860db324ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c28d5b48-27d6-450f-bad1-d5860db324ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c28d5b48-27d6-450f-bad1-d5860db324ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-cb27dd1d-e447-4deb-8e5d-58a4bebbf33a {
  min-height: 50px;
}








#s-cb27dd1d-e447-4deb-8e5d-58a4bebbf33a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb27dd1d-e447-4deb-8e5d-58a4bebbf33a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b24520c-4402-470e-82e0-e70cbe870af0 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-1b24520c-4402-470e-82e0-e70cbe870af0 {
  display: none;
}
#s-1b24520c-4402-470e-82e0-e70cbe870af0, #wrap-s-1b24520c-4402-470e-82e0-e70cbe870af0 { display:none !important; }}@media (max-width: 767px){#s-1b24520c-4402-470e-82e0-e70cbe870af0 {
  display: none;
}
#s-1b24520c-4402-470e-82e0-e70cbe870af0, #wrap-s-1b24520c-4402-470e-82e0-e70cbe870af0 { display:none !important; }}






  #s-1b24520c-4402-470e-82e0-e70cbe870af0 img.shogun-image {
    

    
    
    
  }


#s-1b24520c-4402-470e-82e0-e70cbe870af0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6ea2855-0c6d-4ed0-ade1-06705ba88bb2 {
  min-height: 50px;
}








#s-d6ea2855-0c6d-4ed0-ade1-06705ba88bb2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ea2855-0c6d-4ed0-ade1-06705ba88bb2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

@media (max-width: 767px){#s-8d5da086-d4e8-4ad5-9327-6099838bbd21 {
  display: none;
}
#s-8d5da086-d4e8-4ad5-9327-6099838bbd21, #wrap-s-8d5da086-d4e8-4ad5-9327-6099838bbd21 { display:none !important; }}

  #s-8d5da086-d4e8-4ad5-9327-6099838bbd21 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 50, 58, 1);
    border: 1px solid #DDDDDD;
  }
  #s-8d5da086-d4e8-4ad5-9327-6099838bbd21 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 50, 58, 1);
    border: 1px solid #ddd;
  }
#s-8d5da086-d4e8-4ad5-9327-6099838bbd21 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 26px;
}

#s-8d5da086-d4e8-4ad5-9327-6099838bbd21 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-8d5da086-d4e8-4ad5-9327-6099838bbd21 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 50, 58, 1);
}

#s-8d5da086-d4e8-4ad5-9327-6099838bbd21 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

@media (min-width: 0px) {
[id="s-5bd74bd8-672e-4c44-b681-39ab8086e6dd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5bd74bd8-672e-4c44-b681-39ab8086e6dd"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bd74bd8-672e-4c44-b681-39ab8086e6dd"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5bd74bd8-672e-4c44-b681-39ab8086e6dd"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bd74bd8-672e-4c44-b681-39ab8086e6dd"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5bd74bd8-672e-4c44-b681-39ab8086e6dd"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5bd74bd8-672e-4c44-b681-39ab8086e6dd"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-b8bf61a4-042f-4d8e-8861-2ddcfc856563 {
  min-height: 50px;
}








#s-b8bf61a4-042f-4d8e-8861-2ddcfc856563 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8bf61a4-042f-4d8e-8861-2ddcfc856563.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-340d5311-5618-412e-8745-d6c54e6a8bbf {
  text-align: center;
}







  #s-340d5311-5618-412e-8745-d6c54e6a8bbf img.shogun-image {
    

    
    
    
  }


#s-340d5311-5618-412e-8745-d6c54e6a8bbf .shogun-image-content {
  
    align-items: center;
  
}

#s-591c2abf-72dc-40e3-b0fd-41250ff65070 {
  margin-top: 0em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
max-width: 1300px;
}








#s-591c2abf-72dc-40e3-b0fd-41250ff65070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-591c2abf-72dc-40e3-b0fd-41250ff65070.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb {
  margin-top: 2em;
margin-bottom: 2em;
}
@media (min-width: 768px) and (max-width: 991px){#s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb {
  display: none;
}
#s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb, #wrap-s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb { display:none !important; }}@media (max-width: 767px){#s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb {
  display: none;
}
#s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb, #wrap-s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb { display:none !important; }}
@media (min-width: 0px) {
[id="s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (max-width: 767px) {
  [id="s-926f9c7c-1751-4669-9f94-7a2d0cd4cbbb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-25e8bed9-8c27-45f0-ae09-bfa773c33e47 {
  min-height: 50px;
}








#s-25e8bed9-8c27-45f0-ae09-bfa773c33e47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-25e8bed9-8c27-45f0-ae09-bfa773c33e47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c79a6b21-d3e3-4758-883e-bc99b0768705 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c79a6b21-d3e3-4758-883e-bc99b0768705"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c79a6b21-d3e3-4758-883e-bc99b0768705"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c79a6b21-d3e3-4758-883e-bc99b0768705"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c79a6b21-d3e3-4758-883e-bc99b0768705"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c79a6b21-d3e3-4758-883e-bc99b0768705"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c79a6b21-d3e3-4758-883e-bc99b0768705"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c79a6b21-d3e3-4758-883e-bc99b0768705"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-a4a84f46-70cf-4ecf-b042-5117b45f90b4 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-a4a84f46-70cf-4ecf-b042-5117b45f90b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4a84f46-70cf-4ecf-b042-5117b45f90b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56861b7f-1b31-4854-824b-4d0da1d30260 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-56861b7f-1b31-4854-824b-4d0da1d30260 img.shogun-image {
    

    
    
    
  }


#s-56861b7f-1b31-4854-824b-4d0da1d30260 .shogun-image-content {
  
    align-items: center;
  
}

#s-02030eb5-22d3-4dca-8085-f564f9121e99 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-de1ec90b-3070-4b24-a4c6-e7848f188cc5 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-de1ec90b-3070-4b24-a4c6-e7848f188cc5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de1ec90b-3070-4b24-a4c6-e7848f188cc5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-de1ec90b-3070-4b24-a4c6-e7848f188cc5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-de1ec90b-3070-4b24-a4c6-e7848f188cc5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-de1ec90b-3070-4b24-a4c6-e7848f188cc5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-de1ec90b-3070-4b24-a4c6-e7848f188cc5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-de1ec90b-3070-4b24-a4c6-e7848f188cc5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-338537cd-9daa-4ec7-b48e-57276f6cb377 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-338537cd-9daa-4ec7-b48e-57276f6cb377 img.shogun-image {
    

    
    
    
  }


#s-338537cd-9daa-4ec7-b48e-57276f6cb377 .shogun-image-content {
  
    align-items: center;
  
}

#s-6b4caee8-f069-4d79-a9be-ea8d9b99bfeb {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-d2493c2e-a566-4dc6-8074-dab5fa7aaf81 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d2493c2e-a566-4dc6-8074-dab5fa7aaf81"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2493c2e-a566-4dc6-8074-dab5fa7aaf81"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d2493c2e-a566-4dc6-8074-dab5fa7aaf81"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-d2493c2e-a566-4dc6-8074-dab5fa7aaf81"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d2493c2e-a566-4dc6-8074-dab5fa7aaf81"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-d2493c2e-a566-4dc6-8074-dab5fa7aaf81"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-d2493c2e-a566-4dc6-8074-dab5fa7aaf81"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-bd36978b-deba-48ee-a288-114150beb01f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-bd36978b-deba-48ee-a288-114150beb01f img.shogun-image {
    

    
    
    
  }


#s-bd36978b-deba-48ee-a288-114150beb01f .shogun-image-content {
  
    align-items: center;
  
}

#s-070ea5a2-a5c7-43d9-b0c0-d5d7055866e4 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-131c60fe-70fb-4e2b-a535-d94fc557dd39 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-131c60fe-70fb-4e2b-a535-d94fc557dd39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-131c60fe-70fb-4e2b-a535-d94fc557dd39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-131c60fe-70fb-4e2b-a535-d94fc557dd39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-131c60fe-70fb-4e2b-a535-d94fc557dd39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-131c60fe-70fb-4e2b-a535-d94fc557dd39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-131c60fe-70fb-4e2b-a535-d94fc557dd39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-131c60fe-70fb-4e2b-a535-d94fc557dd39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-821bc925-8e74-4939-a033-93f7c9f912e0 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-821bc925-8e74-4939-a033-93f7c9f912e0 img.shogun-image {
    

    
    
    
  }


#s-821bc925-8e74-4939-a033-93f7c9f912e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-d689d2c1-48fb-45a2-986a-4b09f540dec1 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-245414cf-f85c-4bd6-bbd8-259dde2b4b66 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-245414cf-f85c-4bd6-bbd8-259dde2b4b66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-245414cf-f85c-4bd6-bbd8-259dde2b4b66"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-245414cf-f85c-4bd6-bbd8-259dde2b4b66"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-245414cf-f85c-4bd6-bbd8-259dde2b4b66"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-245414cf-f85c-4bd6-bbd8-259dde2b4b66"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-245414cf-f85c-4bd6-bbd8-259dde2b4b66"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-245414cf-f85c-4bd6-bbd8-259dde2b4b66"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-ac90a49c-2096-49be-9010-f1b652fabf25 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-ac90a49c-2096-49be-9010-f1b652fabf25 .shogun-image-content {
  
    align-items: center;
  
}

#s-55c7cded-909b-4298-bef2-8e02ef6be62f {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-12ec7adc-b4dd-4626-90dd-74ce687139a7 {
  min-height: 50px;
}








#s-12ec7adc-b4dd-4626-90dd-74ce687139a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12ec7adc-b4dd-4626-90dd-74ce687139a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ecccb37d-1275-4bdc-9f1e-71c674026763 {
  text-align: center;
}








#s-ecccb37d-1275-4bdc-9f1e-71c674026763 .shogun-image-content {
  
    align-items: center;
  
}

#s-96081ca4-7d89-4bc1-818b-528c0e6419f4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-96081ca4-7d89-4bc1-818b-528c0e6419f4 {
  display: none;
}
#s-96081ca4-7d89-4bc1-818b-528c0e6419f4, #wrap-s-96081ca4-7d89-4bc1-818b-528c0e6419f4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-96081ca4-7d89-4bc1-818b-528c0e6419f4 {
  display: none;
}
#s-96081ca4-7d89-4bc1-818b-528c0e6419f4, #wrap-s-96081ca4-7d89-4bc1-818b-528c0e6419f4 { display:none !important; }}







#s-96081ca4-7d89-4bc1-818b-528c0e6419f4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96081ca4-7d89-4bc1-818b-528c0e6419f4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8072a3eb-6fed-43b3-bc1d-747ec98ffedc {
  margin-top: 1em;
text-align: center;
}








#s-8072a3eb-6fed-43b3-bc1d-747ec98ffedc .shogun-image-content {
  
    align-items: center;
  
}

#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d {
  margin-bottom: 2em;
}
@media (min-width: 1200px){#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d {
  display: none;
}
#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d, #wrap-s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d {
  display: none;
}
#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d, #wrap-s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d {
  display: none;
}
#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d, #wrap-s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d { display:none !important; }}
#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 50, 58, 1);
}

#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 50, 58, 1);
  padding: 10px;
}

#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 50, 58, 1);
  border-top: 1px solid rgba(0, 50, 58, 1);
}

#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(255, 255, 255, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-4764b6fe-24f6-41dd-8d7d-749ae7b6c31d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-610e21a6-0d7c-4e00-9c9a-e339b2792fbd {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-610e21a6-0d7c-4e00-9c9a-e339b2792fbd {
  display: none;
}
#s-610e21a6-0d7c-4e00-9c9a-e339b2792fbd, #wrap-s-610e21a6-0d7c-4e00-9c9a-e339b2792fbd { display:none !important; }}






  #s-610e21a6-0d7c-4e00-9c9a-e339b2792fbd img.shogun-image {
    

    
    
    
  }


#s-610e21a6-0d7c-4e00-9c9a-e339b2792fbd .shogun-image-content {
  
    align-items: center;
  
}

#s-dfd4e727-1f5e-48b6-8612-273bddb8b3a5 {
  margin-top: 1em;
text-align: center;
}








#s-dfd4e727-1f5e-48b6-8612-273bddb8b3a5 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 768px) and (max-width: 991px){#s-ea4cdeee-e653-42a4-9fa2-6537b7f1255d {
  display: none;
}
#s-ea4cdeee-e653-42a4-9fa2-6537b7f1255d, #wrap-s-ea4cdeee-e653-42a4-9fa2-6537b7f1255d { display:none !important; }}
#s-f3ae5cf4-879f-462e-81b1-88ee42934c7a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f3ae5cf4-879f-462e-81b1-88ee42934c7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f3ae5cf4-879f-462e-81b1-88ee42934c7a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f3ae5cf4-879f-462e-81b1-88ee42934c7a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-f3ae5cf4-879f-462e-81b1-88ee42934c7a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f3ae5cf4-879f-462e-81b1-88ee42934c7a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-f3ae5cf4-879f-462e-81b1-88ee42934c7a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-f3ae5cf4-879f-462e-81b1-88ee42934c7a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-00995322-fc7c-4ed5-92b7-e18aa21a07b3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-00995322-fc7c-4ed5-92b7-e18aa21a07b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00995322-fc7c-4ed5-92b7-e18aa21a07b3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fb85778d-8208-4b18-9d21-c28340d74cae {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-fb85778d-8208-4b18-9d21-c28340d74cae img.shogun-image {
    

    
    
    
  }


#s-fb85778d-8208-4b18-9d21-c28340d74cae .shogun-image-content {
  
    align-items: center;
  
}

#s-b4c97772-39d7-4a7d-9274-a1c1b79d1715 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-4489ce5b-d713-472c-a293-6e0fdff538e5 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4489ce5b-d713-472c-a293-6e0fdff538e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4489ce5b-d713-472c-a293-6e0fdff538e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4489ce5b-d713-472c-a293-6e0fdff538e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4489ce5b-d713-472c-a293-6e0fdff538e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4489ce5b-d713-472c-a293-6e0fdff538e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4489ce5b-d713-472c-a293-6e0fdff538e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4489ce5b-d713-472c-a293-6e0fdff538e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-df6a3bcf-a392-40bf-9da8-6e9e7ca27eae {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-df6a3bcf-a392-40bf-9da8-6e9e7ca27eae img.shogun-image {
    

    
    
    
  }


#s-df6a3bcf-a392-40bf-9da8-6e9e7ca27eae .shogun-image-content {
  
    align-items: center;
  
}

#s-0b7ed4fc-4cdb-4443-8a3a-03d499b6ab68 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-7f2fbd9d-be2d-4b6c-954d-d8989b8d6df0 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7f2fbd9d-be2d-4b6c-954d-d8989b8d6df0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7f2fbd9d-be2d-4b6c-954d-d8989b8d6df0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f2fbd9d-be2d-4b6c-954d-d8989b8d6df0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-7f2fbd9d-be2d-4b6c-954d-d8989b8d6df0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f2fbd9d-be2d-4b6c-954d-d8989b8d6df0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-7f2fbd9d-be2d-4b6c-954d-d8989b8d6df0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7f2fbd9d-be2d-4b6c-954d-d8989b8d6df0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-2ee32dae-d84f-4bad-b5e8-ac1faa166270 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-2ee32dae-d84f-4bad-b5e8-ac1faa166270 img.shogun-image {
    

    
    
    
  }


#s-2ee32dae-d84f-4bad-b5e8-ac1faa166270 .shogun-image-content {
  
    align-items: center;
  
}

#s-89d8c5a3-1187-49ad-bc4a-2003e0f86169 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-4a8ed15e-02d7-4587-acdf-81e8b13c8830 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4a8ed15e-02d7-4587-acdf-81e8b13c8830"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a8ed15e-02d7-4587-acdf-81e8b13c8830"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4a8ed15e-02d7-4587-acdf-81e8b13c8830"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4a8ed15e-02d7-4587-acdf-81e8b13c8830"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4a8ed15e-02d7-4587-acdf-81e8b13c8830"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4a8ed15e-02d7-4587-acdf-81e8b13c8830"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4a8ed15e-02d7-4587-acdf-81e8b13c8830"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-15882acb-9fb9-4957-97a8-1ef30a196f58 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-15882acb-9fb9-4957-97a8-1ef30a196f58 img.shogun-image {
    

    
    
    
  }


#s-15882acb-9fb9-4957-97a8-1ef30a196f58 .shogun-image-content {
  
    align-items: center;
  
}

#s-6cec47fa-a5e2-4c2c-be2b-29b57c837c2c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-223e58f0-b12b-4c1f-8326-2ab09e3e0a71 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-223e58f0-b12b-4c1f-8326-2ab09e3e0a71"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-223e58f0-b12b-4c1f-8326-2ab09e3e0a71"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-223e58f0-b12b-4c1f-8326-2ab09e3e0a71"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-223e58f0-b12b-4c1f-8326-2ab09e3e0a71"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-223e58f0-b12b-4c1f-8326-2ab09e3e0a71"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-223e58f0-b12b-4c1f-8326-2ab09e3e0a71"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-223e58f0-b12b-4c1f-8326-2ab09e3e0a71"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-2a395b0d-fa40-4fcb-a5e1-d467fcf34f90 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-2a395b0d-fa40-4fcb-a5e1-d467fcf34f90 .shogun-image-content {
  
    align-items: center;
  
}

#s-b877c1af-b544-41c2-a642-560eb0a8101a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-4ca4a707-394c-461b-bb11-75dece689c47 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4ca4a707-394c-461b-bb11-75dece689c47 {
  display: none;
}
#s-4ca4a707-394c-461b-bb11-75dece689c47, #wrap-s-4ca4a707-394c-461b-bb11-75dece689c47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4ca4a707-394c-461b-bb11-75dece689c47 {
  display: none;
}
#s-4ca4a707-394c-461b-bb11-75dece689c47, #wrap-s-4ca4a707-394c-461b-bb11-75dece689c47 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4ca4a707-394c-461b-bb11-75dece689c47 {
  display: none;
}
#s-4ca4a707-394c-461b-bb11-75dece689c47, #wrap-s-4ca4a707-394c-461b-bb11-75dece689c47 { display:none !important; }}@media (max-width: 767px){#s-4ca4a707-394c-461b-bb11-75dece689c47 {
  display: none;
}
#s-4ca4a707-394c-461b-bb11-75dece689c47, #wrap-s-4ca4a707-394c-461b-bb11-75dece689c47 { display:none !important; }}







#s-4ca4a707-394c-461b-bb11-75dece689c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4ca4a707-394c-461b-bb11-75dece689c47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0aab4fa5-3a2a-40bd-8df3-0209cbc0ab8f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-0aab4fa5-3a2a-40bd-8df3-0209cbc0ab8f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0aab4fa5-3a2a-40bd-8df3-0209cbc0ab8f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0aab4fa5-3a2a-40bd-8df3-0209cbc0ab8f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-0aab4fa5-3a2a-40bd-8df3-0209cbc0ab8f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0aab4fa5-3a2a-40bd-8df3-0209cbc0ab8f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-0aab4fa5-3a2a-40bd-8df3-0209cbc0ab8f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-0aab4fa5-3a2a-40bd-8df3-0209cbc0ab8f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-4edf28a6-26b8-4578-b75c-068bf689290c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-4edf28a6-26b8-4578-b75c-068bf689290c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4edf28a6-26b8-4578-b75c-068bf689290c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-59e8d147-fadf-400a-84fd-8f61e6e9a46c {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-59e8d147-fadf-400a-84fd-8f61e6e9a46c img.shogun-image {
    

    
    
    
  }


#s-59e8d147-fadf-400a-84fd-8f61e6e9a46c .shogun-image-content {
  
    align-items: center;
  
}

#s-721ab2ad-54cf-49f9-8573-6637710f09d5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-55b9e5d7-1e61-4e74-992f-56f2aa19f56e {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-55b9e5d7-1e61-4e74-992f-56f2aa19f56e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55b9e5d7-1e61-4e74-992f-56f2aa19f56e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-55b9e5d7-1e61-4e74-992f-56f2aa19f56e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-55b9e5d7-1e61-4e74-992f-56f2aa19f56e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-55b9e5d7-1e61-4e74-992f-56f2aa19f56e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-55b9e5d7-1e61-4e74-992f-56f2aa19f56e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-55b9e5d7-1e61-4e74-992f-56f2aa19f56e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-85feb053-d7c4-4509-abd1-33f8a94b6858 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-85feb053-d7c4-4509-abd1-33f8a94b6858 img.shogun-image {
    

    
    
    
  }


#s-85feb053-d7c4-4509-abd1-33f8a94b6858 .shogun-image-content {
  
    align-items: center;
  
}

#s-a397e7e9-d913-4166-9ccd-43b53b64d0e7 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-97c6997d-fbdf-47b7-8631-f37ae2aca02c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-97c6997d-fbdf-47b7-8631-f37ae2aca02c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97c6997d-fbdf-47b7-8631-f37ae2aca02c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-97c6997d-fbdf-47b7-8631-f37ae2aca02c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-97c6997d-fbdf-47b7-8631-f37ae2aca02c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-97c6997d-fbdf-47b7-8631-f37ae2aca02c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-97c6997d-fbdf-47b7-8631-f37ae2aca02c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-97c6997d-fbdf-47b7-8631-f37ae2aca02c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-dc8efd17-96d3-4c01-bac5-9850ac4ee8be {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-dc8efd17-96d3-4c01-bac5-9850ac4ee8be img.shogun-image {
    

    
    
    
  }


#s-dc8efd17-96d3-4c01-bac5-9850ac4ee8be .shogun-image-content {
  
    align-items: center;
  
}

#s-ea95b672-6370-4436-b25b-ea70871d044a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-715a7a33-df83-4556-81f3-ab8b4771614a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-715a7a33-df83-4556-81f3-ab8b4771614a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-715a7a33-df83-4556-81f3-ab8b4771614a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-715a7a33-df83-4556-81f3-ab8b4771614a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-715a7a33-df83-4556-81f3-ab8b4771614a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-715a7a33-df83-4556-81f3-ab8b4771614a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-715a7a33-df83-4556-81f3-ab8b4771614a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-715a7a33-df83-4556-81f3-ab8b4771614a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-c4439ee9-e4a3-49bf-bfc7-723bf4af2676 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-c4439ee9-e4a3-49bf-bfc7-723bf4af2676 img.shogun-image {
    

    
    
    
  }


#s-c4439ee9-e4a3-49bf-bfc7-723bf4af2676 .shogun-image-content {
  
    align-items: center;
  
}

#s-bbaff582-1c09-40ea-bd26-be9a08df4c96 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-3afb855d-7974-4ddb-b257-fb716e4aa7d9 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-3afb855d-7974-4ddb-b257-fb716e4aa7d9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3afb855d-7974-4ddb-b257-fb716e4aa7d9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-3afb855d-7974-4ddb-b257-fb716e4aa7d9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-3afb855d-7974-4ddb-b257-fb716e4aa7d9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-3afb855d-7974-4ddb-b257-fb716e4aa7d9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-3afb855d-7974-4ddb-b257-fb716e4aa7d9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-3afb855d-7974-4ddb-b257-fb716e4aa7d9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-2c946389-e186-44b5-b3aa-8e2837ce8d16 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-2c946389-e186-44b5-b3aa-8e2837ce8d16 .shogun-image-content {
  
    align-items: center;
  
}

#s-29961050-9e95-407a-b2cb-267b38dc6093 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

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

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

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

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

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

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

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

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

#s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9 {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(148, 206, 190, 1);
border-radius: 2px;
max-width: 300px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
color: rgba(148, 206, 190, 1);
background-image: none;
hover-type: color;
}
#s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9:hover {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(148, 206, 190, 1) !important;
border-radius: 2px !important;
background-color: rgba(148, 206, 190, 0.2) !important;
text-decoration: none !important;
color: rgba(148, 206, 190, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9:active {border-style: solid !important;
border-top-width: 2px !important;
border-left-width: 2px !important;
border-bottom-width: 2px !important;
border-right-width: 2px !important;
border-color: rgba(113, 179, 160, 1) !important;
border-radius: 2px !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(113, 179, 160, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9-root {
    text-align: center;
  }


#s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9-root {
    text-align: center;
  }


#s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9-root {
    text-align: center;
  }


#s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9-root {
    text-align: center;
  }


#s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9-root {
    text-align: center;
  }


#s-2bab1c20-715c-4f50-b344-9dfa13ae6aa9.shg-btn {
  color: rgba(148, 206, 190, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
#s-64f498d0-76af-4376-b5d6-73cf63baf694 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}








#s-64f498d0-76af-4376-b5d6-73cf63baf694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64f498d0-76af-4376-b5d6-73cf63baf694.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dbc73708-ea98-44a6-9af5-065ea80089a1 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-dbc73708-ea98-44a6-9af5-065ea80089a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbc73708-ea98-44a6-9af5-065ea80089a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-56e97bea-b9b6-4a7e-8c3b-452b2d169c73 {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1000px;
}

#s-47a6b831-3113-4f6b-a9cc-653dfbc5ee8c {
  min-height: 50px;
}








#s-47a6b831-3113-4f6b-a9cc-653dfbc5ee8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47a6b831-3113-4f6b-a9cc-653dfbc5ee8c.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-87d9013d-84a3-4310-8b93-80ce48dbfe7a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87d9013d-84a3-4310-8b93-80ce48dbfe7a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-87d9013d-84a3-4310-8b93-80ce48dbfe7a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-87d9013d-84a3-4310-8b93-80ce48dbfe7a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (max-width: 767px) {
  [id="s-87d9013d-84a3-4310-8b93-80ce48dbfe7a"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-6f1a4aec-61d6-4fb3-9fe2-43db12d95d1d {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-6f1a4aec-61d6-4fb3-9fe2-43db12d95d1d {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6f1a4aec-61d6-4fb3-9fe2-43db12d95d1d {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-6f1a4aec-61d6-4fb3-9fe2-43db12d95d1d {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-6f1a4aec-61d6-4fb3-9fe2-43db12d95d1d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f1a4aec-61d6-4fb3-9fe2-43db12d95d1d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-945f7650-6557-4166-85c9-d00938f467f6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(148, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-945f7650-6557-4166-85c9-d00938f467f6:hover {background-color: rgba(166, 222, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-945f7650-6557-4166-85c9-d00938f467f6:active {background-color: rgba(94, 166, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-945f7650-6557-4166-85c9-d00938f467f6-root {
    text-align: center;
  }


#s-945f7650-6557-4166-85c9-d00938f467f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-945f7650-6557-4166-85c9-d00938f467f6-root {
    text-align: center;
  }


#s-945f7650-6557-4166-85c9-d00938f467f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-945f7650-6557-4166-85c9-d00938f467f6-root {
    text-align: center;
  }


#s-945f7650-6557-4166-85c9-d00938f467f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-945f7650-6557-4166-85c9-d00938f467f6-root {
    text-align: center;
  }


#s-945f7650-6557-4166-85c9-d00938f467f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-945f7650-6557-4166-85c9-d00938f467f6-root {
    text-align: center;
  }


#s-945f7650-6557-4166-85c9-d00938f467f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-945f7650-6557-4166-85c9-d00938f467f6-root {
    text-align: center;
  }


#s-945f7650-6557-4166-85c9-d00938f467f6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-ea62c09f-3011-4436-80bd-e2bdc2cc8b08 {
  min-height: 50px;
}








#s-ea62c09f-3011-4436-80bd-e2bdc2cc8b08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea62c09f-3011-4436-80bd-e2bdc2cc8b08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c28effe0-5b3d-47c8-a16a-be6c7954ae34 {
  max-width: 700px;
text-align: center;
}








#s-c28effe0-5b3d-47c8-a16a-be6c7954ae34 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-af7e7e43-31be-40f4-a1c5-c05224403394"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af7e7e43-31be-40f4-a1c5-c05224403394"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-af7e7e43-31be-40f4-a1c5-c05224403394"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-af7e7e43-31be-40f4-a1c5-c05224403394"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-f8c18759-0af1-4a9b-ae0a-e76c9cc78925 {
  min-height: 50px;
}








#s-f8c18759-0af1-4a9b-ae0a-e76c9cc78925 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f8c18759-0af1-4a9b-ae0a-e76c9cc78925.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05c0c582-771b-47a2-979c-9af5cba6f209 {
  max-width: 700px;
text-align: center;
}








#s-05c0c582-771b-47a2-979c-9af5cba6f209 .shogun-image-content {
  
    align-items: center;
  
}

#s-aaa235da-b026-422c-acd5-d1665da71a44 {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-aaa235da-b026-422c-acd5-d1665da71a44 {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-aaa235da-b026-422c-acd5-d1665da71a44 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-aaa235da-b026-422c-acd5-d1665da71a44 {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-aaa235da-b026-422c-acd5-d1665da71a44 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aaa235da-b026-422c-acd5-d1665da71a44.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-42cda1cd-ca74-437a-bfda-c4b8528c5460 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 300px;
background-color: rgba(148, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-42cda1cd-ca74-437a-bfda-c4b8528c5460:hover {background-color: rgba(166, 222, 206, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-42cda1cd-ca74-437a-bfda-c4b8528c5460:active {background-color: rgba(94, 166, 151, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-42cda1cd-ca74-437a-bfda-c4b8528c5460-root {
    text-align: center;
  }


#s-42cda1cd-ca74-437a-bfda-c4b8528c5460.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-42cda1cd-ca74-437a-bfda-c4b8528c5460-root {
    text-align: center;
  }


#s-42cda1cd-ca74-437a-bfda-c4b8528c5460.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-42cda1cd-ca74-437a-bfda-c4b8528c5460-root {
    text-align: center;
  }


#s-42cda1cd-ca74-437a-bfda-c4b8528c5460.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-42cda1cd-ca74-437a-bfda-c4b8528c5460-root {
    text-align: center;
  }


#s-42cda1cd-ca74-437a-bfda-c4b8528c5460.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-42cda1cd-ca74-437a-bfda-c4b8528c5460-root {
    text-align: center;
  }


#s-42cda1cd-ca74-437a-bfda-c4b8528c5460.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-42cda1cd-ca74-437a-bfda-c4b8528c5460-root {
    text-align: center;
  }


#s-42cda1cd-ca74-437a-bfda-c4b8528c5460.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-a254e998-a877-4409-bf4e-3fd79e42dd2b {
  min-height: 50px;
}








#s-a254e998-a877-4409-bf4e-3fd79e42dd2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a254e998-a877-4409-bf4e-3fd79e42dd2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b702b593-27b3-48f9-b22f-1f36624338da {
  margin-top: 1em;
margin-left: auto;
margin-bottom: 1em;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 320px;
background-color: rgba(146, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-b702b593-27b3-48f9-b22f-1f36624338da:hover {background-color: rgba(171, 233, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-b702b593-27b3-48f9-b22f-1f36624338da:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-b702b593-27b3-48f9-b22f-1f36624338da-root {
    text-align: center;
  }


#s-b702b593-27b3-48f9-b22f-1f36624338da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-b702b593-27b3-48f9-b22f-1f36624338da-root {
    text-align: center;
  }


#s-b702b593-27b3-48f9-b22f-1f36624338da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b702b593-27b3-48f9-b22f-1f36624338da-root {
    text-align: center;
  }


#s-b702b593-27b3-48f9-b22f-1f36624338da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b702b593-27b3-48f9-b22f-1f36624338da-root {
    text-align: center;
  }


#s-b702b593-27b3-48f9-b22f-1f36624338da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-b702b593-27b3-48f9-b22f-1f36624338da-root {
    text-align: center;
  }


#s-b702b593-27b3-48f9-b22f-1f36624338da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-b702b593-27b3-48f9-b22f-1f36624338da-root {
    text-align: center;
  }


#s-b702b593-27b3-48f9-b22f-1f36624338da.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-eaa8f550-4ef5-4d40-8fda-476f03ccb335 {
  margin-top: 3em;
margin-left: auto;
margin-bottom: 3em;
margin-right: auto;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
max-width: 1300px;
}








#s-eaa8f550-4ef5-4d40-8fda-476f03ccb335 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaa8f550-4ef5-4d40-8fda-476f03ccb335.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05af692c-0385-4663-93fc-7a15c9e05c72 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-05af692c-0385-4663-93fc-7a15c9e05c72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-05af692c-0385-4663-93fc-7a15c9e05c72"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-05af692c-0385-4663-93fc-7a15c9e05c72"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-05af692c-0385-4663-93fc-7a15c9e05c72"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

.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-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 {
  text-align: left;
}



.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d22e7fa3-ea47-4763-a7cb-c8cf991973d9 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-1fe39872-a8a9-4993-9dbe-77998ab56c12 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1fe39872-a8a9-4993-9dbe-77998ab56c12 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-700332ca-a661-4b0f-89e1-002ab8dd5627 {
  text-align: left;
}



.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-700332ca-a661-4b0f-89e1-002ab8dd5627 img.shogun-image {
  width: 100%;
}




#s-c84913ae-b08e-47dd-8857-db25171b3e8f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c84913ae-b08e-47dd-8857-db25171b3e8f .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da {
  text-align: left;
}



.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b59004c5-de85-4b4a-8a3c-05b4ef63c6da img.shogun-image {
  width: 100%;
}




#s-72e8a03e-9aa6-45fb-bd36-fb67f4f0d8b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72e8a03e-9aa6-45fb-bd36-fb67f4f0d8b7 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
max-width: 320px;
background-color: rgba(146, 206, 190, 1);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5:hover {background-color: rgba(171, 233, 216, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5:active {background-color: rgba(146, 206, 190, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}

  #s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5-root {
    text-align: center;
  }


#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5-root {
    text-align: center;
  }


#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5-root {
    text-align: center;
  }


#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5-root {
    text-align: center;
  }


#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5-root {
    text-align: center;
  }


#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5-root {
    text-align: center;
  }


#s-3d9d6ff7-9b40-4981-b025-7e6ead975ac5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-edece71d-8d21-4291-9b78-8521ad887910 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-edece71d-8d21-4291-9b78-8521ad887910"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-edece71d-8d21-4291-9b78-8521ad887910"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-edece71d-8d21-4291-9b78-8521ad887910"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-edece71d-8d21-4291-9b78-8521ad887910"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

#s-e67d0173-8c9c-4762-ab76-03d970d050e1 {
  min-height: 50px;
}








#s-e67d0173-8c9c-4762-ab76-03d970d050e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e67d0173-8c9c-4762-ab76-03d970d050e1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0a142f9c-dba2-47ca-888b-856f7fb1493b {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-0a142f9c-dba2-47ca-888b-856f7fb1493b .shogun-image-content {
  
    align-items: center;
  
}

#s-41d1cc15-68d1-40f8-bdca-2c509260920b {
  min-height: 50px;
}








#s-41d1cc15-68d1-40f8-bdca-2c509260920b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-41d1cc15-68d1-40f8-bdca-2c509260920b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a661b23e-a4c8-4f66-851a-d31705098039 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-a661b23e-a4c8-4f66-851a-d31705098039 .shogun-image-content {
  
    align-items: center;
  
}

#s-60e53967-155e-48be-8b78-1cdbd438efbc {
  min-height: 50px;
}








#s-60e53967-155e-48be-8b78-1cdbd438efbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60e53967-155e-48be-8b78-1cdbd438efbc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-804d0cc2-0397-4db6-b354-b219787aae07 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-804d0cc2-0397-4db6-b354-b219787aae07 .shogun-image-content {
  
    align-items: center;
  
}

#s-a2ae1718-9498-4111-8563-b96e2f5fcb05 {
  min-height: 50px;
}








#s-a2ae1718-9498-4111-8563-b96e2f5fcb05 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2ae1718-9498-4111-8563-b96e2f5fcb05.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c2ebd2ba-6cf9-4934-b499-eb22c5c636d3 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-c2ebd2ba-6cf9-4934-b499-eb22c5c636d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-36dc26ee-d3d8-4830-a17e-930b0cba132a {
  min-height: 600px;
}








#s-36dc26ee-d3d8-4830-a17e-930b0cba132a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-36dc26ee-d3d8-4830-a17e-930b0cba132a.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-e6a599ba-6c72-4ba1-a579-3e86c1154bac {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
}

#s-e6a599ba-6c72-4ba1-a579-3e86c1154bac .shg-sld-dot {
  background-color: rgba(146, 206, 190, 1);
}

#s-e6a599ba-6c72-4ba1-a579-3e86c1154bac .shg-sld-nav-button.shg-sld-left,
#s-e6a599ba-6c72-4ba1-a579-3e86c1154bac .shg-sld-nav-button.shg-sld-right {
  fill: rgba(146, 206, 190, 1);
}

#s-c632f83c-9785-45f4-b5b5-69d7605bc63d {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-c632f83c-9785-45f4-b5b5-69d7605bc63d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-c632f83c-9785-45f4-b5b5-69d7605bc63d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-e6f37b40-406d-41e3-9c86-4491dd0aa01f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-e6f37b40-406d-41e3-9c86-4491dd0aa01f .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-e6f37b40-406d-41e3-9c86-4491dd0aa01f table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e6f37b40-406d-41e3-9c86-4491dd0aa01f td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e6f37b40-406d-41e3-9c86-4491dd0aa01f td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-e6f37b40-406d-41e3-9c86-4491dd0aa01f td.shogun-table-column, #s-e6f37b40-406d-41e3-9c86-4491dd0aa01f td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-5db843aa-c903-4a7d-965c-83d84bec4f16 .shogun-icon-wrapper {
  text-align: center;
}


#s-5db843aa-c903-4a7d-965c-83d84bec4f16 .shogun-icon-wrapper > .shogun-icon {

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

#s-9a6cdc05-f426-492f-93b7-b1cabdb66a2e .shogun-icon-wrapper {
  text-align: center;
}


#s-9a6cdc05-f426-492f-93b7-b1cabdb66a2e .shogun-icon-wrapper > .shogun-icon {

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

#s-3faafa4a-d12d-4551-abc4-034fb1fd4ee7 .shogun-icon-wrapper {
  text-align: center;
}


#s-3faafa4a-d12d-4551-abc4-034fb1fd4ee7 .shogun-icon-wrapper > .shogun-icon {

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

#s-6b9fd7d8-bd87-4ad9-b2a4-15df07fdf32c .shogun-icon-wrapper {
  text-align: center;
}


#s-6b9fd7d8-bd87-4ad9-b2a4-15df07fdf32c .shogun-icon-wrapper > .shogun-icon {

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

#s-6fc11d52-face-4b9e-ab02-c30a796d27f8 .shogun-icon-wrapper {
  text-align: center;
}


#s-6fc11d52-face-4b9e-ab02-c30a796d27f8 .shogun-icon-wrapper > .shogun-icon {

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

#s-cc436f2a-b5ca-40e1-8ba9-835a5981b60c {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-f96ca129-3cda-4570-ad85-ea51fce64480 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-f96ca129-3cda-4570-ad85-ea51fce64480 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-f96ca129-3cda-4570-ad85-ea51fce64480.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1456271-7bcd-4e1a-a0ec-6fb1a56d448c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-b1456271-7bcd-4e1a-a0ec-6fb1a56d448c .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-b1456271-7bcd-4e1a-a0ec-6fb1a56d448c table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b1456271-7bcd-4e1a-a0ec-6fb1a56d448c td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-b1456271-7bcd-4e1a-a0ec-6fb1a56d448c td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-b1456271-7bcd-4e1a-a0ec-6fb1a56d448c td.shogun-table-column, #s-b1456271-7bcd-4e1a-a0ec-6fb1a56d448c td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-1c7d5625-b1f7-4f1d-af7a-f9e61ebaa95e .shogun-icon-wrapper {
  text-align: center;
}


#s-1c7d5625-b1f7-4f1d-af7a-f9e61ebaa95e .shogun-icon-wrapper > .shogun-icon {

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

#s-ab01cf54-c827-45b0-ba12-4a93a3a565f4 .shogun-icon-wrapper {
  text-align: center;
}


#s-ab01cf54-c827-45b0-ba12-4a93a3a565f4 .shogun-icon-wrapper > .shogun-icon {

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

#s-3670d40f-c201-40f3-9e5d-08bbdd820df5 .shogun-icon-wrapper {
  text-align: center;
}


#s-3670d40f-c201-40f3-9e5d-08bbdd820df5 .shogun-icon-wrapper > .shogun-icon {

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

#s-19f5d85c-1630-42c4-bda4-1793aabadd68 .shogun-icon-wrapper {
  text-align: center;
}


#s-19f5d85c-1630-42c4-bda4-1793aabadd68 .shogun-icon-wrapper > .shogun-icon {

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

#s-cd994352-a3d3-43fc-99d0-afb90de31c21 .shogun-icon-wrapper {
  text-align: center;
}


#s-cd994352-a3d3-43fc-99d0-afb90de31c21 .shogun-icon-wrapper > .shogun-icon {

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

#s-a316b848-316a-458b-a82b-58024e43da6b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-4be32bd6-3783-47d5-948c-3db070e90588 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 600px;
background-position: center center;
}








#s-4be32bd6-3783-47d5-948c-3db070e90588 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-4be32bd6-3783-47d5-948c-3db070e90588.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6991b01c-d2c7-4f15-b05e-e6b0c091057b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-6991b01c-d2c7-4f15-b05e-e6b0c091057b .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-6991b01c-d2c7-4f15-b05e-e6b0c091057b table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-6991b01c-d2c7-4f15-b05e-e6b0c091057b td.shogun-table-column {
  background-color: rgba(255, 255, 255, 0);
  padding: 5px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-6991b01c-d2c7-4f15-b05e-e6b0c091057b td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-6991b01c-d2c7-4f15-b05e-e6b0c091057b td.shogun-table-column, #s-6991b01c-d2c7-4f15-b05e-e6b0c091057b td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-ec747a48-faeb-43f8-ac6f-19fc4201cd25 .shogun-icon-wrapper {
  text-align: center;
}


#s-ec747a48-faeb-43f8-ac6f-19fc4201cd25 .shogun-icon-wrapper > .shogun-icon {

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

#s-8b41a771-ade5-4d6e-9a48-e50aa6922dbd .shogun-icon-wrapper {
  text-align: center;
}


#s-8b41a771-ade5-4d6e-9a48-e50aa6922dbd .shogun-icon-wrapper > .shogun-icon {

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

#s-81b93233-dbac-45d3-9155-8a276f73185f .shogun-icon-wrapper {
  text-align: center;
}


#s-81b93233-dbac-45d3-9155-8a276f73185f .shogun-icon-wrapper > .shogun-icon {

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

#s-74f53912-f422-477b-b6cf-f6d107abf97f .shogun-icon-wrapper {
  text-align: center;
}


#s-74f53912-f422-477b-b6cf-f6d107abf97f .shogun-icon-wrapper > .shogun-icon {

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

#s-59b2a6b1-9df9-4867-8a37-0f7bf2a4fc0a .shogun-icon-wrapper {
  text-align: center;
}


#s-59b2a6b1-9df9-4867-8a37-0f7bf2a4fc0a .shogun-icon-wrapper > .shogun-icon {

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

#s-df039ac9-4c74-4db4-b5b9-fd9fdfe8ddf4 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

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