.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-23dca088-1e09-45b8-ad08-fb660e2fcc12 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}

#s-23dca088-1e09-45b8-ad08-fb660e2fcc12 {
  background-image: url(https://ucarecdn.com/9e2f730b-8591-45e8-a5b1-54ec88b8456c/-/format/auto/-/stretch/off/-/resize/3000x/-/quality/lighter/);
}








#s-23dca088-1e09-45b8-ad08-fb660e2fcc12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23dca088-1e09-45b8-ad08-fb660e2fcc12.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-86e3d380-c6a6-4be1-8453-97fe7ad2a8ea {
  min-height: 250px;
}








#s-86e3d380-c6a6-4be1-8453-97fe7ad2a8ea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86e3d380-c6a6-4be1-8453-97fe7ad2a8ea.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-7889b179-20e3-4ebd-94a2-5001107f6816 {
  box-shadow:    #515151;
margin-top: 4em;
margin-bottom: 4em;
background-color: rgba(0, 0, 0, 0.2);
}

#s-e95705b7-6424-4fb8-9df3-71881dd85dbb {
  min-height: 50px;
background-color: rgba(35, 89, 43, 1);
}
@media (max-width: 767px){#s-e95705b7-6424-4fb8-9df3-71881dd85dbb {
  
}
}







#s-e95705b7-6424-4fb8-9df3-71881dd85dbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e95705b7-6424-4fb8-9df3-71881dd85dbb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-03810692-9159-4a5c-bdc9-69d7d3831694 {
  min-height: 50px;
}








#s-03810692-9159-4a5c-bdc9-69d7d3831694 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03810692-9159-4a5c-bdc9-69d7d3831694.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-840f0106-d689-4e0a-9eda-9755ebe0eb4b {
  margin-left: 2em;
margin-right: 2em;
}

.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;
}

@media (min-width: 0px) {
[id="s-4474ec78-986b-4f44-abca-b037905050ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4474ec78-986b-4f44-abca-b037905050ff"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4474ec78-986b-4f44-abca-b037905050ff"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4474ec78-986b-4f44-abca-b037905050ff"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d3cc737f-7fa1-4331-9210-3408b7f57792 {
  margin-left: 3px;
margin-right: 3px;
padding-top: 1em;
padding-bottom: 1em;
text-align: center;
}







  #s-d3cc737f-7fa1-4331-9210-3408b7f57792 img.shogun-image {
    

    
    
    
  }


#s-d3cc737f-7fa1-4331-9210-3408b7f57792 .shogun-image-content {
  
    align-items: center;
  
}

#s-17dfbdba-14ae-4c92-ba2b-546a081d394b {
  margin-right: 5em;
}
@media (min-width: 768px) and (max-width: 991px){#s-17dfbdba-14ae-4c92-ba2b-546a081d394b {
  display: none;
}
#s-17dfbdba-14ae-4c92-ba2b-546a081d394b, #wrap-s-17dfbdba-14ae-4c92-ba2b-546a081d394b { display:none !important; }}@media (max-width: 767px){#s-17dfbdba-14ae-4c92-ba2b-546a081d394b {
  display: none;
}
#s-17dfbdba-14ae-4c92-ba2b-546a081d394b, #wrap-s-17dfbdba-14ae-4c92-ba2b-546a081d394b { display:none !important; }}
#s-b68eb125-d666-4ed2-b3a0-3d3afb5947fb {
  
}
@media (min-width: 1200px){#s-b68eb125-d666-4ed2-b3a0-3d3afb5947fb {
  display: none;
}
#s-b68eb125-d666-4ed2-b3a0-3d3afb5947fb, #wrap-s-b68eb125-d666-4ed2-b3a0-3d3afb5947fb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b68eb125-d666-4ed2-b3a0-3d3afb5947fb {
  display: none;
}
#s-b68eb125-d666-4ed2-b3a0-3d3afb5947fb, #wrap-s-b68eb125-d666-4ed2-b3a0-3d3afb5947fb { display:none !important; }}
#s-d050ecff-dfb2-4785-93f9-e80e14453ebc {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 1);
}
@media (min-width: 1200px){#s-d050ecff-dfb2-4785-93f9-e80e14453ebc {
  display: none;
}
#s-d050ecff-dfb2-4785-93f9-e80e14453ebc, #wrap-s-d050ecff-dfb2-4785-93f9-e80e14453ebc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d050ecff-dfb2-4785-93f9-e80e14453ebc {
  display: none;
}
#s-d050ecff-dfb2-4785-93f9-e80e14453ebc, #wrap-s-d050ecff-dfb2-4785-93f9-e80e14453ebc { display:none !important; }}
#s-0a6cb003-ec1e-44fe-b544-66a732cd3d8d {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 1);
}
@media (min-width: 1200px){#s-0a6cb003-ec1e-44fe-b544-66a732cd3d8d {
  display: none;
}
#s-0a6cb003-ec1e-44fe-b544-66a732cd3d8d, #wrap-s-0a6cb003-ec1e-44fe-b544-66a732cd3d8d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a6cb003-ec1e-44fe-b544-66a732cd3d8d {
  display: none;
}
#s-0a6cb003-ec1e-44fe-b544-66a732cd3d8d, #wrap-s-0a6cb003-ec1e-44fe-b544-66a732cd3d8d { display:none !important; }}
#s-eecfd7b8-cd3f-4c5a-b759-87cfebbc82fd {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 1);
}
@media (min-width: 1200px){#s-eecfd7b8-cd3f-4c5a-b759-87cfebbc82fd {
  display: none;
}
#s-eecfd7b8-cd3f-4c5a-b759-87cfebbc82fd, #wrap-s-eecfd7b8-cd3f-4c5a-b759-87cfebbc82fd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eecfd7b8-cd3f-4c5a-b759-87cfebbc82fd {
  display: none;
}
#s-eecfd7b8-cd3f-4c5a-b759-87cfebbc82fd, #wrap-s-eecfd7b8-cd3f-4c5a-b759-87cfebbc82fd { display:none !important; }}
#s-5fd8344c-e7ec-4bf2-a959-2e53259ec24e {
  border-style: solid;
padding-right: 5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(187, 187, 187, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-5fd8344c-e7ec-4bf2-a959-2e53259ec24e {
  display: none;
}
#s-5fd8344c-e7ec-4bf2-a959-2e53259ec24e, #wrap-s-5fd8344c-e7ec-4bf2-a959-2e53259ec24e { display:none !important; }}@media (max-width: 767px){#s-5fd8344c-e7ec-4bf2-a959-2e53259ec24e {
  display: none;
}
#s-5fd8344c-e7ec-4bf2-a959-2e53259ec24e, #wrap-s-5fd8344c-e7ec-4bf2-a959-2e53259ec24e { display:none !important; }}
.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);
}

#s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 {
  margin-top: 1em;
margin-bottom: 1em;
}

#s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 2px solid #DDDDDD;
  }
  #s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: #F4F4F4;
    border: 2px solid #ddd;
  }
#s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: #50b3da;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: #F4F4F4;
}

#s-6ca3ee83-35ee-4da5-a996-1a45a8f84231 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid #ddd;
}

.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-b634b34a-8757-4720-bf58-a439e14c8fdd {
  padding-left: 1em;
padding-right: 1em;
}

#s-b634b34a-8757-4720-bf58-a439e14c8fdd .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-b634b34a-8757-4720-bf58-a439e14c8fdd table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b634b34a-8757-4720-bf58-a439e14c8fdd td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-b634b34a-8757-4720-bf58-a439e14c8fdd td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b634b34a-8757-4720-bf58-a439e14c8fdd td.shogun-table-column, #s-b634b34a-8757-4720-bf58-a439e14c8fdd td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-fadf43cc-d382-473e-9b56-7b5b52231e1c {
  padding-left: 1em;
padding-right: 1em;
}

#s-76116e47-dcea-4789-8b93-883ea6a6f248 {
  padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}
@media (min-width: 768px) and (max-width: 991px){#s-76116e47-dcea-4789-8b93-883ea6a6f248 {
  
}
}@media (max-width: 767px){#s-76116e47-dcea-4789-8b93-883ea6a6f248 {
  
}
}
#s-497696f9-a183-4edf-b0ce-8040a629d1b4 {
  min-height: 250px;
background-color: rgba(214, 228, 231, 1);
}








#s-497696f9-a183-4edf-b0ce-8040a629d1b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-497696f9-a183-4edf-b0ce-8040a629d1b4.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20aeb679-7cf4-49c8-af41-2d0b7c22d6ed {
  margin-top: 21px;
margin-bottom: 0px;
text-align: center;
}







  #s-20aeb679-7cf4-49c8-af41-2d0b7c22d6ed img.shogun-image {
    

    
    
    
  }


#s-20aeb679-7cf4-49c8-af41-2d0b7c22d6ed .shogun-image-content {
  
    align-items: center;
  
}

#s-0d6cf56a-319c-47a1-a37c-d32f912c592e {
  min-height: 50px;
}








#s-0d6cf56a-319c-47a1-a37c-d32f912c592e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d6cf56a-319c-47a1-a37c-d32f912c592e.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-51aacb14-6511-458c-9ac2-0694fc417a7a {
  margin-top: 21px;
margin-bottom: 0px;
text-align: center;
}







  #s-51aacb14-6511-458c-9ac2-0694fc417a7a img.shogun-image {
    

    
    
    
  }


#s-51aacb14-6511-458c-9ac2-0694fc417a7a .shogun-image-content {
  
    align-items: center;
  
}

#s-38bf10f1-80ba-4a1c-8a5c-446a31e7e5cf {
  margin-left: 2em;
margin-right: 2em;
}

#s-f27edaa1-8803-4864-a95f-3577703d064b {
  min-height: 50px;
}








#s-f27edaa1-8803-4864-a95f-3577703d064b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f27edaa1-8803-4864-a95f-3577703d064b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 768px) and (max-width: 991px){#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 {
  display: none;
}
#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943, #wrap-s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 { display:none !important; }}@media (max-width: 767px){#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 {
  display: none;
}
#s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943, #wrap-s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-3599f8d3-7cd5-4dfa-823e-a0c2a59e5943"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0a73c7b0-b51d-49b6-9467-e42d8105c634 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-0a73c7b0-b51d-49b6-9467-e42d8105c634 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a73c7b0-b51d-49b6-9467-e42d8105c634.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8894477b-9f83-4be8-9ef7-9cdc55ee85b7 {
  margin-left: 1em;
margin-right: 1em;
}

#s-a9faa68a-f524-4bfe-8cc8-e190301c92ac {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-a9faa68a-f524-4bfe-8cc8-e190301c92ac img.shogun-image {
    

    
    
    
  }


#s-a9faa68a-f524-4bfe-8cc8-e190301c92ac .shogun-image-content {
  
    align-items: center;
  
}

#s-8f1b13ac-086e-4c1a-a818-fd151ad0280d {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-8f1b13ac-086e-4c1a-a818-fd151ad0280d img.shogun-image {
    

    
    
    
  }


#s-8f1b13ac-086e-4c1a-a818-fd151ad0280d .shogun-image-content {
  
    align-items: center;
  
}

#s-393c8a76-771d-488e-88ac-ecfef7ee50f9 {
  padding-top: 1em;
text-align: center;
}







  #s-393c8a76-771d-488e-88ac-ecfef7ee50f9 img.shogun-image {
    

    
    
    
  }


#s-393c8a76-771d-488e-88ac-ecfef7ee50f9 .shogun-image-content {
  
    align-items: center;
  
}

#s-cf6cc172-1dd1-4043-a554-257a18d4dcce {
  padding-bottom: 5px;
}

#s-a0216865-5d2d-4e7c-80ec-f93515b986f6 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-a0216865-5d2d-4e7c-80ec-f93515b986f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0216865-5d2d-4e7c-80ec-f93515b986f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1f2ce91d-c6e4-47f0-bc1a-dcb8adf47aee {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-34daf965-ee4a-4f81-8344-b278e275eafd {
  margin-left: 1em;
margin-right: 1em;
}

#s-9f412425-a889-4d49-9cb9-3b74963030c3 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-9f412425-a889-4d49-9cb9-3b74963030c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f412425-a889-4d49-9cb9-3b74963030c3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-809be333-f4b0-4b92-a477-9e1f9e8e4a42 {
  margin-left: 1em;
margin-right: 1em;
}

#s-3a01ad74-5899-4ee8-b9e7-2a4190a076bf {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-3a01ad74-5899-4ee8-b9e7-2a4190a076bf img.shogun-image {
    

    
    
    
  }


#s-3a01ad74-5899-4ee8-b9e7-2a4190a076bf .shogun-image-content {
  
    align-items: center;
  
}

#s-afbbdcb4-0c1e-4f46-8707-d021fdf59b64 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-afbbdcb4-0c1e-4f46-8707-d021fdf59b64 img.shogun-image {
    

    
    
    
  }


#s-afbbdcb4-0c1e-4f46-8707-d021fdf59b64 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ceaece5-35c7-44ee-9ce0-e15ac199de85 {
  padding-top: 1em;
text-align: center;
}







  #s-3ceaece5-35c7-44ee-9ce0-e15ac199de85 img.shogun-image {
    

    
    
    
  }


#s-3ceaece5-35c7-44ee-9ce0-e15ac199de85 .shogun-image-content {
  
    align-items: center;
  
}

#s-4879c5e6-78ab-464e-9707-174da62efe11 {
  padding-bottom: 5px;
}

#s-3d8556f2-4b08-4bca-9fca-b5aa4111f9a0 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-3d8556f2-4b08-4bca-9fca-b5aa4111f9a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d8556f2-4b08-4bca-9fca-b5aa4111f9a0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-daf5396b-9697-451e-9186-8eb1d3122fb9 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-0404b31d-b321-42b1-9288-b03630229691 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-6aae11ef-95ec-4b89-8098-ec6686caa462 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-9ab08f95-1352-4152-b83b-3edd03cc88c6 {
  margin-left: 1em;
margin-right: 1em;
}

#s-753c4073-7799-45bb-ad8f-2f9de5526516 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-753c4073-7799-45bb-ad8f-2f9de5526516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-753c4073-7799-45bb-ad8f-2f9de5526516.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0f774043-5006-4da0-8240-0a7764ba67c9 {
  margin-left: 1em;
margin-right: 1em;
}

#s-24bb7f8d-e5ba-4327-8153-ebdd73be657a {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-24bb7f8d-e5ba-4327-8153-ebdd73be657a img.shogun-image {
    

    
    
    
  }


#s-24bb7f8d-e5ba-4327-8153-ebdd73be657a .shogun-image-content {
  
    align-items: center;
  
}

#s-4a7896c1-c617-4bb0-a8d7-71f18a93ef19 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-4a7896c1-c617-4bb0-a8d7-71f18a93ef19 img.shogun-image {
    

    
    
    
  }


#s-4a7896c1-c617-4bb0-a8d7-71f18a93ef19 .shogun-image-content {
  
    align-items: center;
  
}

#s-2b389210-7bdb-43d6-984b-5ea9bca64b15 {
  padding-top: 1em;
text-align: center;
}







  #s-2b389210-7bdb-43d6-984b-5ea9bca64b15 img.shogun-image {
    

    
    
    
  }


#s-2b389210-7bdb-43d6-984b-5ea9bca64b15 .shogun-image-content {
  
    align-items: center;
  
}

#s-66ef99a7-81ef-455c-86c9-de04c46f8422 {
  padding-bottom: 5px;
}

#s-191f72b5-40e9-464f-9f1c-bb2b215c3a80 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-191f72b5-40e9-464f-9f1c-bb2b215c3a80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-191f72b5-40e9-464f-9f1c-bb2b215c3a80.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-a4e66d5d-1a32-4196-9cdc-232ee72d361e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-64b81969-0a45-43b6-afa0-a7dedbd57bff {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-c6ef1b3f-fce6-4ac0-8871-79473b3ef268 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-071c16bb-d195-490f-ba5f-f7f216dea9f8 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-5e357788-30c1-45fd-80c2-0021b388d6ef {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-e3dac0ae-d88f-4552-be4e-827f1b0e17b8 {
  margin-left: 1em;
margin-right: 1em;
}

#s-23391848-f065-4905-935b-ab41e5b448bf {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-23391848-f065-4905-935b-ab41e5b448bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23391848-f065-4905-935b-ab41e5b448bf.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2831b31c-4ce9-4b98-8656-89e5195dec5e {
  margin-left: 1em;
margin-right: 1em;
}

#s-1e5d6f44-a6df-4407-aa20-ba1dae08c452 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-1e5d6f44-a6df-4407-aa20-ba1dae08c452 img.shogun-image {
    

    
    
    
  }


#s-1e5d6f44-a6df-4407-aa20-ba1dae08c452 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b9f0071-04f9-4047-9a96-742b77b12928 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-1b9f0071-04f9-4047-9a96-742b77b12928 img.shogun-image {
    

    
    
    
  }


#s-1b9f0071-04f9-4047-9a96-742b77b12928 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bb82905-29a2-4e8e-b4a1-1f7510029788 {
  padding-top: 1em;
text-align: center;
}







  #s-0bb82905-29a2-4e8e-b4a1-1f7510029788 img.shogun-image {
    

    
    
    
  }


#s-0bb82905-29a2-4e8e-b4a1-1f7510029788 .shogun-image-content {
  
    align-items: center;
  
}

#s-c20e42be-2958-4a78-9f37-8c23f3746637 {
  padding-bottom: 5px;
}

#s-6ab46030-2920-418b-9fa1-4a4870db8adb {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-6ab46030-2920-418b-9fa1-4a4870db8adb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ab46030-2920-418b-9fa1-4a4870db8adb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbf58ef2-e958-4b80-ab64-ef22df3af6a4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-d1af0631-a062-41be-9a74-d723765d7f8b {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-bd30aae8-c0a8-4eaa-8860-a0db985ed479 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-a4cbcf06-9910-4645-82d2-c1da7308b482 {
  margin-left: 1em;
margin-right: 1em;
}

#s-9ce995e1-a5f4-4f2e-b496-98675113f041 {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-9ce995e1-a5f4-4f2e-b496-98675113f041 {
  display: none;
}
#s-9ce995e1-a5f4-4f2e-b496-98675113f041, #wrap-s-9ce995e1-a5f4-4f2e-b496-98675113f041 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9ce995e1-a5f4-4f2e-b496-98675113f041 {
  display: none;
}
#s-9ce995e1-a5f4-4f2e-b496-98675113f041, #wrap-s-9ce995e1-a5f4-4f2e-b496-98675113f041 { display:none !important; }}@media (max-width: 767px){#s-9ce995e1-a5f4-4f2e-b496-98675113f041 {
  display: none;
}
#s-9ce995e1-a5f4-4f2e-b496-98675113f041, #wrap-s-9ce995e1-a5f4-4f2e-b496-98675113f041 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9ce995e1-a5f4-4f2e-b496-98675113f041"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-9ce995e1-a5f4-4f2e-b496-98675113f041"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-9ce995e1-a5f4-4f2e-b496-98675113f041"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-9ce995e1-a5f4-4f2e-b496-98675113f041"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-410532f7-3e86-4cbe-a333-343bb0676640 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-410532f7-3e86-4cbe-a333-343bb0676640 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-410532f7-3e86-4cbe-a333-343bb0676640.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dadf5601-c240-4d9d-b02d-ff26fd1e4a11 {
  margin-left: 1em;
margin-right: 1em;
}

#s-fc3d76bf-a522-4d59-9575-02c25cd78592 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-fc3d76bf-a522-4d59-9575-02c25cd78592 img.shogun-image {
    

    
    
    
  }


#s-fc3d76bf-a522-4d59-9575-02c25cd78592 .shogun-image-content {
  
    align-items: center;
  
}

#s-6efd1820-57d4-4974-a582-fcdf5e5673aa {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-6efd1820-57d4-4974-a582-fcdf5e5673aa img.shogun-image {
    

    
    
    
  }


#s-6efd1820-57d4-4974-a582-fcdf5e5673aa .shogun-image-content {
  
    align-items: center;
  
}

#s-822bbc52-cd37-45f6-89be-4462ad468797 {
  padding-top: 1em;
text-align: center;
}







  #s-822bbc52-cd37-45f6-89be-4462ad468797 img.shogun-image {
    

    
    
    
  }


#s-822bbc52-cd37-45f6-89be-4462ad468797 .shogun-image-content {
  
    align-items: center;
  
}

#s-66ba21a1-f242-4bf9-80a0-ce4031f5e654 {
  padding-bottom: 5px;
}

#s-ddd51007-5f70-4481-a0c0-feeb81a3e7d7 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-ddd51007-5f70-4481-a0c0-feeb81a3e7d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ddd51007-5f70-4481-a0c0-feeb81a3e7d7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-96edaf19-5870-4f27-bcc4-7f4a5d5c9964 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-0fc488d4-d0bd-43f0-87d9-d5d05013782d {
  margin-left: 1em;
margin-right: 1em;
}

#s-b5a46850-b733-4128-aa87-5c03bd6a1802 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-b5a46850-b733-4128-aa87-5c03bd6a1802 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5a46850-b733-4128-aa87-5c03bd6a1802.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-60b49764-3678-47f0-8251-f16b6872a2cb {
  margin-left: 1em;
margin-right: 1em;
}

#s-e2a3397e-f1d4-47cf-8ed2-30d0c0cdeac1 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-e2a3397e-f1d4-47cf-8ed2-30d0c0cdeac1 img.shogun-image {
    

    
    
    
  }


#s-e2a3397e-f1d4-47cf-8ed2-30d0c0cdeac1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6fe9af0-5f23-4814-b7b9-a9036c274ac4 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-c6fe9af0-5f23-4814-b7b9-a9036c274ac4 img.shogun-image {
    

    
    
    
  }


#s-c6fe9af0-5f23-4814-b7b9-a9036c274ac4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6365da86-3705-42a2-9f38-940662c5418e {
  padding-top: 1em;
text-align: center;
}







  #s-6365da86-3705-42a2-9f38-940662c5418e img.shogun-image {
    

    
    
    
  }


#s-6365da86-3705-42a2-9f38-940662c5418e .shogun-image-content {
  
    align-items: center;
  
}

#s-b1390c33-2726-4244-88b0-37d489577b1b {
  padding-bottom: 5px;
}

#s-e0498b07-d269-40fd-89c4-fad3352fecd6 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-e0498b07-d269-40fd-89c4-fad3352fecd6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0498b07-d269-40fd-89c4-fad3352fecd6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-56e1ce57-e70b-4548-bfa9-b8cbfb0d6739 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-0d9e4978-f457-43a3-aaaa-dc3ff89d2ed9 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-13017c40-ef6f-4583-8eb1-fca0edd21970 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-7beb6ce6-8891-43fc-8afc-f87f1198fab3 {
  margin-left: 1em;
margin-right: 1em;
}

#s-c4b0afed-dc33-43d5-9659-3e408a44a578 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-c4b0afed-dc33-43d5-9659-3e408a44a578 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4b0afed-dc33-43d5-9659-3e408a44a578.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-79e863e3-449e-42d3-bd47-922bf68ce5ce {
  margin-left: 1em;
margin-right: 1em;
}

#s-1f6daa28-02b4-43c9-bc34-f2181ed087aa {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-1f6daa28-02b4-43c9-bc34-f2181ed087aa img.shogun-image {
    

    
    
    
  }


#s-1f6daa28-02b4-43c9-bc34-f2181ed087aa .shogun-image-content {
  
    align-items: center;
  
}

#s-745755b9-3c3e-4d97-9920-bc55c1a8088c {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-745755b9-3c3e-4d97-9920-bc55c1a8088c img.shogun-image {
    

    
    
    
  }


#s-745755b9-3c3e-4d97-9920-bc55c1a8088c .shogun-image-content {
  
    align-items: center;
  
}

#s-4b3bb0b5-8b89-459a-ade4-fec12fb92c58 {
  padding-top: 1em;
text-align: center;
}







  #s-4b3bb0b5-8b89-459a-ade4-fec12fb92c58 img.shogun-image {
    

    
    
    
  }


#s-4b3bb0b5-8b89-459a-ade4-fec12fb92c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-4ad40041-f436-4523-b136-c9c868b3e390 {
  padding-bottom: 5px;
}

#s-8d6090da-bbdb-4a9d-ae33-6716e392952c {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-8d6090da-bbdb-4a9d-ae33-6716e392952c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8d6090da-bbdb-4a9d-ae33-6716e392952c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9dfbfb3a-3b89-4756-8448-8dc483c3125c {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-85a3e39f-7755-4258-913b-61283ccf8f6d {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-39e64431-4036-4df2-940e-b00e1d8f1d3e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-a3f5614e-84e3-4f34-af14-9713dd998b24 {
  margin-left: 1em;
margin-right: 1em;
}

#s-7c403f9a-d605-4092-b744-ceae86bf3018 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-7c403f9a-d605-4092-b744-ceae86bf3018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c403f9a-d605-4092-b744-ceae86bf3018.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-51ba33ff-e662-4c3d-a36e-4fe7c3016bb5 {
  margin-left: 1em;
margin-right: 1em;
}

#s-0a6be4db-4e62-48b2-9766-f28a5d91d715 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-0a6be4db-4e62-48b2-9766-f28a5d91d715 img.shogun-image {
    

    
    
    
  }


#s-0a6be4db-4e62-48b2-9766-f28a5d91d715 .shogun-image-content {
  
    align-items: center;
  
}

#s-be4894b1-d276-4912-96bd-3594b6972c16 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-be4894b1-d276-4912-96bd-3594b6972c16 img.shogun-image {
    

    
    
    
  }


#s-be4894b1-d276-4912-96bd-3594b6972c16 .shogun-image-content {
  
    align-items: center;
  
}

#s-5a5dc3fa-8776-4424-beaf-262f8c96cf80 {
  padding-top: 1em;
text-align: center;
}







  #s-5a5dc3fa-8776-4424-beaf-262f8c96cf80 img.shogun-image {
    

    
    
    
  }


#s-5a5dc3fa-8776-4424-beaf-262f8c96cf80 .shogun-image-content {
  
    align-items: center;
  
}

#s-22f6e167-cfe9-47cd-ac46-64710384552c {
  padding-bottom: 5px;
}

#s-0120cdfc-6410-4efd-9222-1a2944338371 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-0120cdfc-6410-4efd-9222-1a2944338371 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0120cdfc-6410-4efd-9222-1a2944338371.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d4e130c-ab87-4393-88b0-1b654906b88b {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-7a402ba2-2330-480e-8ec8-0a55bf297c70 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-92a7fef1-48c8-4cbc-af2b-49eb397e9d1c {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-81302d44-8dcd-419d-876a-4e1fa12daa16 {
  margin-left: 1em;
margin-right: 1em;
}

#s-c386ac35-2866-4dff-8a29-de1977329643 {
  margin-left: 1em;
margin-right: 1em;
}
@media (min-width: 1200px){#s-c386ac35-2866-4dff-8a29-de1977329643 {
  display: none;
}
#s-c386ac35-2866-4dff-8a29-de1977329643, #wrap-s-c386ac35-2866-4dff-8a29-de1977329643 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c386ac35-2866-4dff-8a29-de1977329643 {
  display: none;
}
#s-c386ac35-2866-4dff-8a29-de1977329643, #wrap-s-c386ac35-2866-4dff-8a29-de1977329643 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c386ac35-2866-4dff-8a29-de1977329643 {
  display: none;
}
#s-c386ac35-2866-4dff-8a29-de1977329643, #wrap-s-c386ac35-2866-4dff-8a29-de1977329643 { display:none !important; }}@media (max-width: 767px){#s-c386ac35-2866-4dff-8a29-de1977329643 {
  
}
}
@media (min-width: 0px) {
[id="s-c386ac35-2866-4dff-8a29-de1977329643"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-c386ac35-2866-4dff-8a29-de1977329643"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 992px) {
[id="s-c386ac35-2866-4dff-8a29-de1977329643"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 11.25px);
}

}

@media (min-width: 1200px) {
[id="s-c386ac35-2866-4dff-8a29-de1977329643"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 11.25px);
}

}

#s-2de234d6-e6f3-40bd-8c52-e7685c054239 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-2de234d6-e6f3-40bd-8c52-e7685c054239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2de234d6-e6f3-40bd-8c52-e7685c054239.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ae14a451-d8d0-4da9-b207-258b9a3e3d5f {
  margin-left: 1em;
margin-right: 1em;
}

#s-6138f46b-017c-4594-8ded-b33a22e0402e {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-6138f46b-017c-4594-8ded-b33a22e0402e img.shogun-image {
    

    
    
    
  }


#s-6138f46b-017c-4594-8ded-b33a22e0402e .shogun-image-content {
  
    align-items: center;
  
}

#s-3886c789-d7a5-4c62-8dbe-70c48e3a1447 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-3886c789-d7a5-4c62-8dbe-70c48e3a1447 img.shogun-image {
    

    
    
    
  }


#s-3886c789-d7a5-4c62-8dbe-70c48e3a1447 .shogun-image-content {
  
    align-items: center;
  
}

#s-620c2aef-64cc-45b6-87a7-73ecb9c9c8e3 {
  padding-top: 1em;
text-align: center;
}







  #s-620c2aef-64cc-45b6-87a7-73ecb9c9c8e3 img.shogun-image {
    

    
    
    
  }


#s-620c2aef-64cc-45b6-87a7-73ecb9c9c8e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-67c93c9e-5a95-4e3e-9e21-1b11f0320199 {
  padding-bottom: 5px;
}

#s-9fc3819a-f1cd-40ea-bc31-b2fa8bebbcdd {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-9fc3819a-f1cd-40ea-bc31-b2fa8bebbcdd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fc3819a-f1cd-40ea-bc31-b2fa8bebbcdd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b4dbbccb-6af7-4780-841f-c5304f39f966 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-a691af45-784f-4ace-9ea3-e695bb956dde {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-017b11a8-8f6d-4989-8129-402da418f52c {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-20100c01-6c7a-49ad-a331-82f86d7a5428 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-5339960a-ea0f-42af-91f7-4a93bbf27c88 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-e7d1525f-9aeb-4293-9e32-0babb9fc6f3e {
  margin-left: 1em;
margin-right: 1em;
}

#s-1e8bf91e-4900-4094-a049-d0bbda9316ba {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-1e8bf91e-4900-4094-a049-d0bbda9316ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e8bf91e-4900-4094-a049-d0bbda9316ba.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-61628539-2956-4aca-9623-ff1091e4b312 {
  margin-left: 1em;
margin-right: 1em;
}

#s-4405d964-020f-475c-a9cd-4fa45ec012a8 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-4405d964-020f-475c-a9cd-4fa45ec012a8 img.shogun-image {
    

    
    
    
  }


#s-4405d964-020f-475c-a9cd-4fa45ec012a8 .shogun-image-content {
  
    align-items: center;
  
}

#s-483868be-31cc-459c-83c5-3e3dbf93c4c3 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-483868be-31cc-459c-83c5-3e3dbf93c4c3 img.shogun-image {
    

    
    
    
  }


#s-483868be-31cc-459c-83c5-3e3dbf93c4c3 .shogun-image-content {
  
    align-items: center;
  
}

#s-f0a84273-25f0-427f-ba71-a933d2cfb2de {
  padding-top: 1em;
text-align: center;
}







  #s-f0a84273-25f0-427f-ba71-a933d2cfb2de img.shogun-image {
    

    
    
    
  }


#s-f0a84273-25f0-427f-ba71-a933d2cfb2de .shogun-image-content {
  
    align-items: center;
  
}

#s-07a36b34-3d58-449e-99ca-bef041e7c3d9 {
  padding-bottom: 5px;
}

#s-53780d35-8f14-4c27-ba74-1636de2dadfe {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-53780d35-8f14-4c27-ba74-1636de2dadfe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53780d35-8f14-4c27-ba74-1636de2dadfe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-3e55beb4-65ae-4270-aa7b-4e7f11266e3e {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-bd8ad477-ddb2-4b0e-98c1-ae04896b2322 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-74014c45-befb-41e8-b09f-f3a2109cd6e4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-a125f41a-518e-4dd2-b1c6-3250cedd8f76 {
  margin-left: 1em;
margin-right: 1em;
}

#s-88290668-c929-48fb-b5e3-e1e32a0ebf37 {
  border-style: solid;
margin-top: 1em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-88290668-c929-48fb-b5e3-e1e32a0ebf37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88290668-c929-48fb-b5e3-e1e32a0ebf37.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9d50567e-a1c9-4321-807a-c6dc86e7f0cf {
  margin-left: 1em;
margin-right: 1em;
}

#s-0da712f3-3cfd-44fd-b3d8-b15ab2b70346 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-0da712f3-3cfd-44fd-b3d8-b15ab2b70346 img.shogun-image {
    

    
    
    
  }


#s-0da712f3-3cfd-44fd-b3d8-b15ab2b70346 .shogun-image-content {
  
    align-items: center;
  
}

#s-d1b15c1e-039c-4973-86e8-06582efacb02 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-d1b15c1e-039c-4973-86e8-06582efacb02 img.shogun-image {
    

    
    
    
  }


#s-d1b15c1e-039c-4973-86e8-06582efacb02 .shogun-image-content {
  
    align-items: center;
  
}

#s-e3d91522-1a27-4045-bfe2-adb3d8899bf2 {
  padding-top: 1em;
text-align: center;
}







  #s-e3d91522-1a27-4045-bfe2-adb3d8899bf2 img.shogun-image {
    

    
    
    
  }


#s-e3d91522-1a27-4045-bfe2-adb3d8899bf2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7af0d70-bfbb-4cf6-afc5-9380e9207c12 {
  padding-bottom: 5px;
}

#s-e79f1ad0-5118-468b-9a71-7ba675d2dead {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-e79f1ad0-5118-468b-9a71-7ba675d2dead > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79f1ad0-5118-468b-9a71-7ba675d2dead.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9dedde59-5bbd-466d-809c-202cdd7c7627 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-2091e7c4-c0c0-4317-bb1a-38e57621fbab {
  margin-left: 1em;
margin-right: 1em;
}

#s-3512ff7b-ca5b-4609-ad79-30194c3d2b7a {
  border-style: solid;
margin-top: 1em;
margin-bottom: em;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(141, 154, 127, 1);
border-radius: 17px;
min-height: 50px;
}








#s-3512ff7b-ca5b-4609-ad79-30194c3d2b7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3512ff7b-ca5b-4609-ad79-30194c3d2b7a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-91cd7a7a-d2d4-4646-8278-ec2d5934a8c4 {
  margin-left: 1em;
margin-right: 1em;
}

#s-779aa3e7-9529-4a63-8d72-ddd9c853d97e {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
padding-top: 1em;
padding-bottom: 1em;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-779aa3e7-9529-4a63-8d72-ddd9c853d97e img.shogun-image {
    

    
    
    
  }


#s-779aa3e7-9529-4a63-8d72-ddd9c853d97e .shogun-image-content {
  
    align-items: center;
  
}

#s-620ee5a9-3cf0-497b-a1ea-27427c5df366 {
  border-style: solid;
margin-top: 1em;
margin-left: 1em;
margin-bottom: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
text-align: center;
}







  #s-620ee5a9-3cf0-497b-a1ea-27427c5df366 img.shogun-image {
    

    
    
    
  }


#s-620ee5a9-3cf0-497b-a1ea-27427c5df366 .shogun-image-content {
  
    align-items: center;
  
}

#s-775717ac-d28f-46f7-bf5a-add4cd20d60a {
  padding-top: 1em;
text-align: center;
}







  #s-775717ac-d28f-46f7-bf5a-add4cd20d60a img.shogun-image {
    

    
    
    
  }


#s-775717ac-d28f-46f7-bf5a-add4cd20d60a .shogun-image-content {
  
    align-items: center;
  
}

#s-6bf5e103-e127-46d5-9445-8d6cd453f74e {
  padding-bottom: 5px;
}

#s-8c931d87-7334-4799-99a8-c3aee23d6dc8 {
  border-radius: 17px;
min-height: 50px;
background-color: rgba(227, 228, 226, 1);
}








#s-8c931d87-7334-4799-99a8-c3aee23d6dc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c931d87-7334-4799-99a8-c3aee23d6dc8.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e55bde3e-42d6-4bf6-aa2d-9930548ba8f4 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-f0a5ed68-4304-4371-b397-4418c6df3448 {
  border-style: solid;
margin-left: 1em;
margin-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(141, 154, 127, 1);
}

#s-1c034322-2f5d-43fb-a4f8-97f42c321e77 {
  margin-top: 1em;
margin-left: 1em;
margin-bottom: 0em;
margin-right: 1em;
}

#s-7f79ab65-9f42-40c0-9791-1f33338f37a5 {
  margin-left: 1em;
margin-right: 1em;
}

#s-09da7c6f-197d-4c55-8af4-20fa2e261f35 {
  margin-left: 2em;
margin-right: 2em;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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