.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-6a12afe2-18ba-447f-9613-535f1940760d {
  box-shadow:0px 0px 0px 0px rgba(183, 175, 175, 1);
margin-top: 0px;
margin-left: 6%;
margin-bottom: 4%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-6a12afe2-18ba-447f-9613-535f1940760d {
  box-shadow:0px 0px 16px 0px rgba(241, 241, 241, 1);
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
padding-top: 0px;
padding-bottom: 0px;
max-width: 1080px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a12afe2-18ba-447f-9613-535f1940760d {
  box-shadow:  16px  rgba(241, 241, 241, 1);
margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a12afe2-18ba-447f-9613-535f1940760d {
  box-shadow:0px 0px 0px 0px rgba(241, 241, 241, 1);
margin-top: 0px;
margin-left: 15px;
margin-bottom: 0%;
margin-right: 15px;
}
}@media (max-width: 767px){#s-6a12afe2-18ba-447f-9613-535f1940760d {
  box-shadow:0px 0px 0px 0px rgba(241, 241, 241, 1);
margin-left: 20px;
margin-bottom: 0%;
margin-right: 20px;
padding-top: 0px;
padding-bottom: 0px;
}
}







#s-6a12afe2-18ba-447f-9613-535f1940760d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a12afe2-18ba-447f-9613-535f1940760d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97c9eaea-10c1-45af-a8d6-d9436cf364b4 {
  margin-left: auto;
margin-right: auto;
max-width: 1080px;
text-align: center;
}
@media (min-width: 1200px){#s-97c9eaea-10c1-45af-a8d6-d9436cf364b4 {
  text-align: left;
}
}
#s-97c9eaea-10c1-45af-a8d6-d9436cf364b4 {
  display: none;
}
.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-edd8bf17-3735-4f21-8564-4c5d3de91710 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-edd8bf17-3735-4f21-8564-4c5d3de91710 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-edd8bf17-3735-4f21-8564-4c5d3de91710 {
  margin-top: 15px;
margin-bottom: 15px;
padding-top: 0px;
padding-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-edd8bf17-3735-4f21-8564-4c5d3de91710"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-edd8bf17-3735-4f21-8564-4c5d3de91710"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-edd8bf17-3735-4f21-8564-4c5d3de91710"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-edd8bf17-3735-4f21-8564-4c5d3de91710"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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-29503b2e-991c-4599-afea-1a9ea2a717c4 {
  box-shadow:0px 0px 0px 0px rgba(241, 241, 241, 1);
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
border-style: dotted;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}



.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-29503b2e-991c-4599-afea-1a9ea2a717c4 img.shogun-image {
  width: 100%;
}



}
.shg-gallery-root {
}

.shg-gallery-arrows-container {
  display: flex;
  align-items: center;
  position: relative;
}

.shg-gallery-dots-container {
  display: flex;
  justify-content: center;
  position: relative;
}

.shg-gallery-scroll-container {
  position: relative;
}

.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.shg-gallery-image-hidden {
  display: none;
}

.shg-gallery-scroll-button {
  position: absolute;
  width: 3%;
  max-width: 48px;
  max-height: 48px;
}

.shg-left {
  left: 0;
  margin-left: 1%;
}

.shg-right {
  right: 0;
  margin-right: 1%;
}

.shg-gallery-dot {
  height: 14px;
  width: 14px;
  opacity: 0.5;
  border-radius: 100%;
  margin: 0 8px;
}

.shg-selected {
  opacity: 1;
}

#s-cc3b2413-e614-4a7c-8f5b-3f9f1b51d016 {
  box-shadow:0px 0px 0px 0px rgba(241, 241, 241, 1);
margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cc3b2413-e614-4a7c-8f5b-3f9f1b51d016 .shg-gallery-thumb-image-wrapper {
  

  flex-basis: 16.666666666666668%;
  padding-right: 0px;
  padding-bottom: 0px;
}

#s-cc3b2413-e614-4a7c-8f5b-3f9f1b51d016 .shg-gallery-dots-container {
  
    margin-top: -22px;
    padding-bottom: 8px;
  
}

#s-cc3b2413-e614-4a7c-8f5b-3f9f1b51d016 .shg-gallery-thumb-list-margin {
  margin-right: -0px;
}

#s-cc3b2413-e614-4a7c-8f5b-3f9f1b51d016 .shg-gallery-scroll-container {
  
    width: 100%;
  
}

#s-cc3b2413-e614-4a7c-8f5b-3f9f1b51d016 .shg-gallery-scroll-button {
  color: #FFF;
}

#s-cc3b2413-e614-4a7c-8f5b-3f9f1b51d016 .shg-gallery-dot {
  background-color: #FFF;
}

#s-c7454bc4-6a07-457b-9d4f-f36e3b0a044e {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 0px;
margin-right: 20px;
min-height: 50px;
}
@media (min-width: 1200px){#s-c7454bc4-6a07-457b-9d4f-f36e3b0a044e {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c7454bc4-6a07-457b-9d4f-f36e3b0a044e {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c7454bc4-6a07-457b-9d4f-f36e3b0a044e {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-c7454bc4-6a07-457b-9d4f-f36e3b0a044e {
  margin-top: 10px;
margin-left: 0%;
margin-right: 0%;
}
}







#s-c7454bc4-6a07-457b-9d4f-f36e3b0a044e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7454bc4-6a07-457b-9d4f-f36e3b0a044e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-15cf4c1a-6416-4558-8f9a-ea6b2b7a907f {
  margin-bottom: 10px;
}

.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-b52468cc-1a77-4609-9c98-f62bd25f6eb5 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
text-align: left;
background-color: rgba(255, 255, 255, 1);
}

#s-b52468cc-1a77-4609-9c98-f62bd25f6eb5 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: Helvetica-Bold;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-19a7a8ae-82cc-499d-a657-e49442d9eea8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-19a7a8ae-82cc-499d-a657-e49442d9eea8 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  
  
  text-align: left;
}



#s-7600fd74-4da7-44fe-8e89-6540db911543 {
  margin-top: 20px;
margin-left: 0%;
}
@media (max-width: 767px){#s-7600fd74-4da7-44fe-8e89-6540db911543 {
  margin-top: 15px;
}
}
@media (min-width: 0px) {
[id="s-7600fd74-4da7-44fe-8e89-6540db911543"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-7600fd74-4da7-44fe-8e89-6540db911543"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7600fd74-4da7-44fe-8e89-6540db911543"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7600fd74-4da7-44fe-8e89-6540db911543"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-680156aa-9021-4969-951c-574e9b5f0601 {
  margin-top: 0px;
text-align: left;
}

#s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper {
  display: flex;
}

#s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



@media (max-width: 767px){#s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper {
  display: flex;
}

#s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-680156aa-9021-4969-951c-574e9b5f0601 .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



}
#s-c232f793-92e7-446f-82f3-3767925db28e {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: right;
}
@media (min-width: 1200px){#s-c232f793-92e7-446f-82f3-3767925db28e {
  margin-right: 0%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c232f793-92e7-446f-82f3-3767925db28e {
  margin-right: 0%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c232f793-92e7-446f-82f3-3767925db28e {
  margin-right: 0%;
}
}@media (max-width: 767px){#s-c232f793-92e7-446f-82f3-3767925db28e {
  margin-top: 6px;
}
}
#s-c232f793-92e7-446f-82f3-3767925db28e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 20px;
  font-weight:   ;
  font-family: Helvetica-Bold;
  font-style:  normal ;
}

#s-c232f793-92e7-446f-82f3-3767925db28e .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Helvetica-Bold;
  font-style:  normal ;
  font-size: 20px;
}

#s-c232f793-92e7-446f-82f3-3767925db28e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
background-color: rgba(20, 46, 79, 1);
cursor: pointer;
text-align: center;
background-image: none;
hover-type: color;
}
#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8:hover {background-color: rgba(206, 164, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8:active {background-color: rgba(20, 46, 79, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 16px;
padding-bottom: 16px;
background-position: undefined 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  padding-top: 16px;
padding-bottom: 16px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  padding-top: 16px;
padding-bottom: 16px;
}
}@media (max-width: 767px){#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  padding-top: 15px;
padding-bottom: 15px;
}
}


#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


@media (min-width: 1200px){

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


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

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


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

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 12px;
  color: rgba(255, 255, 255, 1);
}


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

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}

#s-a9d6788f-90d3-4f30-a9fe-ce0704f783e8.shg-btn.shg-product-atc-error {
  
  font-family: Helvetica-Bold;
  
  font-size: 14px;
  color: rgba(255, 255, 255, 1);
}


}
#s-d49f2546-1c6a-4e55-8d66-1761704da566 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 40px;
margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-d49f2546-1c6a-4e55-8d66-1761704da566 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d49f2546-1c6a-4e55-8d66-1761704da566 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d49f2546-1c6a-4e55-8d66-1761704da566 {
  margin-top: 20px;
margin-left: 0em;
margin-bottom: 40px;
margin-right: 0em;
}
}@media (max-width: 767px){#s-d49f2546-1c6a-4e55-8d66-1761704da566 {
  margin-top: 0px;
margin-left: 0em;
margin-bottom: 20px;
margin-right: 0em;
}
}







#s-d49f2546-1c6a-4e55-8d66-1761704da566 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d49f2546-1c6a-4e55-8d66-1761704da566.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);
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d {
  margin-top: 40px;
text-align: left;
}
@media (max-width: 767px){#s-ea6cd4bc-1088-4643-9267-03b8474a852d {
  margin-top: 40px;
}
}

  #s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(241, 241, 243, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(206, 164, 52, 1);
    border: 1px solid rgba(0, 0, 0, 0);
  }
#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(206, 164, 52, 1);
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){
  #s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(241, 241, 243, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(206, 164, 52, 1);
    border: 1px solid rgba(0, 0, 0, 0);
  }
#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(206, 164, 52, 1);
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
}@media (max-width: 767px){
  #s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-box {
    background: rgba(241, 241, 243, 1);
    border: 1px solid rgba(255, 255, 255, 1);
  }
  #s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(206, 164, 52, 1);
    border: 1px solid rgba(0, 0, 0, 0);
  }
#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: 14px;
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(206, 164, 52, 1);
}

#s-ea6cd4bc-1088-4643-9267-03b8474a852d .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0);
}
}
#s-faa44c03-1402-4bd9-a13a-a6f015388ac0 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 164, 52, 1);
border-style: solid;
min-height: 50px;
}








#s-faa44c03-1402-4bd9-a13a-a6f015388ac0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-faa44c03-1402-4bd9-a13a-a6f015388ac0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
@media (min-width: 1200px){#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (max-width: 767px){#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper {
  text-align: center;
}


#s-6a6f7474-3d44-47ff-8d55-d6d85d1830a1 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}
#s-016a0881-2167-4a9b-89ab-a6917fc8354f {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-016a0881-2167-4a9b-89ab-a6917fc8354f .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 1200px){#s-016a0881-2167-4a9b-89ab-a6917fc8354f .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-016a0881-2167-4a9b-89ab-a6917fc8354f .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-016a0881-2167-4a9b-89ab-a6917fc8354f .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-016a0881-2167-4a9b-89ab-a6917fc8354f .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-f224afa0-4f59-4199-8a63-14dda7f79279 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f224afa0-4f59-4199-8a63-14dda7f79279 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 1200px){#s-f224afa0-4f59-4199-8a63-14dda7f79279 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.46em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f224afa0-4f59-4199-8a63-14dda7f79279 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.46em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f224afa0-4f59-4199-8a63-14dda7f79279 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.03em;
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-f224afa0-4f59-4199-8a63-14dda7f79279 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-4f6c7be8-d37a-4dc3-9cd4-a1e7cb9346a5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 164, 52, 1);
border-style: solid;
min-height: 50px;
}








#s-4f6c7be8-d37a-4dc3-9cd4-a1e7cb9346a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f6c7be8-d37a-4dc3-9cd4-a1e7cb9346a5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper {
  text-align: center;
}


#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
@media (min-width: 1200px){#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper {
  text-align: center;
}


#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper {
  text-align: center;
}


#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper {
  text-align: center;
}


#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (max-width: 767px){#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper {
  text-align: center;
}


#s-74fb66e8-9d71-49ab-87a8-bbdd9510c72a .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}
#s-11bf0b83-6d67-4346-8083-806e31778c54 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-11bf0b83-6d67-4346-8083-806e31778c54 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 1200px){#s-11bf0b83-6d67-4346-8083-806e31778c54 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-11bf0b83-6d67-4346-8083-806e31778c54 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-11bf0b83-6d67-4346-8083-806e31778c54 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-11bf0b83-6d67-4346-8083-806e31778c54 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-471d05c9-f37a-40a0-b498-585ed34689d7 {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-471d05c9-f37a-40a0-b498-585ed34689d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-471d05c9-f37a-40a0-b498-585ed34689d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.46em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-471d05c9-f37a-40a0-b498-585ed34689d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.46em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-471d05c9-f37a-40a0-b498-585ed34689d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.03em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-471d05c9-f37a-40a0-b498-585ed34689d7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  
  letter-spacing: 0px;
  text-align: left;
}


}
.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-e8d3f488-2993-499f-8b38-8d7cded6f4b4 {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-e8d3f488-2993-499f-8b38-8d7cded6f4b4 {
  margin-top: 20px;
margin-left: -10px;
margin-right: -10px;
}
}@media (max-width: 767px){#s-e8d3f488-2993-499f-8b38-8d7cded6f4b4 {
  margin-top: 10px;
}
}
#s-e8d3f488-2993-499f-8b38-8d7cded6f4b4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#s-e8d3f488-2993-499f-8b38-8d7cded6f4b4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e8d3f488-2993-499f-8b38-8d7cded6f4b4 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 11px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e8d3f488-2993-499f-8b38-8d7cded6f4b4 td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-e8d3f488-2993-499f-8b38-8d7cded6f4b4 td.shogun-table-column, #s-e8d3f488-2993-499f-8b38-8d7cded6f4b4 td.shogun-table-row {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-3b733ecc-ffaa-412a-982f-0c1773b44014 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3b733ecc-ffaa-412a-982f-0c1773b44014 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3b733ecc-ffaa-412a-982f-0c1773b44014 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-795f4bf1-6c9c-400f-b752-aaaede92b1a3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-795f4bf1-6c9c-400f-b752-aaaede92b1a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-795f4bf1-6c9c-400f-b752-aaaede92b1a3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-cc3f420d-ea11-4a11-9d03-b0e38949e471 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cc3f420d-ea11-4a11-9d03-b0e38949e471 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cc3f420d-ea11-4a11-9d03-b0e38949e471 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-e61cb608-87a3-4aad-81df-18eb702818a9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e61cb608-87a3-4aad-81df-18eb702818a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e61cb608-87a3-4aad-81df-18eb702818a9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-78c5cf10-141d-432d-9a86-7743b1901d50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-78c5cf10-141d-432d-9a86-7743b1901d50 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-78c5cf10-141d-432d-9a86-7743b1901d50 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-50126b7a-cfbf-4a79-8be0-3cf6aa76fb99 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-50126b7a-cfbf-4a79-8be0-3cf6aa76fb99 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-50126b7a-cfbf-4a79-8be0-3cf6aa76fb99 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-580fb47e-e278-4613-9514-1e5cf699b5df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-580fb47e-e278-4613-9514-1e5cf699b5df .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-580fb47e-e278-4613-9514-1e5cf699b5df .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-b79fb8c3-23b9-4bf5-b40c-4268e83ca723 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b79fb8c3-23b9-4bf5-b40c-4268e83ca723 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-b79fb8c3-23b9-4bf5-b40c-4268e83ca723 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-d442cde1-aa93-4815-b2eb-2c8da3a2d220 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d442cde1-aa93-4815-b2eb-2c8da3a2d220 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-d442cde1-aa93-4815-b2eb-2c8da3a2d220 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-5276fd89-dff4-40e8-b7c1-72ea8d63629f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5276fd89-dff4-40e8-b7c1-72ea8d63629f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-5276fd89-dff4-40e8-b7c1-72ea8d63629f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-ffd99534-4f75-455c-b21a-2ae9c9cb908f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ffd99534-4f75-455c-b21a-2ae9c9cb908f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ffd99534-4f75-455c-b21a-2ae9c9cb908f .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7a1fe3c0-8720-4584-bdbd-585b808e2041 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7a1fe3c0-8720-4584-bdbd-585b808e2041 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7a1fe3c0-8720-4584-bdbd-585b808e2041 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-c51912e3-141a-4274-a592-6e21ac6b4569 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c51912e3-141a-4274-a592-6e21ac6b4569 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c51912e3-141a-4274-a592-6e21ac6b4569 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-7d27852a-8d90-44f0-8aea-3d5b2e6a6e66 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d27852a-8d90-44f0-8aea-3d5b2e6a6e66 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-7d27852a-8d90-44f0-8aea-3d5b2e6a6e66 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9b26c39b-4466-482c-83b9-02669313a4c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9b26c39b-4466-482c-83b9-02669313a4c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9b26c39b-4466-482c-83b9-02669313a4c0 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-868e8838-467f-4eb2-8bdf-88b904aff3a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-868e8838-467f-4eb2-8bdf-88b904aff3a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-868e8838-467f-4eb2-8bdf-88b904aff3a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-28f58d98-cbb9-4ecf-bf89-5cbb72c8a99e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-28f58d98-cbb9-4ecf-bf89-5cbb72c8a99e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-28f58d98-cbb9-4ecf-bf89-5cbb72c8a99e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-678b8918-0d59-4238-9827-f9260e283d3c {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a7f238ba-a478-4cc7-a2b8-f979abf2309f {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-56e113c6-bffb-4d54-a9e4-d5d2e77b40c5 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1242c737-ecb6-4776-9a85-2222998835bb {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-96d630db-58d9-4667-8a74-c4ca3d81d18b {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-dbcdf0cd-f637-4308-a437-d1d1c736324f {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

.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-e17b67c9-807f-4601-a9ba-053cd1dd0028 {
  margin-top: 10px;
margin-bottom: 0em;
}
@media (max-width: 767px){#s-e17b67c9-807f-4601-a9ba-053cd1dd0028 {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-e17b67c9-807f-4601-a9ba-053cd1dd0028 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-e17b67c9-807f-4601-a9ba-053cd1dd0028 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 4, 4, 1);
  padding: 10px;
}

#s-e17b67c9-807f-4601-a9ba-053cd1dd0028 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-e17b67c9-807f-4601-a9ba-053cd1dd0028 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-e17b67c9-807f-4601-a9ba-053cd1dd0028 > .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: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-e17b67c9-807f-4601-a9ba-053cd1dd0028 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-4956e3ff-0c0c-4eb7-9589-8cc7cf1dc366 {
  margin-top: 5px;
}
@media (max-width: 767px){#s-4956e3ff-0c0c-4eb7-9589-8cc7cf1dc366 {
  margin-left: 0em;
margin-right: 0em;
}
}
#s-4956e3ff-0c0c-4eb7-9589-8cc7cf1dc366 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-4956e3ff-0c0c-4eb7-9589-8cc7cf1dc366 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-4956e3ff-0c0c-4eb7-9589-8cc7cf1dc366 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-4956e3ff-0c0c-4eb7-9589-8cc7cf1dc366 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-4956e3ff-0c0c-4eb7-9589-8cc7cf1dc366 > .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: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-4956e3ff-0c0c-4eb7-9589-8cc7cf1dc366 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}
#s-b5519cc8-a61a-40dc-b658-e9405e8ce686 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-b5519cc8-a61a-40dc-b658-e9405e8ce686 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5519cc8-a61a-40dc-b658-e9405e8ce686.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-08396cea-217c-424b-99fd-deeec25813ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08396cea-217c-424b-99fd-deeec25813ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-08396cea-217c-424b-99fd-deeec25813ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-08396cea-217c-424b-99fd-deeec25813ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-342ff530-fa7b-4ce7-a580-c6cc128d4929 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-5c0f8557-5336-4a4a-bd47-04212975d4fe {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
@media (max-width: 767px){#s-5c0f8557-5336-4a4a-bd47-04212975d4fe {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-5c0f8557-5336-4a4a-bd47-04212975d4fe .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#s-5c0f8557-5336-4a4a-bd47-04212975d4fe table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-5c0f8557-5336-4a4a-bd47-04212975d4fe td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-5c0f8557-5336-4a4a-bd47-04212975d4fe td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-5c0f8557-5336-4a4a-bd47-04212975d4fe td.shogun-table-column, #s-5c0f8557-5336-4a4a-bd47-04212975d4fe td.shogun-table-row {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-cfec86e4-9021-4e43-b400-2ed838cae4ab {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-aed7bf65-a4b6-4f6c-936b-79f9d1f20e83 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-3d98dd8c-36e1-47c5-8edf-74630c2baecf {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4f52a905-3c8a-4020-a3fa-79ecb8ada352 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-61314e55-dd75-4d0b-a2d7-f9989e9ed002 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-003bbb10-b6e9-4fb0-b658-e2d34f9f46a3 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-7ea8ff76-0d75-4984-a088-73c829eaac64 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e8876626-f58e-4d2e-8b75-6de7071ddef0 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ac8e77de-7731-4f15-a59e-17bbf704308e {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0b19dc63-1ce2-4ecf-a966-8c4b020a16ae {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-6e79f6a0-ed5c-4eee-99eb-8445e6b36b30 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0bea53d9-b1ab-4d30-a15a-c9415c1c2e65 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0c041b56-8b7f-4cd2-badf-6521562da2ca {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f511c1fd-0bde-4437-8071-e267d87adbfc {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-49f57c3b-d97e-4a73-a966-c8a88c6e4dad {
  margin-top: 11px;
margin-left: 11px;
margin-bottom: 11px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8ca4628e-820a-4712-aa5f-d90c2cbf8429 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fe421bc5-d9eb-4bff-b17e-09f3b01b43a2 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a0b105bb-6684-4bd2-bbb5-d4727be45fc5 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-23ca7e54-4373-43ac-b0b8-d64904415084 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-4ad101c3-6a79-4222-a81f-c11eb82e7e30 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ed81afed-8b4b-46da-90cc-4d5fa6b48692 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-d3194d6e-63f2-46f1-9932-3457e3609bf2 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-d3194d6e-63f2-46f1-9932-3457e3609bf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3194d6e-63f2-46f1-9932-3457e3609bf2.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-caee4ef4-abd2-41af-ac91-3c41e408abb7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-caee4ef4-abd2-41af-ac91-3c41e408abb7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-caee4ef4-abd2-41af-ac91-3c41e408abb7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-caee4ef4-abd2-41af-ac91-3c41e408abb7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-762f8c58-fc2e-4995-9138-6cd3eb664a77 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-88617590-6e9b-4eac-ac67-1cc45df735cf {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-left: 15px;
padding-bottom: 0px;
padding-right: 15px;
}
@media (max-width: 767px){#s-88617590-6e9b-4eac-ac67-1cc45df735cf {
  padding-top: 30px;
padding-bottom: 0px;
}
}
#s-88617590-6e9b-4eac-ac67-1cc45df735cf .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#s-88617590-6e9b-4eac-ac67-1cc45df735cf table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-88617590-6e9b-4eac-ac67-1cc45df735cf td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: left;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-88617590-6e9b-4eac-ac67-1cc45df735cf td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-88617590-6e9b-4eac-ac67-1cc45df735cf td.shogun-table-column, #s-88617590-6e9b-4eac-ac67-1cc45df735cf td.shogun-table-row {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-97d15e7b-2406-4692-87ed-e422e480c8ac {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-fc6aedd1-7f2d-420a-b498-025677c9c550 {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-8e31fea5-36cd-4f7c-881d-d19b51b76b56 {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-daee8e5d-b3d7-4a46-bea6-dec82002654b {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e874bc79-c860-4f8b-b681-23b15d3efebe {
  margin-top: 0px;
margin-left: 10px;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-0e504463-0e75-4953-9d95-c668fe95d27f {
  margin-top: 10px;
margin-left: 11px;
margin-bottom: 10px;
margin-right: 11px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b68b4f2f-4600-49ca-8b4c-ae423ba9800b {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-b68b4f2f-4600-49ca-8b4c-ae423ba9800b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b68b4f2f-4600-49ca-8b4c-ae423ba9800b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe457158-e653-4ef5-9c0b-e4041ad22749 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-829a1eb3-16ba-4e65-844c-9aa6ba5f58ef {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-829a1eb3-16ba-4e65-844c-9aa6ba5f58ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-829a1eb3-16ba-4e65-844c-9aa6ba5f58ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dc35c531-c507-4ffe-91de-449c82af038e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-b7c8cf23-0f2d-4f2a-91d8-574bc80a715d {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-b7c8cf23-0f2d-4f2a-91d8-574bc80a715d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c8cf23-0f2d-4f2a-91d8-574bc80a715d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6899b863-880b-416b-8c45-7c46538ea9c5 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-96fd5e53-84ba-4414-80d8-0e4528eacd2c {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(206, 164, 52, 1);
border-style: solid;
min-height: 50px;
}








#s-96fd5e53-84ba-4414-80d8-0e4528eacd2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-96fd5e53-84ba-4414-80d8-0e4528eacd2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5860f6d2-2c98-4115-a520-f308569a4cba {
  margin-top: 5px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper {
  text-align: center;
}


#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
@media (min-width: 1200px){#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper {
  text-align: center;
}


#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper {
  text-align: center;
}


#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper > .shogun-icon {

  font-size: 44px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (min-width: 768px) and (max-width: 991px){#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper {
  text-align: center;
}


#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}@media (max-width: 767px){#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper {
  text-align: center;
}


#s-5860f6d2-2c98-4115-a520-f308569a4cba .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(206, 164, 52, 1);
}
}
#s-12a6e1fc-898b-4eb6-8de2-e3db6d1c26f6 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-12a6e1fc-898b-4eb6-8de2-e3db6d1c26f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 2px;
  text-align: center;
}


@media (min-width: 1200px){#s-12a6e1fc-898b-4eb6-8de2-e3db6d1c26f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-12a6e1fc-898b-4eb6-8de2-e3db6d1c26f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (min-width: 768px) and (max-width: 991px){#s-12a6e1fc-898b-4eb6-8de2-e3db6d1c26f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 0px;
  text-align: center;
}


}@media (max-width: 767px){#s-12a6e1fc-898b-4eb6-8de2-e3db6d1c26f6 .shogun-heading-component h1 {
  color: rgba(206, 164, 52, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-acdf7ecf-63fc-410e-8145-bfa6e839b1b1 {
  margin-top: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-acdf7ecf-63fc-410e-8145-bfa6e839b1b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-acdf7ecf-63fc-410e-8145-bfa6e839b1b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-acdf7ecf-63fc-410e-8145-bfa6e839b1b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-acdf7ecf-63fc-410e-8145-bfa6e839b1b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-acdf7ecf-63fc-410e-8145-bfa6e839b1b1 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 13px;
  line-height: 1.3em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-e2cc0f24-94b3-44a1-ad35-22833ff8e7be {
  margin-top: 10px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-e2cc0f24-94b3-44a1-ad35-22833ff8e7be .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(238, 238, 238, 1);
  border-radius: 0px;
}

#s-e2cc0f24-94b3-44a1-ad35-22833ff8e7be table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-e2cc0f24-94b3-44a1-ad35-22833ff8e7be td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 5px;
  text-align: center;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-e2cc0f24-94b3-44a1-ad35-22833ff8e7be td.shogun-table-row {
  background-color: #fff;
  padding: 0px;
}

#s-e2cc0f24-94b3-44a1-ad35-22833ff8e7be td.shogun-table-column, #s-e2cc0f24-94b3-44a1-ad35-22833ff8e7be td.shogun-table-row {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-f31fe0d6-d618-44f2-9cac-b540ae6dda91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f31fe0d6-d618-44f2-9cac-b540ae6dda91 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-f31fe0d6-d618-44f2-9cac-b540ae6dda91 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-bc3c7609-9ffa-4c95-be19-f1d6c9443cf3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc3c7609-9ffa-4c95-be19-f1d6c9443cf3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-bc3c7609-9ffa-4c95-be19-f1d6c9443cf3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-1520cc23-e067-45ff-a39b-bf84a9ae6179 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1520cc23-e067-45ff-a39b-bf84a9ae6179 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1520cc23-e067-45ff-a39b-bf84a9ae6179 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a5587338-9d71-4e21-8fb9-3a21bd3c8b17 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5587338-9d71-4e21-8fb9-3a21bd3c8b17 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a5587338-9d71-4e21-8fb9-3a21bd3c8b17 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-717aca8e-915c-4b15-acf4-089a9957a119 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-717aca8e-915c-4b15-acf4-089a9957a119 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-717aca8e-915c-4b15-acf4-089a9957a119 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-edb5745f-ecde-48f9-822c-bb1aad846659 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-edb5745f-ecde-48f9-822c-bb1aad846659 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-edb5745f-ecde-48f9-822c-bb1aad846659 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-c5df723d-859f-458c-874c-71a58b0c98de {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c5df723d-859f-458c-874c-71a58b0c98de .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c5df723d-859f-458c-874c-71a58b0c98de .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-8e2c8c29-5d35-40c0-a117-e2bd069a76f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8e2c8c29-5d35-40c0-a117-e2bd069a76f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8e2c8c29-5d35-40c0-a117-e2bd069a76f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-1d658f35-0ee9-462e-87f5-89d6a73108b7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1d658f35-0ee9-462e-87f5-89d6a73108b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1d658f35-0ee9-462e-87f5-89d6a73108b7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-9323ccdf-6ae0-443e-b7fa-0fea6cbf48c5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9323ccdf-6ae0-443e-b7fa-0fea6cbf48c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-9323ccdf-6ae0-443e-b7fa-0fea6cbf48c5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-625ab74b-de3a-4f48-81bf-d78f93eda667 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-625ab74b-de3a-4f48-81bf-d78f93eda667 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-625ab74b-de3a-4f48-81bf-d78f93eda667 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-86123d0c-5ea3-412c-aaee-2c295c3ffcbf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-86123d0c-5ea3-412c-aaee-2c295c3ffcbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-86123d0c-5ea3-412c-aaee-2c295c3ffcbf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-a4f5ef8a-5de6-4028-8886-ef5cbc46365e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a4f5ef8a-5de6-4028-8886-ef5cbc46365e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-a4f5ef8a-5de6-4028-8886-ef5cbc46365e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-cf6c02c0-0fe1-430f-a545-bc917e7e160c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cf6c02c0-0fe1-430f-a545-bc917e7e160c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-cf6c02c0-0fe1-430f-a545-bc917e7e160c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-3de833ae-336a-4e40-a13f-8313218c1acc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3de833ae-336a-4e40-a13f-8313218c1acc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 12px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-3de833ae-336a-4e40-a13f-8313218c1acc .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 10px;
  
  
  
}


}
#s-71fa9ac5-b628-442c-a42e-c1c9d7d099f9 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ab88435e-319b-4556-a593-b9ab7a0ab9a1 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a6cb9dbd-aaa8-4d28-8ec1-b38a0c336ade {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-347491de-efd1-460a-8f79-bcba64711a4a {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-ea595f6d-ca43-4d8f-94af-d91dbae0501f {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-385505b2-214f-4c94-b49a-f4f38578e156 {
  margin-top: 0px;
margin-left: 11px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-21957d0f-e5be-4549-b569-716b328b6d2a {
  margin-top: 10px;
margin-bottom: 0em;
}
@media (max-width: 767px){#s-21957d0f-e5be-4549-b569-716b328b6d2a {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-21957d0f-e5be-4549-b569-716b328b6d2a > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-21957d0f-e5be-4549-b569-716b328b6d2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(4, 4, 4, 1);
  padding: 10px;
}

#s-21957d0f-e5be-4549-b569-716b328b6d2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-21957d0f-e5be-4549-b569-716b328b6d2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-21957d0f-e5be-4549-b569-716b328b6d2a > .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: Helvetica-Bold;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-21957d0f-e5be-4549-b569-716b328b6d2a > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
#s-389710d2-8336-47ac-96ee-415786e46815 {
  margin-top: 5px;
margin-bottom: 0em;
}
@media (max-width: 767px){#s-389710d2-8336-47ac-96ee-415786e46815 {
  padding-left: 0em;
padding-right: 0em;
}
}
#s-389710d2-8336-47ac-96ee-415786e46815 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-389710d2-8336-47ac-96ee-415786e46815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-389710d2-8336-47ac-96ee-415786e46815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-389710d2-8336-47ac-96ee-415786e46815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-389710d2-8336-47ac-96ee-415786e46815 > .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: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-389710d2-8336-47ac-96ee-415786e46815 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: ;
}
.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-7ea69a82-e6ce-470b-8220-205a11917465 {
  margin-top: 5px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
border-radius: 0px;
background-color: rgba(206, 164, 52, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-7ea69a82-e6ce-470b-8220-205a11917465:hover {background-color: rgba(206, 164, 52, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7ea69a82-e6ce-470b-8220-205a11917465:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7ea69a82-e6ce-470b-8220-205a11917465 {
  margin-left: 0em;
margin-right: 0em;
}
}

  #s-7ea69a82-e6ce-470b-8220-205a11917465-root {
    text-align: center;
  }


#s-7ea69a82-e6ce-470b-8220-205a11917465.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7ea69a82-e6ce-470b-8220-205a11917465-root {
    text-align: center;
  }


#s-7ea69a82-e6ce-470b-8220-205a11917465.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7ea69a82-e6ce-470b-8220-205a11917465-root {
    text-align: center;
  }


#s-7ea69a82-e6ce-470b-8220-205a11917465.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7ea69a82-e6ce-470b-8220-205a11917465-root {
    text-align: center;
  }


#s-7ea69a82-e6ce-470b-8220-205a11917465.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7ea69a82-e6ce-470b-8220-205a11917465-root {
    text-align: center;
  }


#s-7ea69a82-e6ce-470b-8220-205a11917465.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  
  
  font-family: Helvetica-Bold;
  display:  block ;
}
}
#s-ea51bd7e-4acd-40d1-abd4-ac86e7c97d41 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-ea51bd7e-4acd-40d1-abd4-ac86e7c97d41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea51bd7e-4acd-40d1-abd4-ac86e7c97d41.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53a37d80-03b7-477e-bb5b-3bc11e65e466 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-9cdd1db1-8843-4c22-a01c-d00a2939176b {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-9cdd1db1-8843-4c22-a01c-d00a2939176b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cdd1db1-8843-4c22-a01c-d00a2939176b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d29ffe04-6762-4c65-8c9f-10e1aa2718a9 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-f088800d-7db7-4142-b11a-0af4830bed51 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-f088800d-7db7-4142-b11a-0af4830bed51 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f088800d-7db7-4142-b11a-0af4830bed51.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-62af9ccb-e4b4-4bde-a394-84fa3daef244 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-336cd047-ca97-4bce-b92d-3b6853612647 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-336cd047-ca97-4bce-b92d-3b6853612647 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-336cd047-ca97-4bce-b92d-3b6853612647.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0f992ada-7717-44a4-8a80-259bb9bfac51 {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-49f14d9c-c7af-4ba9-b69c-75810c6bd052 {
  margin-left: 6px;
margin-right: 6px;
padding-top: 20px;
padding-bottom: 20px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-49f14d9c-c7af-4ba9-b69c-75810c6bd052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49f14d9c-c7af-4ba9-b69c-75810c6bd052.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41e01982-492a-4650-a065-8c1dc74ced3e {
  margin-top: 0px;
margin-left: 15px;
margin-bottom: 0px;
margin-right: 15px;
}

#s-6ea3a229-87cd-4840-abf4-ec6d68b0c84e {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 1);
margin-top: 40px;
margin-left: 6%;
margin-bottom: 0%;
margin-right: 6%;
}
@media (min-width: 1200px){#s-6ea3a229-87cd-4840-abf4-ec6d68b0c84e {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6ea3a229-87cd-4840-abf4-ec6d68b0c84e {
  margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1080px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-6ea3a229-87cd-4840-abf4-ec6d68b0c84e {
  margin-left: 0em;
margin-bottom: 40px;
margin-right: 0em;
}
}@media (max-width: 767px){#s-6ea3a229-87cd-4840-abf4-ec6d68b0c84e {
  margin-top: 20px;
margin-left: 0em;
margin-bottom: 20px;
margin-right: 0em;
}
}







#s-6ea3a229-87cd-4840-abf4-ec6d68b0c84e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ea3a229-87cd-4840-abf4-ec6d68b0c84e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 {
  margin-top: 0px;
margin-bottom: 0px;
}
@media (max-width: 767px){#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 {
  padding-top: 0px;
padding-bottom: 0em;
}
}
#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .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: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}@media (min-width: 1200px){#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .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: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .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: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 768px) and (max-width: 991px){#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .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: Helvetica-Light;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-342d5dce-7309-4b13-b9b8-5fcf190a6647 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}}
#s-4a7fad43-3a80-4307-b09e-fb8bfbb938da {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-4a7fad43-3a80-4307-b09e-fb8bfbb938da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a7fad43-3a80-4307-b09e-fb8bfbb938da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8bbdb74-7811-4b84-a43c-65eefcf65f65 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f8bbdb74-7811-4b84-a43c-65eefcf65f65 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-f8bbdb74-7811-4b84-a43c-65eefcf65f65 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f8bbdb74-7811-4b84-a43c-65eefcf65f65 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f8bbdb74-7811-4b84-a43c-65eefcf65f65 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-f8bbdb74-7811-4b84-a43c-65eefcf65f65 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-f4e93220-a2aa-49c8-9a3d-c05325831e8d {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-f4e93220-a2aa-49c8-9a3d-c05325831e8d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-f4e93220-a2aa-49c8-9a3d-c05325831e8d .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


}
#s-36cae93a-a0c1-48ca-8bc0-c394295b4f12 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-36cae93a-a0c1-48ca-8bc0-c394295b4f12 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-36cae93a-a0c1-48ca-8bc0-c394295b4f12 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-36cae93a-a0c1-48ca-8bc0-c394295b4f12 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-36cae93a-a0c1-48ca-8bc0-c394295b4f12 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-36cae93a-a0c1-48ca-8bc0-c394295b4f12 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-2af101a8-a554-4035-9e82-641b3846ac39 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-2af101a8-a554-4035-9e82-641b3846ac39 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2af101a8-a554-4035-9e82-641b3846ac39.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-50755a7e-c9cf-4ba3-9876-e92a1a6ebf40 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-50755a7e-c9cf-4ba3-9876-e92a1a6ebf40 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-50755a7e-c9cf-4ba3-9876-e92a1a6ebf40 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-50755a7e-c9cf-4ba3-9876-e92a1a6ebf40 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-50755a7e-c9cf-4ba3-9876-e92a1a6ebf40 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-50755a7e-c9cf-4ba3-9876-e92a1a6ebf40 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-d818ab00-c2d3-4ae3-8a8f-2dd3cd1b3797 {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-d818ab00-c2d3-4ae3-8a8f-2dd3cd1b3797 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-d818ab00-c2d3-4ae3-8a8f-2dd3cd1b3797 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-d818ab00-c2d3-4ae3-8a8f-2dd3cd1b3797 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-d818ab00-c2d3-4ae3-8a8f-2dd3cd1b3797 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-d818ab00-c2d3-4ae3-8a8f-2dd3cd1b3797 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


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

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

#s-bd78ada4-8d5b-4f96-a330-362414d9e750 hr {
  border-top: 2px solid #ddd;
}

#s-2a5aff07-0a22-41f1-886c-94cf38a3471f {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2a5aff07-0a22-41f1-886c-94cf38a3471f .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-2a5aff07-0a22-41f1-886c-94cf38a3471f .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2a5aff07-0a22-41f1-886c-94cf38a3471f .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2a5aff07-0a22-41f1-886c-94cf38a3471f .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


}@media (max-width: 767px){#s-2a5aff07-0a22-41f1-886c-94cf38a3471f .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-f97d8cb1-2caf-4703-8853-73b84fbea171 {
  margin-left: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-f97d8cb1-2caf-4703-8853-73b84fbea171 {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f97d8cb1-2caf-4703-8853-73b84fbea171 {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-f97d8cb1-2caf-4703-8853-73b84fbea171 {
  margin-top: 0em;
margin-bottom: 0em;
}
}@media (max-width: 767px){#s-f97d8cb1-2caf-4703-8853-73b84fbea171 {
  margin-top: 0em;
margin-bottom: 0em;
}
}
#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (max-width: 767px){#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(241, 241, 243, 1);
  padding: 20px;
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .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: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-f97d8cb1-2caf-4703-8853-73b84fbea171 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}}
#s-a6ca2c6c-dc16-4181-9e76-d0171d213a85 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-a6ca2c6c-dc16-4181-9e76-d0171d213a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6ca2c6c-dc16-4181-9e76-d0171d213a85.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f00a599e-3c3d-41a4-9b2d-6ebaa23e8f6e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-f00a599e-3c3d-41a4-9b2d-6ebaa23e8f6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-f00a599e-3c3d-41a4-9b2d-6ebaa23e8f6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-f00a599e-3c3d-41a4-9b2d-6ebaa23e8f6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-f00a599e-3c3d-41a4-9b2d-6ebaa23e8f6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-f00a599e-3c3d-41a4-9b2d-6ebaa23e8f6e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-64f098b4-8a9a-4bc2-9507-b142278295bf {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-64f098b4-8a9a-4bc2-9507-b142278295bf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64f098b4-8a9a-4bc2-9507-b142278295bf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e6f8b650-013e-4bf1-82a4-4d6f999adb0e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e6f8b650-013e-4bf1-82a4-4d6f999adb0e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-e6f8b650-013e-4bf1-82a4-4d6f999adb0e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-e6f8b650-013e-4bf1-82a4-4d6f999adb0e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-e6f8b650-013e-4bf1-82a4-4d6f999adb0e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-e6f8b650-013e-4bf1-82a4-4d6f999adb0e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-e2a223fe-b009-47a3-a1e5-6cb330d52bce {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-e2a223fe-b009-47a3-a1e5-6cb330d52bce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2a223fe-b009-47a3-a1e5-6cb330d52bce.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79c2fa2e-136e-4e03-b3be-661efcbf3137 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-79c2fa2e-136e-4e03-b3be-661efcbf3137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-79c2fa2e-136e-4e03-b3be-661efcbf3137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-79c2fa2e-136e-4e03-b3be-661efcbf3137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-79c2fa2e-136e-4e03-b3be-661efcbf3137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-79c2fa2e-136e-4e03-b3be-661efcbf3137 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-1af805b3-a9df-4d54-8f51-be03641ec9ca {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-1af805b3-a9df-4d54-8f51-be03641ec9ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1af805b3-a9df-4d54-8f51-be03641ec9ca.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37a12be9-1381-4657-bc3e-abd74fda0548 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-37a12be9-1381-4657-bc3e-abd74fda0548 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-37a12be9-1381-4657-bc3e-abd74fda0548 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-37a12be9-1381-4657-bc3e-abd74fda0548 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-37a12be9-1381-4657-bc3e-abd74fda0548 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-37a12be9-1381-4657-bc3e-abd74fda0548 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-f8debc9d-f7aa-4bcb-af19-593cc41ad6ff {
  margin-top: 1em;
margin-bottom: 1em;
text-align: left;
}

#s-f8debc9d-f7aa-4bcb-af19-593cc41ad6ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (max-width: 767px){#s-f8debc9d-f7aa-4bcb-af19-593cc41ad6ff .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-3b302fa2-e9cd-426e-9a2d-f13baa948550 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3b302fa2-e9cd-426e-9a2d-f13baa948550 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-3b302fa2-e9cd-426e-9a2d-f13baa948550 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3b302fa2-e9cd-426e-9a2d-f13baa948550 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3b302fa2-e9cd-426e-9a2d-f13baa948550 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3b302fa2-e9cd-426e-9a2d-f13baa948550 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

@media (min-width: 1200px){#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (min-width: 768px) and (max-width: 991px){#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (max-width: 767px){#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-eb5a2298-6c3e-405c-939d-00087c5f67a2 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}
#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

@media (min-width: 1200px){#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (min-width: 768px) and (max-width: 991px){#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (max-width: 767px){#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-22bbf419-a9dc-4ecd-9c3a-4f66367fa230 .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}
#s-80019fbd-07af-4b3c-9c40-f106feaef065 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}
@media (max-width: 767px){#s-80019fbd-07af-4b3c-9c40-f106feaef065 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
}
}







#s-80019fbd-07af-4b3c-9c40-f106feaef065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80019fbd-07af-4b3c-9c40-f106feaef065.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83be915e-07d2-492d-9278-a65404d3925c {
  padding-top: 0px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-83be915e-07d2-492d-9278-a65404d3925c {
  padding-bottom: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-83be915e-07d2-492d-9278-a65404d3925c {
  padding-bottom: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-83be915e-07d2-492d-9278-a65404d3925c {
  padding-bottom: 0px;
}
}
#s-83be915e-07d2-492d-9278-a65404d3925c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 2px;
  text-align: left;
}


@media (min-width: 1200px){#s-83be915e-07d2-492d-9278-a65404d3925c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-83be915e-07d2-492d-9278-a65404d3925c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 15px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-83be915e-07d2-492d-9278-a65404d3925c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-83be915e-07d2-492d-9278-a65404d3925c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
.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-dfa3f8ae-6859-475b-adb2-a950c317a7d4 {
  margin-top: 20px;
}
@media (max-width: 767px){#s-dfa3f8ae-6859-475b-adb2-a950c317a7d4 {
  padding-top: 20px;
padding-bottom: 0em;
}
}
#s-4037fe67-312d-488a-bd0f-54988f3f00d3 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
min-height: 50px;
}








#s-4037fe67-312d-488a-bd0f-54988f3f00d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4037fe67-312d-488a-bd0f-54988f3f00d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e4fa7cb-5a8b-4543-91cd-af7bb2e7e1cd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3e4fa7cb-5a8b-4543-91cd-af7bb2e7e1cd .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-3e4fa7cb-5a8b-4543-91cd-af7bb2e7e1cd .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3e4fa7cb-5a8b-4543-91cd-af7bb2e7e1cd .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3e4fa7cb-5a8b-4543-91cd-af7bb2e7e1cd .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-3e4fa7cb-5a8b-4543-91cd-af7bb2e7e1cd .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-94a6b4ca-01ec-4a40-8a12-6831d4e1000c {
  margin-top: 5px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-94a6b4ca-01ec-4a40-8a12-6831d4e1000c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-94a6b4ca-01ec-4a40-8a12-6831d4e1000c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-94a6b4ca-01ec-4a40-8a12-6831d4e1000c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-94a6b4ca-01ec-4a40-8a12-6831d4e1000c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-94a6b4ca-01ec-4a40-8a12-6831d4e1000c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-a7735fc8-ac34-477f-a4bb-f0eacc2be9f7 hr {
  border-top: 2px solid #ddd;
}

#s-174ef584-7c33-4f93-8f93-e0047b1571aa {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-174ef584-7c33-4f93-8f93-e0047b1571aa .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 27px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-174ef584-7c33-4f93-8f93-e0047b1571aa .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-174ef584-7c33-4f93-8f93-e0047b1571aa .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-174ef584-7c33-4f93-8f93-e0047b1571aa .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-174ef584-7c33-4f93-8f93-e0047b1571aa .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-a1048379-c928-4585-b16a-61e36679e391 {
  margin-top: 5px;
margin-left: 0%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-a1048379-c928-4585-b16a-61e36679e391 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-a1048379-c928-4585-b16a-61e36679e391 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-a1048379-c928-4585-b16a-61e36679e391 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-a1048379-c928-4585-b16a-61e36679e391 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-a1048379-c928-4585-b16a-61e36679e391 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-93cce74b-614a-43e2-a7d7-3680b52c781d {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

@media (min-width: 1200px){#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (min-width: 992px) and (max-width: 1199px){#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (min-width: 768px) and (max-width: 991px){#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}@media (max-width: 767px){#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 {
  color: rgba(20, 46, 77, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


#s-93cce74b-614a-43e2-a7d7-3680b52c781d .shogun-heading-component h1 a {
  color: rgba(20, 46, 77, 1);
}

}
#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-left: 0%;
padding-right: 0%;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(20, 46, 77, 1);
  padding: 20px;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .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: 16px;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}@media (min-width: 1200px){#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(20, 46, 77, 1);
  padding: 20px;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .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: 20px;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(20, 46, 77, 1);
  padding: 20px;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .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: 20px;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}}@media (max-width: 767px){#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(20, 46, 77, 1);
  padding: 20px;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(255, 255, 255, 1);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0);
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .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: 12px;
}

#s-0972f27e-d33a-49f4-b17f-1d1d38833a44 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 12px;
}}
#s-4da8ff7e-4475-4164-9170-d6474c933269 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0);
border-style: solid;
min-height: 50px;
}








#s-4da8ff7e-4475-4164-9170-d6474c933269 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4da8ff7e-4475-4164-9170-d6474c933269.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1d6c57dd-21a7-4240-b012-de20f6b5c858 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-1d6c57dd-21a7-4240-b012-de20f6b5c858 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-1d6c57dd-21a7-4240-b012-de20f6b5c858 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-1d6c57dd-21a7-4240-b012-de20f6b5c858 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-1d6c57dd-21a7-4240-b012-de20f6b5c858 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-1d6c57dd-21a7-4240-b012-de20f6b5c858 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 {
  margin-top: 3em;
margin-bottom: 0em;
text-align: left;
}
@media (min-width: 1200px){#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 {
  margin-top: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 {
  margin-top: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 {
  margin-top: 2em;
}
}@media (max-width: 767px){#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 {
  margin-top: 2em;
}
}
#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2.2em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-8abe26bc-e1b0-46ca-84cc-8475eaee2431 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 2.2em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-2759fd89-e329-43a3-ab9f-ac59c6469daf {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-2759fd89-e329-43a3-ab9f-ac59c6469daf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-2759fd89-e329-43a3-ab9f-ac59c6469daf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-2759fd89-e329-43a3-ab9f-ac59c6469daf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-2759fd89-e329-43a3-ab9f-ac59c6469daf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-2759fd89-e329-43a3-ab9f-ac59c6469daf .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
#s-66913636-cbbd-4577-b96d-960d4b77dcb4 {
  margin-top: 3em;
margin-bottom: 0em;
text-align: left;
}
@media (min-width: 1200px){#s-66913636-cbbd-4577-b96d-960d4b77dcb4 {
  margin-top: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-66913636-cbbd-4577-b96d-960d4b77dcb4 {
  margin-top: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-66913636-cbbd-4577-b96d-960d4b77dcb4 {
  margin-top: 2em;
}
}@media (max-width: 767px){#s-66913636-cbbd-4577-b96d-960d4b77dcb4 {
  margin-top: 2em;
}
}
#s-66913636-cbbd-4577-b96d-960d4b77dcb4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.7em;
  letter-spacing: 0px;
  text-align: left;
}


@media (min-width: 1200px){#s-66913636-cbbd-4577-b96d-960d4b77dcb4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-66913636-cbbd-4577-b96d-960d4b77dcb4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 20px;
  line-height: 2.2em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-66913636-cbbd-4577-b96d-960d4b77dcb4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 2.2em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (max-width: 767px){#s-66913636-cbbd-4577-b96d-960d4b77dcb4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 2.2em;
  letter-spacing: 0px;
  text-align: left;
}


}
#s-3b5f8957-32d3-4c9d-b887-f47ef2dc9f39 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-3b5f8957-32d3-4c9d-b887-f47ef2dc9f39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}


@media (min-width: 1200px){#s-3b5f8957-32d3-4c9d-b887-f47ef2dc9f39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


}@media (min-width: 992px) and (max-width: 1199px){#s-3b5f8957-32d3-4c9d-b887-f47ef2dc9f39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (min-width: 768px) and (max-width: 991px){#s-3b5f8957-32d3-4c9d-b887-f47ef2dc9f39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}@media (max-width: 767px){#s-3b5f8957-32d3-4c9d-b887-f47ef2dc9f39 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 12px;
  line-height: 1.5em;
  
  text-align: left;
}


}
@media (min-width: 1200px){#s-8ff37233-4cb1-4bed-94ea-2c42bf4ab561 {
  margin-top: 3em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8ff37233-4cb1-4bed-94ea-2c42bf4ab561 {
  margin-top: 3em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-8ff37233-4cb1-4bed-94ea-2c42bf4ab561 {
  margin-top: 3em;
}
}@media (max-width: 767px){#s-8ff37233-4cb1-4bed-94ea-2c42bf4ab561 {
  margin-top: 2.2em;
margin-bottom: 0em;
padding-top: 0em;
padding-bottom: 0em;
}
}
@media (min-width: 0px) {
[id="s-8ff37233-4cb1-4bed-94ea-2c42bf4ab561"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ff37233-4cb1-4bed-94ea-2c42bf4ab561"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-8ff37233-4cb1-4bed-94ea-2c42bf4ab561"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-8ff37233-4cb1-4bed-94ea-2c42bf4ab561"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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%;
}

.shg-imageV2-content {
  text-align: initial;
}

.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-0daeb7c2-8217-4cfd-b208-6054eb12f7d8 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8 {
  margin-left: 0%;
margin-right: 0%;
}
}@media (max-width: 767px){#s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8 {
  margin-left: 0px;
margin-right: 0px;
}
}






  img.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
    
    
  }


.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shg-align-container {
  text-align: center
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
    
    
  }


.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shg-align-container {
  text-align: center
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
    
    
  }


.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shg-align-container {
  text-align: center
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
    
    
  }


.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shg-align-container {
  text-align: center
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
    
    
  }


.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shg-align-container {
  text-align: center
}

.s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0daeb7c2-8217-4cfd-b208-6054eb12f7d8.shogun-image {
  box-sizing: border-box;
}


}
#s-e399d9c7-19dd-47bd-9c51-c9dc64d53c80 {
  margin-top: 0px;
margin-bottom: 0em;
padding-top: 0px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e399d9c7-19dd-47bd-9c51-c9dc64d53c80 {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-e399d9c7-19dd-47bd-9c51-c9dc64d53c80 {
  margin-top: 0%;
}
}
#s-e399d9c7-19dd-47bd-9c51-c9dc64d53c80 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 25px;
  
  letter-spacing: 0px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 991px){#s-e399d9c7-19dd-47bd-9c51-c9dc64d53c80 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Bold";
  font-style:  normal ;
  font-size: 30px;
  
  letter-spacing: 0px;
  text-align: center;
}


}
#s-04c41cb1-a126-4547-b8e4-59992b6263ac {
  margin-top: 8px;
margin-bottom: 0em;
padding-top: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-04c41cb1-a126-4547-b8e4-59992b6263ac {
  margin-bottom: 40%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-04c41cb1-a126-4547-b8e4-59992b6263ac {
  margin-bottom: 40%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-04c41cb1-a126-4547-b8e4-59992b6263ac {
  margin-bottom: 40%;
}
}@media (max-width: 767px){#s-04c41cb1-a126-4547-b8e4-59992b6263ac {
  margin-bottom: 40%;
}
}
#s-04c41cb1-a126-4547-b8e4-59992b6263ac .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Helvetica-Light";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 0px;
  text-align: center;
}


#s-04c41cb1-a126-4547-b8e4-59992b6263ac .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


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