.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-3a5cfa00-3524-4fa1-a948-8af5be3ed760 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-3a5cfa00-3524-4fa1-a948-8af5be3ed760 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-3a5cfa00-3524-4fa1-a948-8af5be3ed760 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-3a5cfa00-3524-4fa1-a948-8af5be3ed760 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-3a5cfa00-3524-4fa1-a948-8af5be3ed760 > .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-3a5cfa00-3524-4fa1-a948-8af5be3ed760 > .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-e76f78cc-18ba-400a-aa08-c9352c35b571 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e76f78cc-18ba-400a-aa08-c9352c35b571 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e76f78cc-18ba-400a-aa08-c9352c35b571.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f2955d3-e1dc-4016-8d1d-78aa8a888abe {
  min-height: 50px;
}








#s-0f2955d3-e1dc-4016-8d1d-78aa8a888abe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f2955d3-e1dc-4016-8d1d-78aa8a888abe.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-1b7c9dfe-620d-4120-8ba2-ca6e4be68fef {
  text-align: center;
}








#s-1b7c9dfe-620d-4120-8ba2-ca6e4be68fef .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-1266f913-d61e-4d48-a575-dd85c927240e {
  margin-top: -3em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-1266f913-d61e-4d48-a575-dd85c927240e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1266f913-d61e-4d48-a575-dd85c927240e.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-5a48c367-48a8-4533-bc61-b3b5ae653777 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-ad4d50bd-d833-42b7-bcb0-5e6e0e713e85 {
  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-ad4d50bd-d833-42b7-bcb0-5e6e0e713e85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad4d50bd-d833-42b7-bcb0-5e6e0e713e85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3a8c0d5b-f4aa-4f3f-b12b-d43bcb7eefd5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-919819a8-da06-49fb-bebf-8aae8265e7d6 {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}








#s-919819a8-da06-49fb-bebf-8aae8265e7d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-919819a8-da06-49fb-bebf-8aae8265e7d6.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-90b3b433-0187-4796-a2f3-d620e54f639f {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-90b3b433-0187-4796-a2f3-d620e54f639f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-90b3b433-0187-4796-a2f3-d620e54f639f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-90b3b433-0187-4796-a2f3-d620e54f639f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-90b3b433-0187-4796-a2f3-d620e54f639f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ea26b1bd-8227-4c58-8d5c-9185d12951d2 {
  text-align: center;
}








#s-ea26b1bd-8227-4c58-8d5c-9185d12951d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-468005e9-581e-4f12-b607-1abdf7c2779d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-6b8d0eb7-4208-4285-a98b-554a608721b9 {
  text-align: center;
}







  #s-6b8d0eb7-4208-4285-a98b-554a608721b9 img.shogun-image {
    

    
    
    
  }


#s-6b8d0eb7-4208-4285-a98b-554a608721b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e44b62d-e4c3-4adf-bc2e-f3fdb1ecd5f2 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-c349706b-1b7d-4878-8db8-484003d9412b {
  text-align: center;
}








#s-c349706b-1b7d-4878-8db8-484003d9412b .shogun-image-content {
  
    align-items: center;
  
}

#s-de7e6a42-7d42-40d5-83dc-d4e75d3d0d74 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-9836ac6c-c856-4ba5-ba4e-ed9d8a181d88 {
  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-9836ac6c-c856-4ba5-ba4e-ed9d8a181d88 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9836ac6c-c856-4ba5-ba4e-ed9d8a181d88 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9836ac6c-c856-4ba5-ba4e-ed9d8a181d88 {
  
}
}







#s-9836ac6c-c856-4ba5-ba4e-ed9d8a181d88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9836ac6c-c856-4ba5-ba4e-ed9d8a181d88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-512a2171-9fa5-4a79-8685-8ca01f2e21f5 {
  min-height: 50px;
}








#s-512a2171-9fa5-4a79-8685-8ca01f2e21f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-512a2171-9fa5-4a79-8685-8ca01f2e21f5.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-2093e250-0038-438b-9d20-b5dee1330c29 {
  display: none;
}
#s-2093e250-0038-438b-9d20-b5dee1330c29, #wrap-s-2093e250-0038-438b-9d20-b5dee1330c29 { display:none !important; }}

  #s-2093e250-0038-438b-9d20-b5dee1330c29 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #DDDDDD;
  }
  #s-2093e250-0038-438b-9d20-b5dee1330c29 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #ddd;
  }
#s-2093e250-0038-438b-9d20-b5dee1330c29 .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-2093e250-0038-438b-9d20-b5dee1330c29 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-2093e250-0038-438b-9d20-b5dee1330c29 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 0, 0, 1);
}

#s-2093e250-0038-438b-9d20-b5dee1330c29 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-d71a9f58-e53e-413d-8b16-ec9c1844bb43 {
  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-d71a9f58-e53e-413d-8b16-ec9c1844bb43 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d71a9f58-e53e-413d-8b16-ec9c1844bb43.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e32a32c3-ea9c-4b0a-b950-c34479f3a346 {
  margin-top: 2em;
margin-bottom: 2em;
}
@media (min-width: 768px) and (max-width: 991px){#s-e32a32c3-ea9c-4b0a-b950-c34479f3a346 {
  display: none;
}
#s-e32a32c3-ea9c-4b0a-b950-c34479f3a346, #wrap-s-e32a32c3-ea9c-4b0a-b950-c34479f3a346 { display:none !important; }}@media (max-width: 767px){#s-e32a32c3-ea9c-4b0a-b950-c34479f3a346 {
  display: none;
}
#s-e32a32c3-ea9c-4b0a-b950-c34479f3a346, #wrap-s-e32a32c3-ea9c-4b0a-b950-c34479f3a346 { display:none !important; }}
@media (min-width: 0px) {
[id="s-e32a32c3-ea9c-4b0a-b950-c34479f3a346"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e32a32c3-ea9c-4b0a-b950-c34479f3a346"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-e32a32c3-ea9c-4b0a-b950-c34479f3a346"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-e32a32c3-ea9c-4b0a-b950-c34479f3a346"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (max-width: 767px) {
  [id="s-e32a32c3-ea9c-4b0a-b950-c34479f3a346"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-47168f31-fe2d-46b8-b210-113dc78efb91 {
  min-height: 50px;
}








#s-47168f31-fe2d-46b8-b210-113dc78efb91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47168f31-fe2d-46b8-b210-113dc78efb91.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-980a8f2c-137e-45a4-b4cd-e1c27e2300c7 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-980a8f2c-137e-45a4-b4cd-e1c27e2300c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-980a8f2c-137e-45a4-b4cd-e1c27e2300c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-980a8f2c-137e-45a4-b4cd-e1c27e2300c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-980a8f2c-137e-45a4-b4cd-e1c27e2300c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-980a8f2c-137e-45a4-b4cd-e1c27e2300c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-980a8f2c-137e-45a4-b4cd-e1c27e2300c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-980a8f2c-137e-45a4-b4cd-e1c27e2300c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-66dc8d80-c6f3-489a-bda7-7e00371f30fe {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-66dc8d80-c6f3-489a-bda7-7e00371f30fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66dc8d80-c6f3-489a-bda7-7e00371f30fe.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dd1d0aaa-0f65-48f9-b8be-e95b0c6fb472 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-dd1d0aaa-0f65-48f9-b8be-e95b0c6fb472 img.shogun-image {
    

    
    
    
  }


#s-dd1d0aaa-0f65-48f9-b8be-e95b0c6fb472 .shogun-image-content {
  
    align-items: center;
  
}

#s-82af6ae4-ae7f-4dad-b792-d4e593124a44 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-186b189d-adde-4c0c-aac4-84afd602b2a1 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-186b189d-adde-4c0c-aac4-84afd602b2a1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-186b189d-adde-4c0c-aac4-84afd602b2a1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-186b189d-adde-4c0c-aac4-84afd602b2a1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-186b189d-adde-4c0c-aac4-84afd602b2a1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-186b189d-adde-4c0c-aac4-84afd602b2a1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-186b189d-adde-4c0c-aac4-84afd602b2a1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-186b189d-adde-4c0c-aac4-84afd602b2a1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-622c36c1-e3d8-4ad3-8507-33a2bc2c47de {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-622c36c1-e3d8-4ad3-8507-33a2bc2c47de img.shogun-image {
    

    
    
    
  }


#s-622c36c1-e3d8-4ad3-8507-33a2bc2c47de .shogun-image-content {
  
    align-items: center;
  
}

#s-04a21c54-d56c-4274-b1a8-91614637ea9d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-4b9194b1-6ddd-4df2-b2d2-0b352c079121 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4b9194b1-6ddd-4df2-b2d2-0b352c079121"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4b9194b1-6ddd-4df2-b2d2-0b352c079121"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4b9194b1-6ddd-4df2-b2d2-0b352c079121"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4b9194b1-6ddd-4df2-b2d2-0b352c079121"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4b9194b1-6ddd-4df2-b2d2-0b352c079121"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4b9194b1-6ddd-4df2-b2d2-0b352c079121"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4b9194b1-6ddd-4df2-b2d2-0b352c079121"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-b9752a41-8698-44b6-a58a-63191f36615f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-b9752a41-8698-44b6-a58a-63191f36615f img.shogun-image {
    

    
    
    
  }


#s-b9752a41-8698-44b6-a58a-63191f36615f .shogun-image-content {
  
    align-items: center;
  
}

#s-a1378643-b825-446d-9931-40d26050d498 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-b069ce1c-bb7b-49a1-bcaf-adf4be7a6d50 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b069ce1c-bb7b-49a1-bcaf-adf4be7a6d50"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b069ce1c-bb7b-49a1-bcaf-adf4be7a6d50"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b069ce1c-bb7b-49a1-bcaf-adf4be7a6d50"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b069ce1c-bb7b-49a1-bcaf-adf4be7a6d50"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b069ce1c-bb7b-49a1-bcaf-adf4be7a6d50"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b069ce1c-bb7b-49a1-bcaf-adf4be7a6d50"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b069ce1c-bb7b-49a1-bcaf-adf4be7a6d50"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-fd1c2828-c73b-4e4b-8aa9-3ff19d9d3e3f {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-fd1c2828-c73b-4e4b-8aa9-3ff19d9d3e3f img.shogun-image {
    

    
    
    
  }


#s-fd1c2828-c73b-4e4b-8aa9-3ff19d9d3e3f .shogun-image-content {
  
    align-items: center;
  
}

#s-e9fdf9a9-8bad-43cc-a882-9667010413bb {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-11b8f30b-a476-490f-8376-a9ec52946a60 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-11b8f30b-a476-490f-8376-a9ec52946a60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-11b8f30b-a476-490f-8376-a9ec52946a60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-11b8f30b-a476-490f-8376-a9ec52946a60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-11b8f30b-a476-490f-8376-a9ec52946a60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-11b8f30b-a476-490f-8376-a9ec52946a60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-11b8f30b-a476-490f-8376-a9ec52946a60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-11b8f30b-a476-490f-8376-a9ec52946a60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-330ab305-c1b4-486c-9773-b57373ec4171 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-330ab305-c1b4-486c-9773-b57373ec4171 .shogun-image-content {
  
    align-items: center;
  
}

#s-b423b614-d485-4f3a-a45a-39c19ee030bf {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-08ec3604-bf41-4ca7-8d43-222c48ff4d24 {
  min-height: 50px;
}








#s-08ec3604-bf41-4ca7-8d43-222c48ff4d24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-08ec3604-bf41-4ca7-8d43-222c48ff4d24.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e93165af-d6b3-46cc-9235-35103ba863db {
  text-align: center;
}








#s-e93165af-d6b3-46cc-9235-35103ba863db .shogun-image-content {
  
    align-items: center;
  
}

#s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b {
  display: none;
}
#s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b, #wrap-s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b {
  display: none;
}
#s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b, #wrap-s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b { display:none !important; }}







#s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3e17da0-3c7d-4bab-a952-3bf7b5d3231b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6abc2657-b239-4371-b212-fe4fd0a4759d {
  margin-top: 1em;
text-align: center;
}







  #s-6abc2657-b239-4371-b212-fe4fd0a4759d img.shogun-image {
    

    
    
    
  }


#s-6abc2657-b239-4371-b212-fe4fd0a4759d .shogun-image-content {
  
    align-items: center;
  
}

#s-9384628d-6fa8-44f2-8326-f085a256b14b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-9384628d-6fa8-44f2-8326-f085a256b14b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9384628d-6fa8-44f2-8326-f085a256b14b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9384628d-6fa8-44f2-8326-f085a256b14b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-9384628d-6fa8-44f2-8326-f085a256b14b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9384628d-6fa8-44f2-8326-f085a256b14b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-9384628d-6fa8-44f2-8326-f085a256b14b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-9384628d-6fa8-44f2-8326-f085a256b14b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-b74c1324-5ec2-4731-9c68-d9d7ce898997 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b74c1324-5ec2-4731-9c68-d9d7ce898997 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b74c1324-5ec2-4731-9c68-d9d7ce898997.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-396e3a02-d7d1-4f87-9f57-d8c094c8f02c {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-396e3a02-d7d1-4f87-9f57-d8c094c8f02c img.shogun-image {
    

    
    
    
  }


#s-396e3a02-d7d1-4f87-9f57-d8c094c8f02c .shogun-image-content {
  
    align-items: center;
  
}

#s-0d2ef8e0-72cc-43b5-859c-26b07d9b5777 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-f40bfe4a-bd17-4f92-a690-da5c9289d95c {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-f40bfe4a-bd17-4f92-a690-da5c9289d95c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f40bfe4a-bd17-4f92-a690-da5c9289d95c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-f40bfe4a-bd17-4f92-a690-da5c9289d95c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-f40bfe4a-bd17-4f92-a690-da5c9289d95c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-f40bfe4a-bd17-4f92-a690-da5c9289d95c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-f40bfe4a-bd17-4f92-a690-da5c9289d95c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-f40bfe4a-bd17-4f92-a690-da5c9289d95c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-1bb0185b-1e78-449b-8fac-0c70b90e5479 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-1bb0185b-1e78-449b-8fac-0c70b90e5479 img.shogun-image {
    

    
    
    
  }


#s-1bb0185b-1e78-449b-8fac-0c70b90e5479 .shogun-image-content {
  
    align-items: center;
  
}

#s-f2f64a93-5dc1-41e3-bd2e-80311fba386e {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-ce9aa3c0-bf27-440f-9e61-066bbf60005a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ce9aa3c0-bf27-440f-9e61-066bbf60005a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce9aa3c0-bf27-440f-9e61-066bbf60005a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ce9aa3c0-bf27-440f-9e61-066bbf60005a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-ce9aa3c0-bf27-440f-9e61-066bbf60005a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ce9aa3c0-bf27-440f-9e61-066bbf60005a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-ce9aa3c0-bf27-440f-9e61-066bbf60005a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ce9aa3c0-bf27-440f-9e61-066bbf60005a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-9693059d-cdff-4163-89c6-4a7fc46974fc {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-9693059d-cdff-4163-89c6-4a7fc46974fc img.shogun-image {
    

    
    
    
  }


#s-9693059d-cdff-4163-89c6-4a7fc46974fc .shogun-image-content {
  
    align-items: center;
  
}

#s-95ab4efa-9254-4d91-a3f4-c6d6131ae6ed {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-8e84ac01-c52a-4e12-98f8-65dd9a22fd0d {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-8e84ac01-c52a-4e12-98f8-65dd9a22fd0d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e84ac01-c52a-4e12-98f8-65dd9a22fd0d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8e84ac01-c52a-4e12-98f8-65dd9a22fd0d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-8e84ac01-c52a-4e12-98f8-65dd9a22fd0d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8e84ac01-c52a-4e12-98f8-65dd9a22fd0d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-8e84ac01-c52a-4e12-98f8-65dd9a22fd0d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-8e84ac01-c52a-4e12-98f8-65dd9a22fd0d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-6c19c47d-7232-44a8-a4a2-38f48b825732 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-6c19c47d-7232-44a8-a4a2-38f48b825732 img.shogun-image {
    

    
    
    
  }


#s-6c19c47d-7232-44a8-a4a2-38f48b825732 .shogun-image-content {
  
    align-items: center;
  
}

#s-2ed96ae9-0e46-45b2-a129-e71b3cfb7d3e {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-4bbdcab0-76b6-49e0-9273-9b8414a8cda1 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4bbdcab0-76b6-49e0-9273-9b8414a8cda1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4bbdcab0-76b6-49e0-9273-9b8414a8cda1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4bbdcab0-76b6-49e0-9273-9b8414a8cda1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4bbdcab0-76b6-49e0-9273-9b8414a8cda1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4bbdcab0-76b6-49e0-9273-9b8414a8cda1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4bbdcab0-76b6-49e0-9273-9b8414a8cda1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4bbdcab0-76b6-49e0-9273-9b8414a8cda1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-8687ef56-d354-4b20-9d4c-68864fbfad4a {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-8687ef56-d354-4b20-9d4c-68864fbfad4a .shogun-image-content {
  
    align-items: center;
  
}

#s-2a5b8c05-db94-40a5-9740-b43e711d9dea {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-5d1ce5f6-6a7f-46cd-b35f-84c3a019240b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d1ce5f6-6a7f-46cd-b35f-84c3a019240b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d1ce5f6-6a7f-46cd-b35f-84c3a019240b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5d1ce5f6-6a7f-46cd-b35f-84c3a019240b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d1ce5f6-6a7f-46cd-b35f-84c3a019240b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d1ce5f6-6a7f-46cd-b35f-84c3a019240b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-5d1ce5f6-6a7f-46cd-b35f-84c3a019240b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-42f7689d-7951-49d9-9e74-50d274d120e3 {
  min-height: 50px;
}








#s-42f7689d-7951-49d9-9e74-50d274d120e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42f7689d-7951-49d9-9e74-50d274d120e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-651f7ded-9309-423c-8d20-ce57ba2de7c0 {
  text-align: center;
}







  #s-651f7ded-9309-423c-8d20-ce57ba2de7c0 img.shogun-image {
    

    
    
    
  }


#s-651f7ded-9309-423c-8d20-ce57ba2de7c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 {
  margin-bottom: 2em;
}
@media (min-width: 1200px){#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 {
  display: none;
}
#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9, #wrap-s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 {
  display: none;
}
#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9, #wrap-s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 {
  display: none;
}
#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9, #wrap-s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 { display:none !important; }}
#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(0, 0, 0, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-545544c4-78c5-4c5b-94eb-b1b8ada548f9 > .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-545544c4-78c5-4c5b-94eb-b1b8ada548f9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-f012e3ab-65b3-4bef-b90b-9d89eed071e8 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-f012e3ab-65b3-4bef-b90b-9d89eed071e8 img.shogun-image {
    

    
    
    
  }


#s-f012e3ab-65b3-4bef-b90b-9d89eed071e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d275bf2-8a0c-433e-9778-5e897531ad6f {
  margin-top: 1em;
text-align: center;
}







  #s-2d275bf2-8a0c-433e-9778-5e897531ad6f img.shogun-image {
    

    
    
    
  }


#s-2d275bf2-8a0c-433e-9778-5e897531ad6f .shogun-image-content {
  
    align-items: center;
  
}

#s-c425bd92-ebd2-4fcb-9c30-c4cd3814e901 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c425bd92-ebd2-4fcb-9c30-c4cd3814e901"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c425bd92-ebd2-4fcb-9c30-c4cd3814e901"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c425bd92-ebd2-4fcb-9c30-c4cd3814e901"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-c425bd92-ebd2-4fcb-9c30-c4cd3814e901"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c425bd92-ebd2-4fcb-9c30-c4cd3814e901"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-c425bd92-ebd2-4fcb-9c30-c4cd3814e901"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-c425bd92-ebd2-4fcb-9c30-c4cd3814e901"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-6853112a-3cac-42da-973a-c1e08d9a9466 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-6853112a-3cac-42da-973a-c1e08d9a9466 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6853112a-3cac-42da-973a-c1e08d9a9466.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7216ec57-111b-4706-92d4-158591afd2e5 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-7216ec57-111b-4706-92d4-158591afd2e5 img.shogun-image {
    

    
    
    
  }


#s-7216ec57-111b-4706-92d4-158591afd2e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-75670403-29b3-4985-9fc6-63ef9144905d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-7ca5e84b-8056-441d-ab9e-ec558a2c9f78 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-7ca5e84b-8056-441d-ab9e-ec558a2c9f78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7ca5e84b-8056-441d-ab9e-ec558a2c9f78"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7ca5e84b-8056-441d-ab9e-ec558a2c9f78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-7ca5e84b-8056-441d-ab9e-ec558a2c9f78"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7ca5e84b-8056-441d-ab9e-ec558a2c9f78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-7ca5e84b-8056-441d-ab9e-ec558a2c9f78"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-7ca5e84b-8056-441d-ab9e-ec558a2c9f78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-ebdde69c-54cd-4e18-bc8e-d0464153c213 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-ebdde69c-54cd-4e18-bc8e-d0464153c213 img.shogun-image {
    

    
    
    
  }


#s-ebdde69c-54cd-4e18-bc8e-d0464153c213 .shogun-image-content {
  
    align-items: center;
  
}

#s-814f8c91-9bd4-47c2-b5f2-7231cd4838e3 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-fadc199b-30c6-4d8f-aa45-afef2f1fb1a3 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-fadc199b-30c6-4d8f-aa45-afef2f1fb1a3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fadc199b-30c6-4d8f-aa45-afef2f1fb1a3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fadc199b-30c6-4d8f-aa45-afef2f1fb1a3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-fadc199b-30c6-4d8f-aa45-afef2f1fb1a3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fadc199b-30c6-4d8f-aa45-afef2f1fb1a3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-fadc199b-30c6-4d8f-aa45-afef2f1fb1a3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-fadc199b-30c6-4d8f-aa45-afef2f1fb1a3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-d08b54a4-0394-44c0-85fb-8c0155b8181a {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-d08b54a4-0394-44c0-85fb-8c0155b8181a img.shogun-image {
    

    
    
    
  }


#s-d08b54a4-0394-44c0-85fb-8c0155b8181a .shogun-image-content {
  
    align-items: center;
  
}

#s-1359b984-7ba1-40e9-b789-e2a2be8307fd {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-720591c8-1f8f-430f-8a69-5549986f338b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-720591c8-1f8f-430f-8a69-5549986f338b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-720591c8-1f8f-430f-8a69-5549986f338b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-720591c8-1f8f-430f-8a69-5549986f338b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-720591c8-1f8f-430f-8a69-5549986f338b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-720591c8-1f8f-430f-8a69-5549986f338b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-720591c8-1f8f-430f-8a69-5549986f338b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-720591c8-1f8f-430f-8a69-5549986f338b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-63e49dc2-6def-44b4-9bb4-00130dd18b60 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-63e49dc2-6def-44b4-9bb4-00130dd18b60 img.shogun-image {
    

    
    
    
  }


#s-63e49dc2-6def-44b4-9bb4-00130dd18b60 .shogun-image-content {
  
    align-items: center;
  
}

#s-74ea5cfa-9ab9-473f-a032-91d0c5fe0374 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-affa0d23-21e3-4306-9e24-c528bc107774 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-affa0d23-21e3-4306-9e24-c528bc107774"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-affa0d23-21e3-4306-9e24-c528bc107774"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-affa0d23-21e3-4306-9e24-c528bc107774"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-affa0d23-21e3-4306-9e24-c528bc107774"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-affa0d23-21e3-4306-9e24-c528bc107774"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-affa0d23-21e3-4306-9e24-c528bc107774"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-affa0d23-21e3-4306-9e24-c528bc107774"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-58d0b1be-eb22-4a6a-9152-57ba5d574e56 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-58d0b1be-eb22-4a6a-9152-57ba5d574e56 .shogun-image-content {
  
    align-items: center;
  
}

#s-83766b94-59ff-4fd7-9b37-0d9937aedf14 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-72b6187d-82ff-4312-b3f1-1892efc3ef09 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}








#s-72b6187d-82ff-4312-b3f1-1892efc3ef09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-72b6187d-82ff-4312-b3f1-1892efc3ef09.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6d9afe71-fa8e-4c7f-bdbf-4bb2f0b34681 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-6d9afe71-fa8e-4c7f-bdbf-4bb2f0b34681 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d9afe71-fa8e-4c7f-bdbf-4bb2f0b34681.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b74b6892-6e40-4519-aced-b414e2ee1ea9 {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1000px;
}

#s-43b02d15-fa62-435e-b40b-c56d389850c4 {
  min-height: 50px;
}








#s-43b02d15-fa62-435e-b40b-c56d389850c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43b02d15-fa62-435e-b40b-c56d389850c4.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-c019ec63-f3ea-49b7-b1ec-f13329a6d453"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c019ec63-f3ea-49b7-b1ec-f13329a6d453"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-c019ec63-f3ea-49b7-b1ec-f13329a6d453"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-c019ec63-f3ea-49b7-b1ec-f13329a6d453"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (max-width: 767px) {
  [id="s-c019ec63-f3ea-49b7-b1ec-f13329a6d453"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-c0580101-f007-44b9-ac8d-570743d84a3e {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-c0580101-f007-44b9-ac8d-570743d84a3e {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0580101-f007-44b9-ac8d-570743d84a3e {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-c0580101-f007-44b9-ac8d-570743d84a3e {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-c0580101-f007-44b9-ac8d-570743d84a3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0580101-f007-44b9-ac8d-570743d84a3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-d3d73ae0-ae54-4439-bcb0-8c788cb24e59 {
  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-d3d73ae0-ae54-4439-bcb0-8c788cb24e59: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-d3d73ae0-ae54-4439-bcb0-8c788cb24e59: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-d3d73ae0-ae54-4439-bcb0-8c788cb24e59-root {
    text-align: center;
  }


#s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59-root {
    text-align: center;
  }


#s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59-root {
    text-align: center;
  }


#s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59-root {
    text-align: center;
  }


#s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59-root {
    text-align: center;
  }


#s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59-root {
    text-align: center;
  }


#s-d3d73ae0-ae54-4439-bcb0-8c788cb24e59.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-8e806666-f68e-43e3-b29c-b53c3b83ccf0 {
  min-height: 50px;
}








#s-8e806666-f68e-43e3-b29c-b53c3b83ccf0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e806666-f68e-43e3-b29c-b53c3b83ccf0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6c8b7cbc-750e-4d4f-b9db-2b8642c897ea {
  max-width: 700px;
text-align: center;
}







  #s-6c8b7cbc-750e-4d4f-b9db-2b8642c897ea img.shogun-image {
    

    
    
    
  }


#s-6c8b7cbc-750e-4d4f-b9db-2b8642c897ea .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0a615070-6ae5-4728-92c3-d169ebeac377"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0a615070-6ae5-4728-92c3-d169ebeac377"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-0a615070-6ae5-4728-92c3-d169ebeac377"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-0a615070-6ae5-4728-92c3-d169ebeac377"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-ce24d704-a09b-414e-8d3c-a59fd630e3cd {
  min-height: 50px;
}








#s-ce24d704-a09b-414e-8d3c-a59fd630e3cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce24d704-a09b-414e-8d3c-a59fd630e3cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-980b71f2-573f-4a8f-8ef2-e2d7fc429418 {
  max-width: 700px;
text-align: center;
}







  #s-980b71f2-573f-4a8f-8ef2-e2d7fc429418 img.shogun-image {
    

    
    
    
  }


#s-980b71f2-573f-4a8f-8ef2-e2d7fc429418 .shogun-image-content {
  
    align-items: center;
  
}

#s-21ad07fe-a36b-40c7-b3b1-39531ee95e39 {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-21ad07fe-a36b-40c7-b3b1-39531ee95e39 {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-21ad07fe-a36b-40c7-b3b1-39531ee95e39 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-21ad07fe-a36b-40c7-b3b1-39531ee95e39 {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-21ad07fe-a36b-40c7-b3b1-39531ee95e39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21ad07fe-a36b-40c7-b3b1-39531ee95e39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7 {
  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-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7: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-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7: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-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7-root {
    text-align: center;
  }


#s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7-root {
    text-align: center;
  }


#s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7-root {
    text-align: center;
  }


#s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7-root {
    text-align: center;
  }


#s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7-root {
    text-align: center;
  }


#s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7-root {
    text-align: center;
  }


#s-6baeda72-0218-4c1b-be7a-2da7b9ac8ff7.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-82ae9703-a745-4c48-ab1e-4e7e7490a82a {
  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-82ae9703-a745-4c48-ab1e-4e7e7490a82a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-82ae9703-a745-4c48-ab1e-4e7e7490a82a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8fdf95fe-f5a3-4c45-8a79-b4ac73e3f384 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-8fdf95fe-f5a3-4c45-8a79-b4ac73e3f384"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-8fdf95fe-f5a3-4c45-8a79-b4ac73e3f384"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-8fdf95fe-f5a3-4c45-8a79-b4ac73e3f384"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-8fdf95fe-f5a3-4c45-8a79-b4ac73e3f384"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.75em);
}

}

.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-2c8b202d-5af7-4e6d-a67d-7245b77ac205 {
  text-align: left;
}



.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-2c8b202d-5af7-4e6d-a67d-7245b77ac205 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-757a458e-da37-4697-a35f-f3e11b4e57b2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-757a458e-da37-4697-a35f-f3e11b4e57b2 .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-4aa08678-6815-484e-9adc-1921bd77af2e {
  text-align: left;
}



.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e img.shogun-image {
  width: 100%;
}



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

.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e img.shogun-image {
  width: 100%;
}



}

.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-4aa08678-6815-484e-9adc-1921bd77af2e img.shogun-image {
  width: 100%;
}




#s-6e7e2ba0-c2f6-4b59-a34c-941fe1ce0b21 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e7e2ba0-c2f6-4b59-a34c-941fe1ce0b21 .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-1d48a13c-282d-4a4d-80cc-05b38c1a2aab {
  text-align: left;
}



.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab img.shogun-image {
  width: 100%;
}



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

.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab img.shogun-image {
  width: 100%;
}



}

.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-1d48a13c-282d-4a4d-80cc-05b38c1a2aab img.shogun-image {
  width: 100%;
}




#s-ed6b76e4-a2ec-45a2-af09-c222b7b16acc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed6b76e4-a2ec-45a2-af09-c222b7b16acc .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-8edd7fe3-c326-4d6f-b828-45da606b397f {
  text-align: left;
}



.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f img.shogun-image {
  width: 100%;
}



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

.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f img.shogun-image {
  width: 100%;
}



}

.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-8edd7fe3-c326-4d6f-b828-45da606b397f img.shogun-image {
  width: 100%;
}




#s-b3f4e2c9-f66a-4161-9135-53444996bcf1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3f4e2c9-f66a-4161-9135-53444996bcf1 .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-9b01a46d-666a-429a-9430-fbaa7ac303e4 {
  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-9b01a46d-666a-429a-9430-fbaa7ac303e4: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-9b01a46d-666a-429a-9430-fbaa7ac303e4: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-9b01a46d-666a-429a-9430-fbaa7ac303e4-root {
    text-align: center;
  }


#s-9b01a46d-666a-429a-9430-fbaa7ac303e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b01a46d-666a-429a-9430-fbaa7ac303e4-root {
    text-align: center;
  }


#s-9b01a46d-666a-429a-9430-fbaa7ac303e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b01a46d-666a-429a-9430-fbaa7ac303e4-root {
    text-align: center;
  }


#s-9b01a46d-666a-429a-9430-fbaa7ac303e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b01a46d-666a-429a-9430-fbaa7ac303e4-root {
    text-align: center;
  }


#s-9b01a46d-666a-429a-9430-fbaa7ac303e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b01a46d-666a-429a-9430-fbaa7ac303e4-root {
    text-align: center;
  }


#s-9b01a46d-666a-429a-9430-fbaa7ac303e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-9b01a46d-666a-429a-9430-fbaa7ac303e4-root {
    text-align: center;
  }


#s-9b01a46d-666a-429a-9430-fbaa7ac303e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-ebe604a2-abc1-48d5-8f06-90b1b0dfe184 {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-ebe604a2-abc1-48d5-8f06-90b1b0dfe184"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ebe604a2-abc1-48d5-8f06-90b1b0dfe184"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-ebe604a2-abc1-48d5-8f06-90b1b0dfe184"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-ebe604a2-abc1-48d5-8f06-90b1b0dfe184"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-b12fdfc4-b951-414d-9e24-093131366dbb {
  min-height: 50px;
}








#s-b12fdfc4-b951-414d-9e24-093131366dbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b12fdfc4-b951-414d-9e24-093131366dbb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8eb2f71e-ed0b-49cd-9d3c-ab61554432da {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}







  #s-8eb2f71e-ed0b-49cd-9d3c-ab61554432da img.shogun-image {
    

    
    
    
  }


#s-8eb2f71e-ed0b-49cd-9d3c-ab61554432da .shogun-image-content {
  
    align-items: center;
  
}

#s-e77e624a-fef5-4c44-9513-65ad7da3da4f {
  min-height: 50px;
}








#s-e77e624a-fef5-4c44-9513-65ad7da3da4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77e624a-fef5-4c44-9513-65ad7da3da4f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-9422fa33-43c8-4622-9a91-05e31e1c9269 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}







  #s-9422fa33-43c8-4622-9a91-05e31e1c9269 img.shogun-image {
    

    
    
    
  }


#s-9422fa33-43c8-4622-9a91-05e31e1c9269 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e332b04-8324-444f-90db-c15fb76288e7 {
  min-height: 50px;
}








#s-0e332b04-8324-444f-90db-c15fb76288e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e332b04-8324-444f-90db-c15fb76288e7.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-df2f859a-938e-4b8d-9ea4-63328fd29a38 {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-df2f859a-938e-4b8d-9ea4-63328fd29a38 .shogun-image-content {
  
    align-items: center;
  
}

#s-56111227-217e-441a-8572-43a1ea04174c {
  min-height: 600px;
}








#s-56111227-217e-441a-8572-43a1ea04174c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56111227-217e-441a-8572-43a1ea04174c.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-c0fc687c-aa2a-42d9-b516-b90ffb5889a1 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
}

#s-c0fc687c-aa2a-42d9-b516-b90ffb5889a1 .shg-sld-dot {
  background-color: rgba(146, 206, 190, 1);
}

#s-c0fc687c-aa2a-42d9-b516-b90ffb5889a1 .shg-sld-nav-button.shg-sld-left,
#s-c0fc687c-aa2a-42d9-b516-b90ffb5889a1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(146, 206, 190, 1);
}

#s-bdac74ea-bf18-498d-9d89-934ff8d72733 {
  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-bdac74ea-bf18-498d-9d89-934ff8d72733 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-bdac74ea-bf18-498d-9d89-934ff8d72733.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-0e65c8c9-2db9-43d9-9ddd-f3f147e5d4bb {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-0e65c8c9-2db9-43d9-9ddd-f3f147e5d4bb .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-0e65c8c9-2db9-43d9-9ddd-f3f147e5d4bb table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-0e65c8c9-2db9-43d9-9ddd-f3f147e5d4bb 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-0e65c8c9-2db9-43d9-9ddd-f3f147e5d4bb td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-0e65c8c9-2db9-43d9-9ddd-f3f147e5d4bb td.shogun-table-column, #s-0e65c8c9-2db9-43d9-9ddd-f3f147e5d4bb td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-756848c9-f307-45f3-95ed-4019315e3b42 .shogun-icon-wrapper {
  text-align: center;
}


#s-756848c9-f307-45f3-95ed-4019315e3b42 .shogun-icon-wrapper > .shogun-icon {

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

#s-4093ef45-fe61-4807-be64-367cb0bf8bc9 .shogun-icon-wrapper {
  text-align: center;
}


#s-4093ef45-fe61-4807-be64-367cb0bf8bc9 .shogun-icon-wrapper > .shogun-icon {

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

#s-3fb45ee1-930e-4fd3-96eb-89708131caca .shogun-icon-wrapper {
  text-align: center;
}


#s-3fb45ee1-930e-4fd3-96eb-89708131caca .shogun-icon-wrapper > .shogun-icon {

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

#s-dbab2162-9a3c-4d5a-a864-98b9473147fa .shogun-icon-wrapper {
  text-align: center;
}


#s-dbab2162-9a3c-4d5a-a864-98b9473147fa .shogun-icon-wrapper > .shogun-icon {

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

#s-6e03c2f0-2ec0-4a44-b530-9b4806243886 .shogun-icon-wrapper {
  text-align: center;
}


#s-6e03c2f0-2ec0-4a44-b530-9b4806243886 .shogun-icon-wrapper > .shogun-icon {

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

#s-93582d3a-c324-4bbd-b4d0-fa2a23e2c526 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-dcc280eb-34d6-43b3-bbd9-2d2ea5879cdf {
  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-dcc280eb-34d6-43b3-bbd9-2d2ea5879cdf > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-dcc280eb-34d6-43b3-bbd9-2d2ea5879cdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c131a4e4-7bd9-4f57-b8ae-549a105a20ed {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-c131a4e4-7bd9-4f57-b8ae-549a105a20ed .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-c131a4e4-7bd9-4f57-b8ae-549a105a20ed table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-c131a4e4-7bd9-4f57-b8ae-549a105a20ed 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-c131a4e4-7bd9-4f57-b8ae-549a105a20ed td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-c131a4e4-7bd9-4f57-b8ae-549a105a20ed td.shogun-table-column, #s-c131a4e4-7bd9-4f57-b8ae-549a105a20ed td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-f3c0d1c0-aedd-4fb6-a8f7-b2706bf30622 .shogun-icon-wrapper {
  text-align: center;
}


#s-f3c0d1c0-aedd-4fb6-a8f7-b2706bf30622 .shogun-icon-wrapper > .shogun-icon {

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

#s-95465678-a870-44a9-b138-38a902e51e93 .shogun-icon-wrapper {
  text-align: center;
}


#s-95465678-a870-44a9-b138-38a902e51e93 .shogun-icon-wrapper > .shogun-icon {

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

#s-92c3f439-35a3-4fb0-8d3e-fb0171f4f25f .shogun-icon-wrapper {
  text-align: center;
}


#s-92c3f439-35a3-4fb0-8d3e-fb0171f4f25f .shogun-icon-wrapper > .shogun-icon {

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

#s-418e3466-0102-4a0a-9bdc-ddf7258586b3 .shogun-icon-wrapper {
  text-align: center;
}


#s-418e3466-0102-4a0a-9bdc-ddf7258586b3 .shogun-icon-wrapper > .shogun-icon {

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

#s-94bf42b3-2ab9-4563-91d7-b3c2370c0f65 .shogun-icon-wrapper {
  text-align: center;
}


#s-94bf42b3-2ab9-4563-91d7-b3c2370c0f65 .shogun-icon-wrapper > .shogun-icon {

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

#s-fdbe68cc-04e6-4197-8f14-3040b550d2b3 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-2a4b207b-9208-4659-8209-709e7fae16a1 {
  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-2a4b207b-9208-4659-8209-709e7fae16a1 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-2a4b207b-9208-4659-8209-709e7fae16a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-836fa6ed-ba2e-46e7-a4e9-fe98414a10a4 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-836fa6ed-ba2e-46e7-a4e9-fe98414a10a4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-836fa6ed-ba2e-46e7-a4e9-fe98414a10a4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-836fa6ed-ba2e-46e7-a4e9-fe98414a10a4 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-836fa6ed-ba2e-46e7-a4e9-fe98414a10a4 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-836fa6ed-ba2e-46e7-a4e9-fe98414a10a4 td.shogun-table-column, #s-836fa6ed-ba2e-46e7-a4e9-fe98414a10a4 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-0abb7342-08ce-458f-9829-e350f572366a .shogun-icon-wrapper {
  text-align: center;
}


#s-0abb7342-08ce-458f-9829-e350f572366a .shogun-icon-wrapper > .shogun-icon {

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

#s-037e3026-2e58-4b0e-b04b-cd30b3694748 .shogun-icon-wrapper {
  text-align: center;
}


#s-037e3026-2e58-4b0e-b04b-cd30b3694748 .shogun-icon-wrapper > .shogun-icon {

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

#s-a6ec2960-de17-4841-9ac9-d789c61b04b4 .shogun-icon-wrapper {
  text-align: center;
}


#s-a6ec2960-de17-4841-9ac9-d789c61b04b4 .shogun-icon-wrapper > .shogun-icon {

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

#s-08fa0154-f4e1-4470-b2e8-626a836e8019 .shogun-icon-wrapper {
  text-align: center;
}


#s-08fa0154-f4e1-4470-b2e8-626a836e8019 .shogun-icon-wrapper > .shogun-icon {

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

#s-4d14cc1a-9425-4706-9de4-ca8e3c558562 .shogun-icon-wrapper {
  text-align: center;
}


#s-4d14cc1a-9425-4706-9de4-ca8e3c558562 .shogun-icon-wrapper > .shogun-icon {

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

#s-c7cb4226-3b81-4d64-8cec-bbc859e89b1b {
  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}