.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-b1f2a858-f3e7-4a6f-82f4-276f131fb44c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(221, 221, 221, 0);
}

#s-b1f2a858-f3e7-4a6f-82f4-276f131fb44c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(244, 244, 244, 1);
  padding: 10px;
}

#s-b1f2a858-f3e7-4a6f-82f4-276f131fb44c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-b1f2a858-f3e7-4a6f-82f4-276f131fb44c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(221, 221, 221, 0);
}

#s-b1f2a858-f3e7-4a6f-82f4-276f131fb44c > .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-b1f2a858-f3e7-4a6f-82f4-276f131fb44c > .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-e398cc9b-f762-461a-b4df-2480b6b1385d {
  min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-e398cc9b-f762-461a-b4df-2480b6b1385d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e398cc9b-f762-461a-b4df-2480b6b1385d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-48185ffa-919a-45d6-a898-fe6bae124f01 {
  min-height: 50px;
}








#s-48185ffa-919a-45d6-a898-fe6bae124f01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48185ffa-919a-45d6-a898-fe6bae124f01.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-c7f8b75d-acc1-40a4-accd-8d6e17a66ff9 {
  text-align: center;
}








#s-c7f8b75d-acc1-40a4-accd-8d6e17a66ff9 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-9fea3e66-a5ed-463b-ad98-922325a747f9 {
  margin-top: -3em;
margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
min-height: 50px;
max-width: 1300px;
}








#s-9fea3e66-a5ed-463b-ad98-922325a747f9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fea3e66-a5ed-463b-ad98-922325a747f9.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-ffc01fee-7896-4766-80ae-f494cc39cdac {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-da4f1307-0778-49e9-9acf-9e04b756ae31 {
  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-da4f1307-0778-49e9-9acf-9e04b756ae31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da4f1307-0778-49e9-9acf-9e04b756ae31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0273333f-7d55-42ca-aeec-3a0e1cea080a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-313f838c-1397-4930-89d5-54d3d852c40b {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}








#s-313f838c-1397-4930-89d5-54d3d852c40b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-313f838c-1397-4930-89d5-54d3d852c40b.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-9ead7cd6-1bd1-4174-82a0-a0866b5472dc {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 2em;
margin-right: auto;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-9ead7cd6-1bd1-4174-82a0-a0866b5472dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9ead7cd6-1bd1-4174-82a0-a0866b5472dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9ead7cd6-1bd1-4174-82a0-a0866b5472dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9ead7cd6-1bd1-4174-82a0-a0866b5472dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-55fb8e0b-b576-44db-b265-5ff340273bd3 {
  text-align: center;
}








#s-55fb8e0b-b576-44db-b265-5ff340273bd3 .shogun-image-content {
  
    align-items: center;
  
}

#s-579b2a7a-4fc1-4bd2-9e90-330c05195fda {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-82570c64-ebc6-4321-a958-77bd52d4314a {
  text-align: center;
}







  #s-82570c64-ebc6-4321-a958-77bd52d4314a img.shogun-image {
    

    
    
    
  }


#s-82570c64-ebc6-4321-a958-77bd52d4314a .shogun-image-content {
  
    align-items: center;
  
}

#s-ced812a0-6772-4b2c-97de-3901440526f9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-289158bd-9f98-44e7-a327-44c10789f4b8 {
  text-align: center;
}








#s-289158bd-9f98-44e7-a327-44c10789f4b8 .shogun-image-content {
  
    align-items: center;
  
}

#s-41ded18e-04be-415d-a50f-ec09ffee1fe9 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-e276b4b6-6ea1-4e6a-b603-d195f91fdbf1 {
  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-e276b4b6-6ea1-4e6a-b603-d195f91fdbf1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e276b4b6-6ea1-4e6a-b603-d195f91fdbf1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e276b4b6-6ea1-4e6a-b603-d195f91fdbf1 {
  
}
}







#s-e276b4b6-6ea1-4e6a-b603-d195f91fdbf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e276b4b6-6ea1-4e6a-b603-d195f91fdbf1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-24258c42-ca88-4d8f-babd-aaadd0247523 {
  min-height: 50px;
}








#s-24258c42-ca88-4d8f-babd-aaadd0247523 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24258c42-ca88-4d8f-babd-aaadd0247523.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-932e0340-3528-4bca-81f3-3638246a0514 {
  display: none;
}
#s-932e0340-3528-4bca-81f3-3638246a0514, #wrap-s-932e0340-3528-4bca-81f3-3638246a0514 { display:none !important; }}

  #s-932e0340-3528-4bca-81f3-3638246a0514 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #DDDDDD;
  }
  #s-932e0340-3528-4bca-81f3-3638246a0514 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 0, 0, 1);
    border: 1px solid #ddd;
  }
#s-932e0340-3528-4bca-81f3-3638246a0514 .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-932e0340-3528-4bca-81f3-3638246a0514 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-932e0340-3528-4bca-81f3-3638246a0514 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 0, 0, 1);
}

#s-932e0340-3528-4bca-81f3-3638246a0514 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-7ce1a535-b650-46b5-9c4c-b6c2ecef031e {
  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-7ce1a535-b650-46b5-9c4c-b6c2ecef031e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ce1a535-b650-46b5-9c4c-b6c2ecef031e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02 {
  margin-top: 2em;
margin-bottom: 2em;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02 {
  display: none;
}
#s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02, #wrap-s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02 { display:none !important; }}@media (max-width: 767px){#s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02 {
  display: none;
}
#s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02, #wrap-s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02 { display:none !important; }}
@media (min-width: 0px) {
[id="s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.5em);
}

}

@media (max-width: 767px) {
  [id="s-1f26cf45-9d51-4a7e-929e-a411a1fd7a02"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-57eec44d-27d0-45aa-967e-bc11b8854a03 {
  min-height: 50px;
}








#s-57eec44d-27d0-45aa-967e-bc11b8854a03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57eec44d-27d0-45aa-967e-bc11b8854a03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb4f1477-f1d6-4347-9686-82acfb830265 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-cb4f1477-f1d6-4347-9686-82acfb830265"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb4f1477-f1d6-4347-9686-82acfb830265"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb4f1477-f1d6-4347-9686-82acfb830265"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-cb4f1477-f1d6-4347-9686-82acfb830265"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb4f1477-f1d6-4347-9686-82acfb830265"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb4f1477-f1d6-4347-9686-82acfb830265"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-cb4f1477-f1d6-4347-9686-82acfb830265"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-d7cab28e-75f8-44b2-94c1-17013a60f75f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-d7cab28e-75f8-44b2-94c1-17013a60f75f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7cab28e-75f8-44b2-94c1-17013a60f75f.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e346141d-5605-4f81-8b56-48a61adf60ad {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-e346141d-5605-4f81-8b56-48a61adf60ad img.shogun-image {
    

    
    
    
  }


#s-e346141d-5605-4f81-8b56-48a61adf60ad .shogun-image-content {
  
    align-items: center;
  
}

#s-e5cf35e3-4b00-4812-b9cb-e85d56a14fc8 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-81aa8fa2-6368-4205-9966-9ea4a5de2b5e {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-81aa8fa2-6368-4205-9966-9ea4a5de2b5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81aa8fa2-6368-4205-9966-9ea4a5de2b5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-81aa8fa2-6368-4205-9966-9ea4a5de2b5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-81aa8fa2-6368-4205-9966-9ea4a5de2b5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-81aa8fa2-6368-4205-9966-9ea4a5de2b5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-81aa8fa2-6368-4205-9966-9ea4a5de2b5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-81aa8fa2-6368-4205-9966-9ea4a5de2b5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-5147d37a-53f9-4ec5-9e86-f0600948bd93 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-5147d37a-53f9-4ec5-9e86-f0600948bd93 img.shogun-image {
    

    
    
    
  }


#s-5147d37a-53f9-4ec5-9e86-f0600948bd93 .shogun-image-content {
  
    align-items: center;
  
}

#s-70ced825-8873-4826-8472-31a02101dec8 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-906c35c7-6a45-4043-a209-f56dd9ad98b5 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-906c35c7-6a45-4043-a209-f56dd9ad98b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-906c35c7-6a45-4043-a209-f56dd9ad98b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-906c35c7-6a45-4043-a209-f56dd9ad98b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-906c35c7-6a45-4043-a209-f56dd9ad98b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-906c35c7-6a45-4043-a209-f56dd9ad98b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-906c35c7-6a45-4043-a209-f56dd9ad98b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-906c35c7-6a45-4043-a209-f56dd9ad98b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-de65d5bf-fd8d-4e3b-bffb-75505e0ccf5e {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-de65d5bf-fd8d-4e3b-bffb-75505e0ccf5e img.shogun-image {
    

    
    
    
  }


#s-de65d5bf-fd8d-4e3b-bffb-75505e0ccf5e .shogun-image-content {
  
    align-items: center;
  
}

#s-c446f560-76a8-42c5-8b2c-61d6fa285e3b {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-b7d385ba-523c-4cd4-ac57-25804b7fa2ef {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-b7d385ba-523c-4cd4-ac57-25804b7fa2ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7d385ba-523c-4cd4-ac57-25804b7fa2ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b7d385ba-523c-4cd4-ac57-25804b7fa2ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-b7d385ba-523c-4cd4-ac57-25804b7fa2ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b7d385ba-523c-4cd4-ac57-25804b7fa2ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-b7d385ba-523c-4cd4-ac57-25804b7fa2ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-b7d385ba-523c-4cd4-ac57-25804b7fa2ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-ae181a5a-9e78-42d9-a58b-9324a2ec9ad2 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-ae181a5a-9e78-42d9-a58b-9324a2ec9ad2 img.shogun-image {
    

    
    
    
  }


#s-ae181a5a-9e78-42d9-a58b-9324a2ec9ad2 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7608414-9a16-47a5-aa0c-d519e73eefb5 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-93906e66-353f-4518-a8b2-31dec89dc05f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-93906e66-353f-4518-a8b2-31dec89dc05f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93906e66-353f-4518-a8b2-31dec89dc05f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-93906e66-353f-4518-a8b2-31dec89dc05f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-93906e66-353f-4518-a8b2-31dec89dc05f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-93906e66-353f-4518-a8b2-31dec89dc05f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-93906e66-353f-4518-a8b2-31dec89dc05f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-93906e66-353f-4518-a8b2-31dec89dc05f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-41522ccc-5b3b-491d-853c-6a34b59d58f5 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-41522ccc-5b3b-491d-853c-6a34b59d58f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-be1d1f26-97cd-4e2e-965e-9722aa7cc514 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-52662516-f1b9-4a8c-87da-f3edd1ec19e6 {
  min-height: 50px;
}








#s-52662516-f1b9-4a8c-87da-f3edd1ec19e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52662516-f1b9-4a8c-87da-f3edd1ec19e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8135ece9-f95c-41b1-a803-2fcd13bbf3ab {
  text-align: center;
}







  #s-8135ece9-f95c-41b1-a803-2fcd13bbf3ab img.shogun-image {
    

    
    
    
  }


#s-8135ece9-f95c-41b1-a803-2fcd13bbf3ab .shogun-image-content {
  
    align-items: center;
  
}

#s-050f23ee-976f-4d3d-a41c-4c7311c2cf77 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-050f23ee-976f-4d3d-a41c-4c7311c2cf77 {
  display: none;
}
#s-050f23ee-976f-4d3d-a41c-4c7311c2cf77, #wrap-s-050f23ee-976f-4d3d-a41c-4c7311c2cf77 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-050f23ee-976f-4d3d-a41c-4c7311c2cf77 {
  display: none;
}
#s-050f23ee-976f-4d3d-a41c-4c7311c2cf77, #wrap-s-050f23ee-976f-4d3d-a41c-4c7311c2cf77 { display:none !important; }}







#s-050f23ee-976f-4d3d-a41c-4c7311c2cf77 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-050f23ee-976f-4d3d-a41c-4c7311c2cf77.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-314e1e1c-160c-43e7-87e7-603f8a3c448a {
  margin-top: 1em;
text-align: center;
}







  #s-314e1e1c-160c-43e7-87e7-603f8a3c448a img.shogun-image {
    

    
    
    
  }


#s-314e1e1c-160c-43e7-87e7-603f8a3c448a .shogun-image-content {
  
    align-items: center;
  
}

#s-d7b5c56e-2a1f-481b-b98b-682b99d866da {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-d7b5c56e-2a1f-481b-b98b-682b99d866da"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7b5c56e-2a1f-481b-b98b-682b99d866da"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7b5c56e-2a1f-481b-b98b-682b99d866da"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-d7b5c56e-2a1f-481b-b98b-682b99d866da"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7b5c56e-2a1f-481b-b98b-682b99d866da"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7b5c56e-2a1f-481b-b98b-682b99d866da"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-d7b5c56e-2a1f-481b-b98b-682b99d866da"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-59ca5b79-7bfb-46a1-9277-5fe5e007dfd9 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-59ca5b79-7bfb-46a1-9277-5fe5e007dfd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-59ca5b79-7bfb-46a1-9277-5fe5e007dfd9.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0c5b9b6d-1143-4e33-a288-0a5898e2337a {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-0c5b9b6d-1143-4e33-a288-0a5898e2337a img.shogun-image {
    

    
    
    
  }


#s-0c5b9b6d-1143-4e33-a288-0a5898e2337a .shogun-image-content {
  
    align-items: center;
  
}

#s-e5f49772-e7ad-4b3d-941d-c71d6196fc26 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-76cd0784-61be-4a48-ae73-a1bc18f91129 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-76cd0784-61be-4a48-ae73-a1bc18f91129"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-76cd0784-61be-4a48-ae73-a1bc18f91129"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-76cd0784-61be-4a48-ae73-a1bc18f91129"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-76cd0784-61be-4a48-ae73-a1bc18f91129"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-76cd0784-61be-4a48-ae73-a1bc18f91129"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-76cd0784-61be-4a48-ae73-a1bc18f91129"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-76cd0784-61be-4a48-ae73-a1bc18f91129"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-8a892e9c-18ba-4792-84d9-f15054421027 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-8a892e9c-18ba-4792-84d9-f15054421027 img.shogun-image {
    

    
    
    
  }


#s-8a892e9c-18ba-4792-84d9-f15054421027 .shogun-image-content {
  
    align-items: center;
  
}

#s-6f400d1c-bdf1-4f1c-b81d-a47db025cf16 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-4f484d65-c617-4c37-88b4-f3e8b006cb3a {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-4f484d65-c617-4c37-88b4-f3e8b006cb3a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f484d65-c617-4c37-88b4-f3e8b006cb3a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4f484d65-c617-4c37-88b4-f3e8b006cb3a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-4f484d65-c617-4c37-88b4-f3e8b006cb3a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4f484d65-c617-4c37-88b4-f3e8b006cb3a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-4f484d65-c617-4c37-88b4-f3e8b006cb3a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-4f484d65-c617-4c37-88b4-f3e8b006cb3a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-38591b4b-7db5-444f-a301-6a90e594ab64 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-38591b4b-7db5-444f-a301-6a90e594ab64 img.shogun-image {
    

    
    
    
  }


#s-38591b4b-7db5-444f-a301-6a90e594ab64 .shogun-image-content {
  
    align-items: center;
  
}

#s-6de04a75-1d7a-441b-947a-49a85a6e8c4d {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-e5e11797-2b2e-4a56-b58d-da7aa51c6dd7 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-e5e11797-2b2e-4a56-b58d-da7aa51c6dd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5e11797-2b2e-4a56-b58d-da7aa51c6dd7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e5e11797-2b2e-4a56-b58d-da7aa51c6dd7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-e5e11797-2b2e-4a56-b58d-da7aa51c6dd7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e5e11797-2b2e-4a56-b58d-da7aa51c6dd7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-e5e11797-2b2e-4a56-b58d-da7aa51c6dd7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-e5e11797-2b2e-4a56-b58d-da7aa51c6dd7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-573cf95f-f2d7-457e-ad33-ed6536915043 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-573cf95f-f2d7-457e-ad33-ed6536915043 img.shogun-image {
    

    
    
    
  }


#s-573cf95f-f2d7-457e-ad33-ed6536915043 .shogun-image-content {
  
    align-items: center;
  
}

#s-71f76fe7-57ab-4310-9946-221d9010e451 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-08e6f526-ce7c-41d8-bbaa-f34e37182c36 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-08e6f526-ce7c-41d8-bbaa-f34e37182c36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08e6f526-ce7c-41d8-bbaa-f34e37182c36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-08e6f526-ce7c-41d8-bbaa-f34e37182c36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-08e6f526-ce7c-41d8-bbaa-f34e37182c36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-08e6f526-ce7c-41d8-bbaa-f34e37182c36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-08e6f526-ce7c-41d8-bbaa-f34e37182c36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-08e6f526-ce7c-41d8-bbaa-f34e37182c36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-8cc2c2c2-5da4-432c-898e-3023c818dc91 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-8cc2c2c2-5da4-432c-898e-3023c818dc91 .shogun-image-content {
  
    align-items: center;
  
}

#s-79619e8a-079c-4c2e-840d-7d4dbb1d1881 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

@media (min-width: 0px) {
[id="s-ee5efbe5-5e6c-4ea4-a6ab-b122feb7201a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee5efbe5-5e6c-4ea4-a6ab-b122feb7201a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee5efbe5-5e6c-4ea4-a6ab-b122feb7201a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee5efbe5-5e6c-4ea4-a6ab-b122feb7201a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee5efbe5-5e6c-4ea4-a6ab-b122feb7201a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee5efbe5-5e6c-4ea4-a6ab-b122feb7201a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ee5efbe5-5e6c-4ea4-a6ab-b122feb7201a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

}

#s-58c222cb-a185-423f-af17-5e1f209dd50c {
  min-height: 50px;
}








#s-58c222cb-a185-423f-af17-5e1f209dd50c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58c222cb-a185-423f-af17-5e1f209dd50c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a19ff189-c490-4805-a07c-f28cd1e91db2 {
  text-align: center;
}







  #s-a19ff189-c490-4805-a07c-f28cd1e91db2 img.shogun-image {
    

    
    
    
  }


#s-a19ff189-c490-4805-a07c-f28cd1e91db2 .shogun-image-content {
  
    align-items: center;
  
}

#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b {
  margin-bottom: 2em;
}
@media (min-width: 1200px){#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b {
  display: none;
}
#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b, #wrap-s-16edd0a1-496e-46b4-b7d1-3b91dddce45b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b {
  display: none;
}
#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b, #wrap-s-16edd0a1-496e-46b4-b7d1-3b91dddce45b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b {
  display: none;
}
#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b, #wrap-s-16edd0a1-496e-46b4-b7d1-3b91dddce45b { display:none !important; }}
#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(0, 0, 0, 1);
  padding: 10px;
}

#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-16edd0a1-496e-46b4-b7d1-3b91dddce45b > .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-16edd0a1-496e-46b4-b7d1-3b91dddce45b > .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-16edd0a1-496e-46b4-b7d1-3b91dddce45b > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-cadc7009-61d9-4863-885b-61b38f87fbc9 {
  margin-left: auto;
margin-right: auto;
max-width: 300px;
text-align: center;
}







  #s-cadc7009-61d9-4863-885b-61b38f87fbc9 img.shogun-image {
    

    
    
    
  }


#s-cadc7009-61d9-4863-885b-61b38f87fbc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-e37c2c33-5915-471f-89e6-e0d83e560801 {
  margin-top: 1em;
text-align: center;
}







  #s-e37c2c33-5915-471f-89e6-e0d83e560801 img.shogun-image {
    

    
    
    
  }


#s-e37c2c33-5915-471f-89e6-e0d83e560801 .shogun-image-content {
  
    align-items: center;
  
}

#s-6ae82d17-fc22-4c06-b499-51593dcaf58e {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-6ae82d17-fc22-4c06-b499-51593dcaf58e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6ae82d17-fc22-4c06-b499-51593dcaf58e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6ae82d17-fc22-4c06-b499-51593dcaf58e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-6ae82d17-fc22-4c06-b499-51593dcaf58e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6ae82d17-fc22-4c06-b499-51593dcaf58e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-6ae82d17-fc22-4c06-b499-51593dcaf58e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-6ae82d17-fc22-4c06-b499-51593dcaf58e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

}

#s-9ce9bcbf-b031-48e3-8aef-87e4645362ff {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9ce9bcbf-b031-48e3-8aef-87e4645362ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9ce9bcbf-b031-48e3-8aef-87e4645362ff.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f94ad1a9-5971-40e6-a41e-1658b7204501 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-f94ad1a9-5971-40e6-a41e-1658b7204501 img.shogun-image {
    

    
    
    
  }


#s-f94ad1a9-5971-40e6-a41e-1658b7204501 .shogun-image-content {
  
    align-items: center;
  
}

#s-d0e0da72-63ca-4efd-9a79-1b8de3f38984 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-2e4e9e98-769c-4601-bdb1-0e0723308001 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-2e4e9e98-769c-4601-bdb1-0e0723308001"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e4e9e98-769c-4601-bdb1-0e0723308001"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2e4e9e98-769c-4601-bdb1-0e0723308001"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-2e4e9e98-769c-4601-bdb1-0e0723308001"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2e4e9e98-769c-4601-bdb1-0e0723308001"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-2e4e9e98-769c-4601-bdb1-0e0723308001"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-2e4e9e98-769c-4601-bdb1-0e0723308001"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-6b5ee5f0-00ae-47e1-a777-6d0460027fe5 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-6b5ee5f0-00ae-47e1-a777-6d0460027fe5 img.shogun-image {
    

    
    
    
  }


#s-6b5ee5f0-00ae-47e1-a777-6d0460027fe5 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cbf8d61-e7e3-4b01-a092-5a621f9090e0 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-50da8a70-6a0b-425d-8ac1-4a854070f20b {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-50da8a70-6a0b-425d-8ac1-4a854070f20b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-50da8a70-6a0b-425d-8ac1-4a854070f20b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-50da8a70-6a0b-425d-8ac1-4a854070f20b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-50da8a70-6a0b-425d-8ac1-4a854070f20b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-50da8a70-6a0b-425d-8ac1-4a854070f20b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-50da8a70-6a0b-425d-8ac1-4a854070f20b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-50da8a70-6a0b-425d-8ac1-4a854070f20b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-664198c4-e094-4835-a126-385fbf7289ca {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-664198c4-e094-4835-a126-385fbf7289ca img.shogun-image {
    

    
    
    
  }


#s-664198c4-e094-4835-a126-385fbf7289ca .shogun-image-content {
  
    align-items: center;
  
}

#s-492e0f61-79da-48e4-b2ac-f63c867e682a {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-c835bdd0-b538-459d-80bd-9d7fc38b164f {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-c835bdd0-b538-459d-80bd-9d7fc38b164f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c835bdd0-b538-459d-80bd-9d7fc38b164f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c835bdd0-b538-459d-80bd-9d7fc38b164f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-c835bdd0-b538-459d-80bd-9d7fc38b164f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c835bdd0-b538-459d-80bd-9d7fc38b164f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-c835bdd0-b538-459d-80bd-9d7fc38b164f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-c835bdd0-b538-459d-80bd-9d7fc38b164f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-79929a07-1082-40f6-8de4-9898a8500e7b {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}







  #s-79929a07-1082-40f6-8de4-9898a8500e7b img.shogun-image {
    

    
    
    
  }


#s-79929a07-1082-40f6-8de4-9898a8500e7b .shogun-image-content {
  
    align-items: center;
  
}

#s-c3399b0e-e7dc-47c9-815f-a0b00ed9a8b6 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-ac6e76ab-fa7a-48a0-8cda-9c7e59f7d076 {
  margin-top: 1em;
margin-bottom: 1em;
}

@media (min-width: 0px) {
[id="s-ac6e76ab-fa7a-48a0-8cda-9c7e59f7d076"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ac6e76ab-fa7a-48a0-8cda-9c7e59f7d076"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ac6e76ab-fa7a-48a0-8cda-9c7e59f7d076"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 992px) {
[id="s-ac6e76ab-fa7a-48a0-8cda-9c7e59f7d076"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ac6e76ab-fa7a-48a0-8cda-9c7e59f7d076"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

@media (min-width: 1200px) {
[id="s-ac6e76ab-fa7a-48a0-8cda-9c7e59f7d076"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.5em);
}

[id="s-ac6e76ab-fa7a-48a0-8cda-9c7e59f7d076"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.5em);
}

}

#s-e7339b8f-f041-4914-8803-4e21a3579db4 {
  margin-left: auto;
margin-right: auto;
max-width: 75px;
text-align: center;
}








#s-e7339b8f-f041-4914-8803-4e21a3579db4 .shogun-image-content {
  
    align-items: center;
  
}

#s-6869b13f-8962-49f9-a6f1-724411559b90 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-092b3516-0785-4d7c-b840-b38c8f084c80 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}








#s-092b3516-0785-4d7c-b840-b38c8f084c80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-092b3516-0785-4d7c-b840-b38c8f084c80.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80b6b351-6e84-461d-a3ba-1691aec4dfd3 {
  margin-top: 2em;
margin-left: auto;
margin-bottom: 0em;
margin-right: auto;
padding-left: 0em;
padding-right: 0em;
min-height: 50px;
}








#s-80b6b351-6e84-461d-a3ba-1691aec4dfd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80b6b351-6e84-461d-a3ba-1691aec4dfd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9464b31f-ec41-4854-83fb-0dd632d7174d {
  margin-left: auto;
margin-right: auto;
padding-top: 0em;
padding-left: 1em;
padding-bottom: 0em;
padding-right: 1em;
max-width: 1000px;
}

#s-a1a39340-613c-4b1d-94e9-ebcb69564692 {
  min-height: 50px;
}








#s-a1a39340-613c-4b1d-94e9-ebcb69564692 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1a39340-613c-4b1d-94e9-ebcb69564692.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-be9096f6-8f47-42e8-83a7-cd0489f2da44"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-be9096f6-8f47-42e8-83a7-cd0489f2da44"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-be9096f6-8f47-42e8-83a7-cd0489f2da44"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-be9096f6-8f47-42e8-83a7-cd0489f2da44"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (max-width: 767px) {
  [id="s-be9096f6-8f47-42e8-83a7-cd0489f2da44"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-fd6ae4a3-ecdb-40a7-8e86-ab791cf49673 {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-fd6ae4a3-ecdb-40a7-8e86-ab791cf49673 {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-fd6ae4a3-ecdb-40a7-8e86-ab791cf49673 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-fd6ae4a3-ecdb-40a7-8e86-ab791cf49673 {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-fd6ae4a3-ecdb-40a7-8e86-ab791cf49673 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd6ae4a3-ecdb-40a7-8e86-ab791cf49673.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-61f553af-068a-4aef-a617-37610f9eb356 {
  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-61f553af-068a-4aef-a617-37610f9eb356: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-61f553af-068a-4aef-a617-37610f9eb356: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-61f553af-068a-4aef-a617-37610f9eb356-root {
    text-align: center;
  }


#s-61f553af-068a-4aef-a617-37610f9eb356.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-61f553af-068a-4aef-a617-37610f9eb356-root {
    text-align: center;
  }


#s-61f553af-068a-4aef-a617-37610f9eb356.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-61f553af-068a-4aef-a617-37610f9eb356-root {
    text-align: center;
  }


#s-61f553af-068a-4aef-a617-37610f9eb356.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-61f553af-068a-4aef-a617-37610f9eb356-root {
    text-align: center;
  }


#s-61f553af-068a-4aef-a617-37610f9eb356.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-61f553af-068a-4aef-a617-37610f9eb356-root {
    text-align: center;
  }


#s-61f553af-068a-4aef-a617-37610f9eb356.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-61f553af-068a-4aef-a617-37610f9eb356-root {
    text-align: center;
  }


#s-61f553af-068a-4aef-a617-37610f9eb356.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-f5dfce97-5d3d-461a-994f-ba0472147660 {
  min-height: 50px;
}








#s-f5dfce97-5d3d-461a-994f-ba0472147660 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5dfce97-5d3d-461a-994f-ba0472147660.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df16d4d0-daac-4a37-a516-071c5759796b {
  max-width: 700px;
text-align: center;
}







  #s-df16d4d0-daac-4a37-a516-071c5759796b img.shogun-image {
    

    
    
    
  }


#s-df16d4d0-daac-4a37-a516-071c5759796b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-158ac04f-adb9-43f3-8c5c-b43dd7678e34"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-158ac04f-adb9-43f3-8c5c-b43dd7678e34"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 992px) {
[id="s-158ac04f-adb9-43f3-8c5c-b43dd7678e34"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 1.0em);
}

}

@media (min-width: 1200px) {
[id="s-158ac04f-adb9-43f3-8c5c-b43dd7678e34"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 1.0em);
}

}

#s-83a1ce54-dfe4-4dbc-b984-2fd030f4d8dd {
  min-height: 50px;
}








#s-83a1ce54-dfe4-4dbc-b984-2fd030f4d8dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83a1ce54-dfe4-4dbc-b984-2fd030f4d8dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-22ffcf56-b59c-46d6-ba26-bacc73282d44 {
  max-width: 700px;
text-align: center;
}







  #s-22ffcf56-b59c-46d6-ba26-bacc73282d44 img.shogun-image {
    

    
    
    
  }


#s-22ffcf56-b59c-46d6-ba26-bacc73282d44 .shogun-image-content {
  
    align-items: center;
  
}

#s-c2d048ed-a28a-4529-acd0-4c83132f45a9 {
  margin-left: 4em;
margin-right: 4em;
min-height: 50px;
}
@media (min-width: 1200px){#s-c2d048ed-a28a-4529-acd0-4c83132f45a9 {
  margin-left: 5em;
margin-right: 5em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c2d048ed-a28a-4529-acd0-4c83132f45a9 {
  margin-left: 2em;
margin-right: 2em;
}
}@media (max-width: 767px){#s-c2d048ed-a28a-4529-acd0-4c83132f45a9 {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-c2d048ed-a28a-4529-acd0-4c83132f45a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c2d048ed-a28a-4529-acd0-4c83132f45a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5 {
  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-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5: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-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5: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-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5-root {
    text-align: center;
  }


#s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5-root {
    text-align: center;
  }


#s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5-root {
    text-align: center;
  }


#s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5-root {
    text-align: center;
  }


#s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5-root {
    text-align: center;
  }


#s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}
}
  #s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5-root {
    text-align: center;
  }


#s-f30f74bd-c6fd-4cd9-bcb7-ad1c3acc92f5.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-33c13e3a-37f9-458e-a277-fdd67922ca88 {
  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-33c13e3a-37f9-458e-a277-fdd67922ca88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-33c13e3a-37f9-458e-a277-fdd67922ca88.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e4838235-e956-4e6a-8a19-516c938faaf5 {
  margin-top: 2em;
margin-bottom: 2em;
}

@media (min-width: 0px) {
[id="s-e4838235-e956-4e6a-8a19-516c938faaf5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.5em);
}

}

@media (min-width: 768px) {
[id="s-e4838235-e956-4e6a-8a19-516c938faaf5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 992px) {
[id="s-e4838235-e956-4e6a-8a19-516c938faaf5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.75em);
}

}

@media (min-width: 1200px) {
[id="s-e4838235-e956-4e6a-8a19-516c938faaf5"] > .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-f2e97a1c-e9e7-439f-bb63-48cd4b174147 {
  text-align: left;
}



.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-f2e97a1c-e9e7-439f-bb63-48cd4b174147 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-64192f18-0c7d-45af-b150-5fa8794288c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64192f18-0c7d-45af-b150-5fa8794288c8 .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-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba {
  text-align: left;
}



.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba img.shogun-image {
  width: 100%;
}



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

.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba img.shogun-image {
  width: 100%;
}



}

.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-b3313e7e-bc32-48b9-89cc-5ba57b43e2ba img.shogun-image {
  width: 100%;
}




#s-88e7a664-cdfd-4cfc-8080-c1f39ab3d10a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88e7a664-cdfd-4cfc-8080-c1f39ab3d10a .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-05099256-6472-4a7a-98ec-89b0e6e89380 {
  text-align: left;
}



.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 img.shogun-image {
  width: 100%;
}



}

.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-05099256-6472-4a7a-98ec-89b0e6e89380 img.shogun-image {
  width: 100%;
}




#s-f99b2b2d-3345-4170-9724-8a704ddbfb5f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f99b2b2d-3345-4170-9724-8a704ddbfb5f .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-ba4c91e9-d066-4550-8281-6a52925e5aed {
  text-align: left;
}



.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed img.shogun-image {
  width: 100%;
}



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

.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed img.shogun-image {
  width: 100%;
}



}

.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-ba4c91e9-d066-4550-8281-6a52925e5aed img.shogun-image {
  width: 100%;
}




#s-6e23bdcd-6045-4ea0-8395-70daa2069e7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6e23bdcd-6045-4ea0-8395-70daa2069e7e .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-777f1ff8-a4fd-4521-873d-a3fad92dc74d {
  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-777f1ff8-a4fd-4521-873d-a3fad92dc74d: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-777f1ff8-a4fd-4521-873d-a3fad92dc74d: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-777f1ff8-a4fd-4521-873d-a3fad92dc74d-root {
    text-align: center;
  }


#s-777f1ff8-a4fd-4521-873d-a3fad92dc74d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
@media (min-width: 1200px){
  #s-777f1ff8-a4fd-4521-873d-a3fad92dc74d-root {
    text-align: center;
  }


#s-777f1ff8-a4fd-4521-873d-a3fad92dc74d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-777f1ff8-a4fd-4521-873d-a3fad92dc74d-root {
    text-align: center;
  }


#s-777f1ff8-a4fd-4521-873d-a3fad92dc74d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-777f1ff8-a4fd-4521-873d-a3fad92dc74d-root {
    text-align: center;
  }


#s-777f1ff8-a4fd-4521-873d-a3fad92dc74d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}@media (max-width: 767px){
  #s-777f1ff8-a4fd-4521-873d-a3fad92dc74d-root {
    text-align: center;
  }


#s-777f1ff8-a4fd-4521-873d-a3fad92dc74d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}
}
  #s-777f1ff8-a4fd-4521-873d-a3fad92dc74d-root {
    text-align: center;
  }


#s-777f1ff8-a4fd-4521-873d-a3fad92dc74d.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 20px;
  
  
  
  display:  block ;
}

#s-a1666794-55c3-43af-a895-b1575293a9ea {
  margin-left: auto;
margin-right: auto;
padding-left: 1em;
padding-right: 1em;
max-width: 1300px;
}

@media (min-width: 0px) {
[id="s-a1666794-55c3-43af-a895-b1575293a9ea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a1666794-55c3-43af-a895-b1575293a9ea"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 992px) {
[id="s-a1666794-55c3-43af-a895-b1575293a9ea"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

@media (min-width: 1200px) {
[id="s-a1666794-55c3-43af-a895-b1575293a9ea"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.6666666666666666em);
}

}

#s-8177f3d7-d611-4ddc-a201-9224caf24e2c {
  min-height: 50px;
}








#s-8177f3d7-d611-4ddc-a201-9224caf24e2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8177f3d7-d611-4ddc-a201-9224caf24e2c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-c13f7247-c211-4e73-8c50-6387f2c4d36d {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}







  #s-c13f7247-c211-4e73-8c50-6387f2c4d36d img.shogun-image {
    

    
    
    
  }


#s-c13f7247-c211-4e73-8c50-6387f2c4d36d .shogun-image-content {
  
    align-items: center;
  
}

#s-02c6b778-8326-4ad5-9770-cd0c002275bb {
  min-height: 50px;
}








#s-02c6b778-8326-4ad5-9770-cd0c002275bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02c6b778-8326-4ad5-9770-cd0c002275bb.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0525aafe-92ae-4dd1-930b-691517d8ce1c {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}







  #s-0525aafe-92ae-4dd1-930b-691517d8ce1c img.shogun-image {
    

    
    
    
  }


#s-0525aafe-92ae-4dd1-930b-691517d8ce1c .shogun-image-content {
  
    align-items: center;
  
}

#s-d7f28721-d80e-4b9f-a9d0-22acba737fe0 {
  min-height: 50px;
}








#s-d7f28721-d80e-4b9f-a9d0-22acba737fe0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7f28721-d80e-4b9f-a9d0-22acba737fe0.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f9faa876-9e71-41b5-84c1-74158e937d4c {
  margin-left: auto;
margin-right: auto;
max-width: 175px;
text-align: center;
}








#s-f9faa876-9e71-41b5-84c1-74158e937d4c .shogun-image-content {
  
    align-items: center;
  
}

#s-34db5865-95a6-4001-a746-b9d8333766ce {
  min-height: 600px;
}








#s-34db5865-95a6-4001-a746-b9d8333766ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34db5865-95a6-4001-a746-b9d8333766ce.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-69b00d4d-848c-4a26-9abb-d60024989bb3 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 0em;
padding-bottom: 0em;
}

#s-69b00d4d-848c-4a26-9abb-d60024989bb3 .shg-sld-dot {
  background-color: rgba(146, 206, 190, 1);
}

#s-69b00d4d-848c-4a26-9abb-d60024989bb3 .shg-sld-nav-button.shg-sld-left,
#s-69b00d4d-848c-4a26-9abb-d60024989bb3 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(146, 206, 190, 1);
}

#s-185ab76c-5f0a-4b11-83f0-2a7a34c122a4 {
  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-185ab76c-5f0a-4b11-83f0-2a7a34c122a4 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-185ab76c-5f0a-4b11-83f0-2a7a34c122a4.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-77262e2a-6d12-46ae-a906-4e37c699c6ab {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-77262e2a-6d12-46ae-a906-4e37c699c6ab .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-77262e2a-6d12-46ae-a906-4e37c699c6ab table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-77262e2a-6d12-46ae-a906-4e37c699c6ab 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-77262e2a-6d12-46ae-a906-4e37c699c6ab td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-77262e2a-6d12-46ae-a906-4e37c699c6ab td.shogun-table-column, #s-77262e2a-6d12-46ae-a906-4e37c699c6ab td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-be4fbf5b-d4b7-465a-9238-c7ad121d96c5 .shogun-icon-wrapper {
  text-align: center;
}


#s-be4fbf5b-d4b7-465a-9238-c7ad121d96c5 .shogun-icon-wrapper > .shogun-icon {

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

#s-b35de812-9d85-4ac0-b09c-cb499b4e1923 .shogun-icon-wrapper {
  text-align: center;
}


#s-b35de812-9d85-4ac0-b09c-cb499b4e1923 .shogun-icon-wrapper > .shogun-icon {

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

#s-3e5e952d-58d6-41f7-96e0-f7259aa226a9 .shogun-icon-wrapper {
  text-align: center;
}


#s-3e5e952d-58d6-41f7-96e0-f7259aa226a9 .shogun-icon-wrapper > .shogun-icon {

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

#s-8c73b251-5fe2-4964-92ae-34b87be59a96 .shogun-icon-wrapper {
  text-align: center;
}


#s-8c73b251-5fe2-4964-92ae-34b87be59a96 .shogun-icon-wrapper > .shogun-icon {

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

#s-57ea2f5b-fa72-43b5-b0b4-ff9d823499ad .shogun-icon-wrapper {
  text-align: center;
}


#s-57ea2f5b-fa72-43b5-b0b4-ff9d823499ad .shogun-icon-wrapper > .shogun-icon {

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

#s-94c28182-233e-458e-a83f-61d6d20a1809 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-ebc92695-2f34-42d0-b2c1-a80422091e0b {
  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-ebc92695-2f34-42d0-b2c1-a80422091e0b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-ebc92695-2f34-42d0-b2c1-a80422091e0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf8cc84e-8f20-44ba-b653-997682d236f6 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-cf8cc84e-8f20-44ba-b653-997682d236f6 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-cf8cc84e-8f20-44ba-b653-997682d236f6 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-cf8cc84e-8f20-44ba-b653-997682d236f6 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-cf8cc84e-8f20-44ba-b653-997682d236f6 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-cf8cc84e-8f20-44ba-b653-997682d236f6 td.shogun-table-column, #s-cf8cc84e-8f20-44ba-b653-997682d236f6 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-ec7f24f2-0f16-4671-9b0d-b6bca1da22d0 .shogun-icon-wrapper {
  text-align: center;
}


#s-ec7f24f2-0f16-4671-9b0d-b6bca1da22d0 .shogun-icon-wrapper > .shogun-icon {

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

#s-35f24c32-5434-4e13-87e0-9d7f229cfb87 .shogun-icon-wrapper {
  text-align: center;
}


#s-35f24c32-5434-4e13-87e0-9d7f229cfb87 .shogun-icon-wrapper > .shogun-icon {

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

#s-4c90c53d-c5f9-4c7b-9bea-01ee91f56359 .shogun-icon-wrapper {
  text-align: center;
}


#s-4c90c53d-c5f9-4c7b-9bea-01ee91f56359 .shogun-icon-wrapper > .shogun-icon {

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

#s-65cac115-73a0-43e8-8ece-17ecbdedd6bb .shogun-icon-wrapper {
  text-align: center;
}


#s-65cac115-73a0-43e8-8ece-17ecbdedd6bb .shogun-icon-wrapper > .shogun-icon {

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

#s-7a2040d6-38cc-4298-aca0-931030089527 .shogun-icon-wrapper {
  text-align: center;
}


#s-7a2040d6-38cc-4298-aca0-931030089527 .shogun-icon-wrapper > .shogun-icon {

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

#s-47183da7-f8d7-4a2e-af6d-81684feae082 {
  margin-left: auto;
margin-right: auto;
max-width: 1000px;
}

#s-2b3be7c9-2520-48ec-8361-f27d44c7cec3 {
  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-2b3be7c9-2520-48ec-8361-f27d44c7cec3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.6;
}#s-2b3be7c9-2520-48ec-8361-f27d44c7cec3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-def78fc5-6ea9-4ab0-9fdd-dc820978f3a2 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 250px;
}

#s-def78fc5-6ea9-4ab0-9fdd-dc820978f3a2 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-def78fc5-6ea9-4ab0-9fdd-dc820978f3a2 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-def78fc5-6ea9-4ab0-9fdd-dc820978f3a2 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-def78fc5-6ea9-4ab0-9fdd-dc820978f3a2 td.shogun-table-row {
  background-color: rgba(255, 255, 255, 0);
  padding: 10px;
}

#s-def78fc5-6ea9-4ab0-9fdd-dc820978f3a2 td.shogun-table-column, #s-def78fc5-6ea9-4ab0-9fdd-dc820978f3a2 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-a9d5b654-7b23-4d34-ae7e-fa2caa3f0254 .shogun-icon-wrapper {
  text-align: center;
}


#s-a9d5b654-7b23-4d34-ae7e-fa2caa3f0254 .shogun-icon-wrapper > .shogun-icon {

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

#s-33dd1f22-278d-48eb-98b5-e18a1e8d2b03 .shogun-icon-wrapper {
  text-align: center;
}


#s-33dd1f22-278d-48eb-98b5-e18a1e8d2b03 .shogun-icon-wrapper > .shogun-icon {

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

#s-4040a603-b961-4c6f-9368-f517c6f7bb2f .shogun-icon-wrapper {
  text-align: center;
}


#s-4040a603-b961-4c6f-9368-f517c6f7bb2f .shogun-icon-wrapper > .shogun-icon {

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

#s-12a6ee06-da86-4fdf-b76d-82e31de085b5 .shogun-icon-wrapper {
  text-align: center;
}


#s-12a6ee06-da86-4fdf-b76d-82e31de085b5 .shogun-icon-wrapper > .shogun-icon {

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

#s-11c4c929-710d-4cb4-953c-c996229d20f2 .shogun-icon-wrapper {
  text-align: center;
}


#s-11c4c929-710d-4cb4-953c-c996229d20f2 .shogun-icon-wrapper > .shogun-icon {

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

#s-7bb6d63a-839a-4c4e-b57b-7dee95eabeab {
  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}