.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-d6e7ec82-2040-42e3-9330-3a21e6a86301 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-d6e7ec82-2040-42e3-9330-3a21e6a86301 {
  margin-bottom: 10px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6e7ec82-2040-42e3-9330-3a21e6a86301 {
  margin-bottom: 10px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6e7ec82-2040-42e3-9330-3a21e6a86301 {
  margin-bottom: 10px;
}
}@media (max-width: 767px){#s-d6e7ec82-2040-42e3-9330-3a21e6a86301 {
  margin-bottom: 2.5%;
}
}







#s-d6e7ec82-2040-42e3-9330-3a21e6a86301 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6e7ec82-2040-42e3-9330-3a21e6a86301.shg-box.shg-c {
  justify-content: center;
}

#s-5dd2f258-00dc-49f0-9d21-a9237ff6072e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5dd2f258-00dc-49f0-9d21-a9237ff6072e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5dd2f258-00dc-49f0-9d21-a9237ff6072e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5dd2f258-00dc-49f0-9d21-a9237ff6072e {
  
}
}@media (max-width: 767px){#s-5dd2f258-00dc-49f0-9d21-a9237ff6072e {
  
}
}







#s-5dd2f258-00dc-49f0-9d21-a9237ff6072e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dd2f258-00dc-49f0-9d21-a9237ff6072e.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-cb06ee57-c57d-4b15-b50e-8bf8536b3a8f {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-cb06ee57-c57d-4b15-b50e-8bf8536b3a8f {
  display: none;
}
#s-cb06ee57-c57d-4b15-b50e-8bf8536b3a8f, #wrap-s-cb06ee57-c57d-4b15-b50e-8bf8536b3a8f { display:none !important; }}
#s-cb06ee57-c57d-4b15-b50e-8bf8536b3a8f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-cb06ee57-c57d-4b15-b50e-8bf8536b3a8f .shg-sld-nav-button.shg-sld-left,
#s-cb06ee57-c57d-4b15-b50e-8bf8536b3a8f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d48beba1-a8e7-410a-803c-2474c1694ee4 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-d48beba1-a8e7-410a-803c-2474c1694ee4 {
  display: none;
}
#s-d48beba1-a8e7-410a-803c-2474c1694ee4, #wrap-s-d48beba1-a8e7-410a-803c-2474c1694ee4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d48beba1-a8e7-410a-803c-2474c1694ee4 {
  display: none;
}
#s-d48beba1-a8e7-410a-803c-2474c1694ee4, #wrap-s-d48beba1-a8e7-410a-803c-2474c1694ee4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d48beba1-a8e7-410a-803c-2474c1694ee4 {
  display: none;
}
#s-d48beba1-a8e7-410a-803c-2474c1694ee4, #wrap-s-d48beba1-a8e7-410a-803c-2474c1694ee4 { display:none !important; }}@media (max-width: 767px){#s-d48beba1-a8e7-410a-803c-2474c1694ee4 {
  display: none;
}
#s-d48beba1-a8e7-410a-803c-2474c1694ee4, #wrap-s-d48beba1-a8e7-410a-803c-2474c1694ee4 { display:none !important; }}



  #s-d48beba1-a8e7-410a-803c-2474c1694ee4 img.shogun-image {
    
    width: px;
  }


#s-d48beba1-a8e7-410a-803c-2474c1694ee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-87a46304-655a-4802-9b3b-8cd69de3486d {
  text-align: center;
}




  #s-87a46304-655a-4802-9b3b-8cd69de3486d img.shogun-image {
    
    width: px;
  }


#s-87a46304-655a-4802-9b3b-8cd69de3486d .shogun-image-content {
  
    align-items: center;
  
}

#s-deb2ae6f-43f7-45b9-883d-54f3dfa9593c {
  text-align: center;
}




  #s-deb2ae6f-43f7-45b9-883d-54f3dfa9593c img.shogun-image {
    
    width: px;
  }


#s-deb2ae6f-43f7-45b9-883d-54f3dfa9593c .shogun-image-content {
  
    align-items: center;
  
}

#s-c76fccd7-c59f-4a24-af15-bcf26395f5cf {
  text-align: center;
}




  #s-c76fccd7-c59f-4a24-af15-bcf26395f5cf img.shogun-image {
    
    width: px;
  }


#s-c76fccd7-c59f-4a24-af15-bcf26395f5cf .shogun-image-content {
  
    align-items: center;
  
}

#s-a776079f-0dc3-4744-ab7c-d8bc46d26bdc {
  text-align: center;
}




  #s-a776079f-0dc3-4744-ab7c-d8bc46d26bdc img.shogun-image {
    
    width: px;
  }


#s-a776079f-0dc3-4744-ab7c-d8bc46d26bdc .shogun-image-content {
  
    align-items: center;
  
}

#s-eeb08460-78d9-4186-8f5c-c0ebd3dec3a4 {
  text-align: center;
}




  #s-eeb08460-78d9-4186-8f5c-c0ebd3dec3a4 img.shogun-image {
    
    width: px;
  }


#s-eeb08460-78d9-4186-8f5c-c0ebd3dec3a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-675acd07-53af-42e7-98d0-b8d24a52fdc9 {
  text-align: center;
}




  #s-675acd07-53af-42e7-98d0-b8d24a52fdc9 img.shogun-image {
    
    width: px;
  }


#s-675acd07-53af-42e7-98d0-b8d24a52fdc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e {
  display: none;
}
#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e, #wrap-s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e {
  display: none;
}
#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e, #wrap-s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e {
  display: none;
}
#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e, #wrap-s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e { display:none !important; }}@media (max-width: 767px){#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e {
  
}
}
#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e .shg-sld-nav-button.shg-sld-left,
#s-ee6a9f66-f99e-46bd-8ed2-06e3a862f60e .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-992adea9-ee40-4315-9b02-97d9fb173e67 {
  text-align: center;
}




  #s-992adea9-ee40-4315-9b02-97d9fb173e67 img.shogun-image {
    
    width: px;
  }


#s-992adea9-ee40-4315-9b02-97d9fb173e67 .shogun-image-content {
  
    align-items: center;
  
}

#s-8278815a-502e-4de5-b6f5-a36188b79392 {
  text-align: center;
}




  #s-8278815a-502e-4de5-b6f5-a36188b79392 img.shogun-image {
    
    width: px;
  }


#s-8278815a-502e-4de5-b6f5-a36188b79392 .shogun-image-content {
  
    align-items: center;
  
}

#s-552c76ef-2a3b-498f-a927-affa3cafbe25 {
  text-align: center;
}




  #s-552c76ef-2a3b-498f-a927-affa3cafbe25 img.shogun-image {
    
    width: px;
  }


#s-552c76ef-2a3b-498f-a927-affa3cafbe25 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c1912bf-4d3c-4a25-aa2a-2b46d4560ddf {
  margin-bottom: 0px;
text-align: center;
}




  #s-9c1912bf-4d3c-4a25-aa2a-2b46d4560ddf img.shogun-image {
    
    width: px;
  }


#s-9c1912bf-4d3c-4a25-aa2a-2b46d4560ddf .shogun-image-content {
  
    align-items: center;
  
}

#s-5b940627-d40f-4f4b-9549-06cf67e3ac28 {
  text-align: center;
}




  #s-5b940627-d40f-4f4b-9549-06cf67e3ac28 img.shogun-image {
    
    width: px;
  }


#s-5b940627-d40f-4f4b-9549-06cf67e3ac28 .shogun-image-content {
  
    align-items: center;
  
}

#s-72738fa8-7606-4fbf-a3a9-eaca0bc44cd9 {
  text-align: center;
}




  #s-72738fa8-7606-4fbf-a3a9-eaca0bc44cd9 img.shogun-image {
    
    width: px;
  }


#s-72738fa8-7606-4fbf-a3a9-eaca0bc44cd9 .shogun-image-content {
  
    align-items: 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 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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          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;
}

@media (min-width: 1200px){#s-805a596b-14ef-4f67-a4b4-07a5e58ed5f9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-805a596b-14ef-4f67-a4b4-07a5e58ed5f9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-805a596b-14ef-4f67-a4b4-07a5e58ed5f9 {
  
}
}@media (max-width: 767px){#s-805a596b-14ef-4f67-a4b4-07a5e58ed5f9 {
  
}
}
#s-e3689ccf-14ce-4d59-a2d2-bf71659048db {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-e3689ccf-14ce-4d59-a2d2-bf71659048db {
  margin-bottom: 10px;
display: none;
}
#s-e3689ccf-14ce-4d59-a2d2-bf71659048db, #wrap-s-e3689ccf-14ce-4d59-a2d2-bf71659048db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3689ccf-14ce-4d59-a2d2-bf71659048db {
  margin-bottom: 10px;
display: none;
}
#s-e3689ccf-14ce-4d59-a2d2-bf71659048db, #wrap-s-e3689ccf-14ce-4d59-a2d2-bf71659048db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e3689ccf-14ce-4d59-a2d2-bf71659048db {
  margin-bottom: 10px;
display: none;
}
#s-e3689ccf-14ce-4d59-a2d2-bf71659048db, #wrap-s-e3689ccf-14ce-4d59-a2d2-bf71659048db { display:none !important; }}@media (max-width: 767px){#s-e3689ccf-14ce-4d59-a2d2-bf71659048db {
  margin-bottom: 2.5%;
display: none;
}
#s-e3689ccf-14ce-4d59-a2d2-bf71659048db, #wrap-s-e3689ccf-14ce-4d59-a2d2-bf71659048db { display:none !important; }}







#s-e3689ccf-14ce-4d59-a2d2-bf71659048db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3689ccf-14ce-4d59-a2d2-bf71659048db {
  cursor: pointer;
}#s-e3689ccf-14ce-4d59-a2d2-bf71659048db.shg-box.shg-c {
  justify-content: center;
}

#s-8a54494f-e2fc-4cfa-b55d-a40965c55f6c {
  min-height: 50px;
}








#s-8a54494f-e2fc-4cfa-b55d-a40965c55f6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8a54494f-e2fc-4cfa-b55d-a40965c55f6c.shg-box.shg-c {
  justify-content: center;
}

#s-50233ea1-8121-4b8e-8046-5eae87d6acde {
  text-align: center;
}
@media (max-width: 767px){#s-50233ea1-8121-4b8e-8046-5eae87d6acde {
  display: none;
}
#s-50233ea1-8121-4b8e-8046-5eae87d6acde, #wrap-s-50233ea1-8121-4b8e-8046-5eae87d6acde { display:none !important; }}



  #s-50233ea1-8121-4b8e-8046-5eae87d6acde img.shogun-image {
    
    width: px;
  }


#s-50233ea1-8121-4b8e-8046-5eae87d6acde .shogun-image-content {
  
    align-items: center;
  
}

#s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a {
  text-align: center;
}
@media (min-width: 1200px){#s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a {
  display: none;
}
#s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a, #wrap-s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a {
  display: none;
}
#s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a, #wrap-s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a {
  display: none;
}
#s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a, #wrap-s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a { display:none !important; }}



  #s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a img.shogun-image {
    
    width: px;
  }


#s-40d08471-4ee3-4e0a-ac54-76b2d7b80d8a .shogun-image-content {
  
    align-items: center;
  
}

#s-1edbb3ab-9347-45ed-85e9-34bc6eb139a0 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-1edbb3ab-9347-45ed-85e9-34bc6eb139a0 {
  margin-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1edbb3ab-9347-45ed-85e9-34bc6eb139a0 {
  margin-bottom: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-1edbb3ab-9347-45ed-85e9-34bc6eb139a0 {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-1edbb3ab-9347-45ed-85e9-34bc6eb139a0 {
  margin-bottom: 10%;
}
}







#s-1edbb3ab-9347-45ed-85e9-34bc6eb139a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1edbb3ab-9347-45ed-85e9-34bc6eb139a0 {
  cursor: pointer;
}#s-1edbb3ab-9347-45ed-85e9-34bc6eb139a0.shg-box.shg-c {
  justify-content: center;
}

#s-9bc790db-1199-4b5e-bb5b-08d582247c26 {
  min-height: 50px;
}








#s-9bc790db-1199-4b5e-bb5b-08d582247c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9bc790db-1199-4b5e-bb5b-08d582247c26.shg-box.shg-c {
  justify-content: center;
}

#s-99d29cda-e8ec-4324-b7f7-cf2d0249897d {
  margin-left: 5.55%;
margin-right: 5.55%;
max-width: 1800px;
text-align: center;
}
@media (max-width: 767px){#s-99d29cda-e8ec-4324-b7f7-cf2d0249897d {
  display: none;
}
#s-99d29cda-e8ec-4324-b7f7-cf2d0249897d, #wrap-s-99d29cda-e8ec-4324-b7f7-cf2d0249897d { display:none !important; }}



  #s-99d29cda-e8ec-4324-b7f7-cf2d0249897d img.shogun-image {
    
    width: px;
  }


#s-99d29cda-e8ec-4324-b7f7-cf2d0249897d .shogun-image-content {
  
    align-items: center;
  
}

#s-dd87079f-ca37-4ad7-8338-3880aa16a94e {
  margin-left: 6.25%;
margin-right: 6.25%;
padding-bottom: 46%;
min-height: 50px;
max-width: 1400px;
}








#s-dd87079f-ca37-4ad7-8338-3880aa16a94e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dd87079f-ca37-4ad7-8338-3880aa16a94e.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-57077da0-a744-4c5d-9d8f-206f782abd1f {
  margin-top: 1em;
margin-left: 17%;
margin-right: 17%;
max-width: 66%;
}

@media (min-width: 0px) {
[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-57077da0-a744-4c5d-9d8f-206f782abd1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9b1708f7-8001-4c0c-843b-c2786c079f57 {
  margin-bottom: 0.75em;
padding-left: 0%;
padding-right: 0%;
}

.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.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-4454aa89-64b6-4a82-9709-f3c2cee70ebf {
  border-style: solid;
margin-top: 0.25em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(46, 63, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-4454aa89-64b6-4a82-9709-f3c2cee70ebf:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(46, 63, 98, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4454aa89-64b6-4a82-9709-f3c2cee70ebf:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(46, 63, 98, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-4454aa89-64b6-4a82-9709-f3c2cee70ebf-btn-wrapper {
    text-align: center;
  }


#s-4454aa89-64b6-4a82-9709-f3c2cee70ebf.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-df9a6df6-0c8a-4592-baa2-6468b398dac1 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (min-width: 1200px){#s-df9a6df6-0c8a-4592-baa2-6468b398dac1 {
  display: none;
}
#s-df9a6df6-0c8a-4592-baa2-6468b398dac1, #wrap-s-df9a6df6-0c8a-4592-baa2-6468b398dac1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-df9a6df6-0c8a-4592-baa2-6468b398dac1 {
  display: none;
}
#s-df9a6df6-0c8a-4592-baa2-6468b398dac1, #wrap-s-df9a6df6-0c8a-4592-baa2-6468b398dac1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-df9a6df6-0c8a-4592-baa2-6468b398dac1 {
  display: none;
}
#s-df9a6df6-0c8a-4592-baa2-6468b398dac1, #wrap-s-df9a6df6-0c8a-4592-baa2-6468b398dac1 { display:none !important; }}@media (max-width: 767px){#s-df9a6df6-0c8a-4592-baa2-6468b398dac1 {
  
}
}



  #s-df9a6df6-0c8a-4592-baa2-6468b398dac1 img.shogun-image {
    
    width: px;
  }


#s-df9a6df6-0c8a-4592-baa2-6468b398dac1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c85a06fc-3b67-4a26-98f0-0c0fb204df32 {
  margin-left: 5%;
margin-right: 5%;
padding-bottom: 79%;
min-height: 50px;
max-width: 1400px;
}








#s-c85a06fc-3b67-4a26-98f0-0c0fb204df32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c85a06fc-3b67-4a26-98f0-0c0fb204df32.shg-box.shg-c {
  justify-content: center;
}

#s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33 {
  margin-top: 1em;
margin-left: 3%;
margin-right: 3%;
max-width: 94%;
}

@media (min-width: 0px) {
[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ec7a3d9-78ab-4a01-af59-c7e72144ec33"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a63ecdb6-f236-4854-b336-19cea1a6d931 {
  margin-bottom: 0.75em;
padding-left: 0%;
padding-right: 0%;
}

#s-59189bc4-7310-4edc-b2b6-603c0223b0c0 {
  border-style: solid;
margin-top: 0.25em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(46, 63, 98, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-59189bc4-7310-4edc-b2b6-603c0223b0c0:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(46, 63, 98, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-59189bc4-7310-4edc-b2b6-603c0223b0c0:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(46, 63, 98, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-59189bc4-7310-4edc-b2b6-603c0223b0c0-btn-wrapper {
    text-align: center;
  }


#s-59189bc4-7310-4edc-b2b6-603c0223b0c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-a0c0367b-6e69-4d77-8ff5-fcfea24b24da {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-a0c0367b-6e69-4d77-8ff5-fcfea24b24da {
  margin-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0c0367b-6e69-4d77-8ff5-fcfea24b24da {
  margin-bottom: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0c0367b-6e69-4d77-8ff5-fcfea24b24da {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-a0c0367b-6e69-4d77-8ff5-fcfea24b24da {
  margin-bottom: 10%;
}
}







#s-a0c0367b-6e69-4d77-8ff5-fcfea24b24da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0c0367b-6e69-4d77-8ff5-fcfea24b24da {
  cursor: pointer;
}#s-a0c0367b-6e69-4d77-8ff5-fcfea24b24da.shg-box.shg-c {
  justify-content: center;
}

#s-a4f6f19d-1ccb-4c5d-9233-274a964a903a {
  min-height: 50px;
}








#s-a4f6f19d-1ccb-4c5d-9233-274a964a903a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4f6f19d-1ccb-4c5d-9233-274a964a903a.shg-box.shg-c {
  justify-content: center;
}

#s-a8a05b07-3548-40d8-8a76-c611f18564a9 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (max-width: 767px){#s-a8a05b07-3548-40d8-8a76-c611f18564a9 {
  display: none;
}
#s-a8a05b07-3548-40d8-8a76-c611f18564a9, #wrap-s-a8a05b07-3548-40d8-8a76-c611f18564a9 { display:none !important; }}



  #s-a8a05b07-3548-40d8-8a76-c611f18564a9 img.shogun-image {
    
    width: px;
  }


#s-a8a05b07-3548-40d8-8a76-c611f18564a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb26f93d-c1da-4075-9e48-4313edc640fe {
  margin-left: 36%;
margin-right: 0%;
min-height: 50px;
max-width: 27%;
}
@media (max-width: 767px){#s-bb26f93d-c1da-4075-9e48-4313edc640fe {
  display: none;
}
#s-bb26f93d-c1da-4075-9e48-4313edc640fe, #wrap-s-bb26f93d-c1da-4075-9e48-4313edc640fe { display:none !important; }}







#s-bb26f93d-c1da-4075-9e48-4313edc640fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb26f93d-c1da-4075-9e48-4313edc640fe.shg-box.shg-c {
  justify-content: center;
}

#s-db8b2a02-ea23-400a-968e-56d4131aff85 {
  margin-left: 4.5%;
margin-right: 4.5%;
max-width: 91%;
text-align: center;
}




  #s-db8b2a02-ea23-400a-968e-56d4131aff85 img.shogun-image {
    
    width: px;
  }


#s-db8b2a02-ea23-400a-968e-56d4131aff85 .shogun-image-content {
  
    align-items: center;
  
}

#s-b6bad86f-54c9-47a4-a940-f5750d02905c {
  margin-top: 0.75em;
margin-bottom: 0.75em;
padding-left: 0%;
padding-right: 0%;
}

#s-78125d77-1a34-484e-9101-6651838b9ba4 {
  border-style: solid;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(138, 74, 164, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-78125d77-1a34-484e-9101-6651838b9ba4:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(138, 74, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-78125d77-1a34-484e-9101-6651838b9ba4:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(138, 74, 164, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-78125d77-1a34-484e-9101-6651838b9ba4-btn-wrapper {
    text-align: center;
  }


#s-78125d77-1a34-484e-9101-6651838b9ba4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-a6b798b2-c626-4234-ac7d-8814f77032a4 {
  text-align: center;
background-color: rgba(12, 17, 15, 1);
}
@media (min-width: 1200px){#s-a6b798b2-c626-4234-ac7d-8814f77032a4 {
  display: none;
}
#s-a6b798b2-c626-4234-ac7d-8814f77032a4, #wrap-s-a6b798b2-c626-4234-ac7d-8814f77032a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a6b798b2-c626-4234-ac7d-8814f77032a4 {
  display: none;
}
#s-a6b798b2-c626-4234-ac7d-8814f77032a4, #wrap-s-a6b798b2-c626-4234-ac7d-8814f77032a4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a6b798b2-c626-4234-ac7d-8814f77032a4 {
  display: none;
}
#s-a6b798b2-c626-4234-ac7d-8814f77032a4, #wrap-s-a6b798b2-c626-4234-ac7d-8814f77032a4 { display:none !important; }}



  #s-a6b798b2-c626-4234-ac7d-8814f77032a4 img.shogun-image {
    
    width: px;
  }


#s-a6b798b2-c626-4234-ac7d-8814f77032a4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a792c013-e24a-46d7-b327-788c9199f28e {
  margin-top: 51%;
margin-left: 16%;
margin-right: 16%;
max-width: 78%;
text-align: center;
}




  #s-a792c013-e24a-46d7-b327-788c9199f28e img.shogun-image {
    
    width: px;
  }


#s-a792c013-e24a-46d7-b327-788c9199f28e .shogun-image-content {
  
    align-items: center;
  
}

#s-42418603-6cfb-4106-a325-2d6fc51f132a {
  padding-bottom: 7%;
min-height: 50px;
max-width: 100%;
background-color: rgba(12, 17, 15, 1);
}
@media (min-width: 1200px){#s-42418603-6cfb-4106-a325-2d6fc51f132a {
  display: none;
}
#s-42418603-6cfb-4106-a325-2d6fc51f132a, #wrap-s-42418603-6cfb-4106-a325-2d6fc51f132a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-42418603-6cfb-4106-a325-2d6fc51f132a {
  display: none;
}
#s-42418603-6cfb-4106-a325-2d6fc51f132a, #wrap-s-42418603-6cfb-4106-a325-2d6fc51f132a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-42418603-6cfb-4106-a325-2d6fc51f132a {
  display: none;
}
#s-42418603-6cfb-4106-a325-2d6fc51f132a, #wrap-s-42418603-6cfb-4106-a325-2d6fc51f132a { display:none !important; }}@media (max-width: 767px){#s-42418603-6cfb-4106-a325-2d6fc51f132a {
  
}
}







#s-42418603-6cfb-4106-a325-2d6fc51f132a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42418603-6cfb-4106-a325-2d6fc51f132a.shg-box.shg-c {
  justify-content: center;
}

#s-d05a1ac7-1839-4510-b291-fe2ea9d30e73 {
  margin-top: 0em;
margin-left: 3%;
margin-bottom: 0.75em;
margin-right: 3%;
padding-left: 0%;
padding-right: 0%;
max-width: 94%;
}

#s-c6acdcc6-378d-4cd6-b7b0-8c29a5c60e3c {
  border-style: solid;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(138, 74, 164, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-c6acdcc6-378d-4cd6-b7b0-8c29a5c60e3c:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(138, 74, 164, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c6acdcc6-378d-4cd6-b7b0-8c29a5c60e3c:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(138, 74, 164, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c6acdcc6-378d-4cd6-b7b0-8c29a5c60e3c-btn-wrapper {
    text-align: center;
  }


#s-c6acdcc6-378d-4cd6-b7b0-8c29a5c60e3c.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-7ac228a5-6c67-4d2b-aff5-a3b48420bce3 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-7ac228a5-6c67-4d2b-aff5-a3b48420bce3 {
  margin-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ac228a5-6c67-4d2b-aff5-a3b48420bce3 {
  margin-bottom: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ac228a5-6c67-4d2b-aff5-a3b48420bce3 {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-7ac228a5-6c67-4d2b-aff5-a3b48420bce3 {
  margin-bottom: 10%;
}
}







#s-7ac228a5-6c67-4d2b-aff5-a3b48420bce3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ac228a5-6c67-4d2b-aff5-a3b48420bce3.shg-box.shg-c {
  justify-content: center;
}

#s-7217635d-b0fa-4353-9ec4-2624340798ee {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
max-width: 1800px;
}








#s-7217635d-b0fa-4353-9ec4-2624340798ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7217635d-b0fa-4353-9ec4-2624340798ee.shg-box.shg-c {
  justify-content: center;
}

#s-88210ff7-4819-4bdd-84bd-6021a4834caa {
  max-width: 100%;
}
@media (min-width: 1200px){#s-88210ff7-4819-4bdd-84bd-6021a4834caa {
  max-width: 100%;
}
}
@media (min-width: 0px) {
[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 30.0px);
}

[id="s-88210ff7-4819-4bdd-84bd-6021a4834caa"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 30.0px);
}

}

#s-2914494b-32ec-4a01-9726-8af09b644214 {
  margin-left: 0%;
margin-right: 0%;
max-width: 870px;
text-align: center;
}
@media (max-width: 767px){#s-2914494b-32ec-4a01-9726-8af09b644214 {
  margin-bottom: 10%;
}
}



  #s-2914494b-32ec-4a01-9726-8af09b644214 img.shogun-image {
    
    width: px;
  }


#s-2914494b-32ec-4a01-9726-8af09b644214 .shogun-image-content {
  
    align-items: center;
  
}

#s-a6ce5ff4-552b-409f-a5f4-894e75dc1bad {
  min-height: 50px;
}








#s-a6ce5ff4-552b-409f-a5f4-894e75dc1bad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a6ce5ff4-552b-409f-a5f4-894e75dc1bad.shg-box.shg-c {
  justify-content: center;
}

#s-1d315e31-4db0-466f-9bbd-a0576e553e10 {
  margin-left: 0%;
margin-right: 0%;
min-height: 50px;
max-width: 100%;
}
@media (max-width: 767px){#s-1d315e31-4db0-466f-9bbd-a0576e553e10 {
  margin-top: 0%;
margin-bottom: 0%;
}
}







#s-1d315e31-4db0-466f-9bbd-a0576e553e10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d315e31-4db0-466f-9bbd-a0576e553e10.shg-box.shg-c {
  justify-content: center;
}

#s-cee0d5bf-86eb-430e-9486-e2fc39ce2c58 {
  margin-left: 6%;
margin-right: 6%;
max-width: 100%;
text-align: center;
}




  #s-cee0d5bf-86eb-430e-9486-e2fc39ce2c58 img.shogun-image {
    
    width: px;
  }


#s-cee0d5bf-86eb-430e-9486-e2fc39ce2c58 .shogun-image-content {
  
    align-items: center;
  
}

#s-e31b000d-9841-436e-8535-b5f2a7d34fcb {
  margin-left: 20%;
margin-bottom: 0.75em;
margin-right: 20%;
padding-left: 0%;
padding-right: 0%;
}
@media (max-width: 767px){#s-e31b000d-9841-436e-8535-b5f2a7d34fcb {
  margin-left: 10%;
margin-bottom: 0.75em;
margin-right: 10%;
}
}
#s-d9113081-12a5-48dd-922c-be673cdf0c22 {
  border-style: solid;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(218, 147, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(174, 50, 67, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-d9113081-12a5-48dd-922c-be673cdf0c22:hover {border-style: solid !important;
border-color: rgba(255, 236, 206, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(174, 50, 67, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d9113081-12a5-48dd-922c-be673cdf0c22:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(174, 50, 67, 1) !important;}

  #s-d9113081-12a5-48dd-922c-be673cdf0c22-btn-wrapper {
    text-align: center;
  }


#s-d9113081-12a5-48dd-922c-be673cdf0c22.shg-btn {
  color: rgba(174, 50, 67, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-aaa2be99-093a-452b-99ca-c9e5c96a9e3d {
  margin-left: 0%;
margin-right: 0%;
max-width: 870px;
text-align: center;
}
@media (max-width: 767px){#s-aaa2be99-093a-452b-99ca-c9e5c96a9e3d {
  
}
}



  #s-aaa2be99-093a-452b-99ca-c9e5c96a9e3d img.shogun-image {
    
    width: px;
  }


#s-aaa2be99-093a-452b-99ca-c9e5c96a9e3d .shogun-image-content {
  
    align-items: center;
  
}

#s-c7be7e4c-65af-4c6d-83a7-910896d86145 {
  min-height: 50px;
}








#s-c7be7e4c-65af-4c6d-83a7-910896d86145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7be7e4c-65af-4c6d-83a7-910896d86145.shg-box.shg-c {
  justify-content: center;
}

#s-ad0ba9d7-62fc-4370-a560-50e915143a20 {
  margin-left: 52%;
padding-top: 1.5em;
padding-bottom: 1.5em;
min-height: 50px;
max-width: 38%;
}
@media (max-width: 767px){#s-ad0ba9d7-62fc-4370-a560-50e915143a20 {
  max-width: 40%;
}
}







#s-ad0ba9d7-62fc-4370-a560-50e915143a20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad0ba9d7-62fc-4370-a560-50e915143a20.shg-box.shg-c {
  justify-content: center;
}

#s-b2c8722f-1d40-4574-9ebc-6d2c4e2b8d26 {
  margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
max-width: 100%;
text-align: center;
}




  #s-b2c8722f-1d40-4574-9ebc-6d2c4e2b8d26 img.shogun-image {
    
    width: px;
  }


#s-b2c8722f-1d40-4574-9ebc-6d2c4e2b8d26 .shogun-image-content {
  
    align-items: center;
  
}

#s-83c853da-d88c-4a5a-9584-ff2b7c8c08da {
  margin-left: 6%;
margin-bottom: 0.75em;
margin-right: 0%;
padding-left: 0%;
padding-right: 0%;
}

#s-f698d047-52fd-47c8-9ff2-27c7117b9e58 {
  border-style: solid;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(218, 147, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(59, 146, 157, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-f698d047-52fd-47c8-9ff2-27c7117b9e58:hover {border-style: solid !important;
border-color: rgba(255, 236, 206, 1) !important;
background-color: rgba(59, 146, 157, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-f698d047-52fd-47c8-9ff2-27c7117b9e58:active {background-color: rgba(59, 146, 157, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-f698d047-52fd-47c8-9ff2-27c7117b9e58-btn-wrapper {
    text-align: right;
  }


#s-f698d047-52fd-47c8-9ff2-27c7117b9e58.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-2a52da27-45d4-4050-a740-e7c76e91ae6f {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-2a52da27-45d4-4050-a740-e7c76e91ae6f {
  margin-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2a52da27-45d4-4050-a740-e7c76e91ae6f {
  margin-bottom: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-2a52da27-45d4-4050-a740-e7c76e91ae6f {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-2a52da27-45d4-4050-a740-e7c76e91ae6f {
  margin-bottom: 10%;
}
}







#s-2a52da27-45d4-4050-a740-e7c76e91ae6f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a52da27-45d4-4050-a740-e7c76e91ae6f {
  cursor: pointer;
}#s-2a52da27-45d4-4050-a740-e7c76e91ae6f.shg-box.shg-c {
  justify-content: center;
}

#s-0aea8ba9-86cc-4a76-bc93-40b1008b251e {
  min-height: 50px;
}








#s-0aea8ba9-86cc-4a76-bc93-40b1008b251e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aea8ba9-86cc-4a76-bc93-40b1008b251e.shg-box.shg-c {
  justify-content: center;
}

#s-cd46e263-0dd8-4ffa-8b0c-70c095549902 {
  margin-left: 5.556%;
margin-right: 5.556%;
max-width: 1600px;
text-align: center;
}
@media (max-width: 767px){#s-cd46e263-0dd8-4ffa-8b0c-70c095549902 {
  display: none;
}
#s-cd46e263-0dd8-4ffa-8b0c-70c095549902, #wrap-s-cd46e263-0dd8-4ffa-8b0c-70c095549902 { display:none !important; }}



  #s-cd46e263-0dd8-4ffa-8b0c-70c095549902 img.shogun-image {
    
    width: px;
  }


#s-cd46e263-0dd8-4ffa-8b0c-70c095549902 .shogun-image-content {
  
    align-items: center;
  
}

#s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21 {
  margin-left: 7%;
margin-right: 7%;
max-width: 100%;
}

@media (min-width: 0px) {
[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3e6adc2e-ec8d-488a-95cf-1272ce67dd21"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ed0e7e3b-5b39-4549-9e8e-c5449c0887f5 {
  margin-left: 4%;
margin-right: 4%;
text-align: center;
}




  #s-ed0e7e3b-5b39-4549-9e8e-c5449c0887f5 img.shogun-image {
    
    width: px;
  }


#s-ed0e7e3b-5b39-4549-9e8e-c5449c0887f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a9a0679-488e-4284-8b10-4ad5b7e2fe24 {
  margin-top: 0.75em;
margin-bottom: 0.75em;
padding-left: 0%;
padding-right: 0%;
}

#s-faa37abc-b6f3-4b73-bbb9-e4663434527f {
  border-style: solid;
margin-top: 1em;
margin-bottom: 0.75em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(13, 13, 13, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-faa37abc-b6f3-4b73-bbb9-e4663434527f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(13, 13, 13, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-faa37abc-b6f3-4b73-bbb9-e4663434527f:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(13, 13, 13, 1) !important;}

  #s-faa37abc-b6f3-4b73-bbb9-e4663434527f-btn-wrapper {
    text-align: center;
  }


#s-faa37abc-b6f3-4b73-bbb9-e4663434527f.shg-btn {
  color: rgba(13, 13, 13, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-6461e1d7-9000-4bbd-8386-7bc47232b84a {
  border-style: solid;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(13, 13, 13, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-6461e1d7-9000-4bbd-8386-7bc47232b84a:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(13, 13, 13, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6461e1d7-9000-4bbd-8386-7bc47232b84a:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(13, 13, 13, 1) !important;}

  #s-6461e1d7-9000-4bbd-8386-7bc47232b84a-btn-wrapper {
    text-align: center;
  }


#s-6461e1d7-9000-4bbd-8386-7bc47232b84a.shg-btn {
  color: rgba(13, 13, 13, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f {
  text-align: center;
}
@media (min-width: 1200px){#s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f {
  display: none;
}
#s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f, #wrap-s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f {
  display: none;
}
#s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f, #wrap-s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f {
  display: none;
}
#s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f, #wrap-s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f { display:none !important; }}



  #s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f img.shogun-image {
    
    width: px;
  }


#s-b36fba0b-fbe3-4b2f-beeb-7e712e16578f .shogun-image-content {
  
    align-items: center;
  
}

#s-6239ce31-99cf-42a8-8c22-1c3f30564022 {
  margin-top: 4%;
margin-left: 2%;
margin-right: 0%;
padding-top: 4%;
padding-bottom: 7%;
min-height: 50px;
max-width: 60%;
}
@media (min-width: 1200px){#s-6239ce31-99cf-42a8-8c22-1c3f30564022 {
  display: none;
}
#s-6239ce31-99cf-42a8-8c22-1c3f30564022, #wrap-s-6239ce31-99cf-42a8-8c22-1c3f30564022 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6239ce31-99cf-42a8-8c22-1c3f30564022 {
  display: none;
}
#s-6239ce31-99cf-42a8-8c22-1c3f30564022, #wrap-s-6239ce31-99cf-42a8-8c22-1c3f30564022 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6239ce31-99cf-42a8-8c22-1c3f30564022 {
  display: none;
}
#s-6239ce31-99cf-42a8-8c22-1c3f30564022, #wrap-s-6239ce31-99cf-42a8-8c22-1c3f30564022 { display:none !important; }}@media (max-width: 767px){#s-6239ce31-99cf-42a8-8c22-1c3f30564022 {
  
}
}







#s-6239ce31-99cf-42a8-8c22-1c3f30564022 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6239ce31-99cf-42a8-8c22-1c3f30564022.shg-box.shg-c {
  justify-content: center;
}

#s-bc7e9049-8456-4597-94e3-97ff2d6bcd0e {
  margin-left: 20%;
margin-right: 20%;
max-width: 60%;
text-align: center;
}




  #s-bc7e9049-8456-4597-94e3-97ff2d6bcd0e img.shogun-image {
    
    width: px;
  }


#s-bc7e9049-8456-4597-94e3-97ff2d6bcd0e .shogun-image-content {
  
    align-items: center;
  
}

#s-12715709-e035-4a6d-a5fc-a1f4e70c4374 {
  margin-top: 0.75em;
margin-left: 9%;
margin-bottom: 0.75em;
margin-right: 9%;
padding-left: 0%;
padding-right: 0%;
}

#s-f339da99-2ee9-443a-8804-31460b8098f5 {
  min-height: 50px;
background-color: rgba(232, 94, 101, 1);
}
@media (min-width: 1200px){#s-f339da99-2ee9-443a-8804-31460b8098f5 {
  display: none;
}
#s-f339da99-2ee9-443a-8804-31460b8098f5, #wrap-s-f339da99-2ee9-443a-8804-31460b8098f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f339da99-2ee9-443a-8804-31460b8098f5 {
  display: none;
}
#s-f339da99-2ee9-443a-8804-31460b8098f5, #wrap-s-f339da99-2ee9-443a-8804-31460b8098f5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f339da99-2ee9-443a-8804-31460b8098f5 {
  display: none;
}
#s-f339da99-2ee9-443a-8804-31460b8098f5, #wrap-s-f339da99-2ee9-443a-8804-31460b8098f5 { display:none !important; }}







#s-f339da99-2ee9-443a-8804-31460b8098f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f339da99-2ee9-443a-8804-31460b8098f5.shg-box.shg-c {
  justify-content: center;
}

#s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9 {
  padding-top: 1em;
padding-left: 10%;
padding-bottom: 0.5em;
padding-right: 10%;
}

@media (min-width: 0px) {
[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9e71103f-32d5-43cb-a6b1-0ccd1dc187e9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d9b74087-1e1f-4d03-b37b-a7e426f18abe {
  border-style: solid;
margin-bottom: 0.75em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(13, 13, 13, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-d9b74087-1e1f-4d03-b37b-a7e426f18abe:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(13, 13, 13, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d9b74087-1e1f-4d03-b37b-a7e426f18abe:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(13, 13, 13, 1) !important;}

  #s-d9b74087-1e1f-4d03-b37b-a7e426f18abe-btn-wrapper {
    text-align: center;
  }


#s-d9b74087-1e1f-4d03-b37b-a7e426f18abe.shg-btn {
  color: rgba(13, 13, 13, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-0d633bda-1acd-47f6-a816-f68df01b0724 {
  border-style: solid;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(13, 13, 13, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-0d633bda-1acd-47f6-a816-f68df01b0724:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(13, 13, 13, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0d633bda-1acd-47f6-a816-f68df01b0724:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(13, 13, 13, 1) !important;}

  #s-0d633bda-1acd-47f6-a816-f68df01b0724-btn-wrapper {
    text-align: center;
  }


#s-0d633bda-1acd-47f6-a816-f68df01b0724.shg-btn {
  color: rgba(13, 13, 13, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-deed7cff-b631-4c73-9922-a5a9eac69ea4 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}
@media (min-width: 1200px){#s-deed7cff-b631-4c73-9922-a5a9eac69ea4 {
  margin-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-deed7cff-b631-4c73-9922-a5a9eac69ea4 {
  margin-bottom: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-deed7cff-b631-4c73-9922-a5a9eac69ea4 {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-deed7cff-b631-4c73-9922-a5a9eac69ea4 {
  margin-bottom: 10%;
}
}







#s-deed7cff-b631-4c73-9922-a5a9eac69ea4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-deed7cff-b631-4c73-9922-a5a9eac69ea4 {
  cursor: pointer;
}#s-deed7cff-b631-4c73-9922-a5a9eac69ea4.shg-box.shg-c {
  justify-content: center;
}

#s-cf86fd45-e5a2-4128-aa46-5f8cab4cd133 {
  min-height: 50px;
}








#s-cf86fd45-e5a2-4128-aa46-5f8cab4cd133 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf86fd45-e5a2-4128-aa46-5f8cab4cd133.shg-box.shg-c {
  justify-content: center;
}

#s-47be9f8d-2f0d-48a5-8f60-1922ed9a58c0 {
  margin-left: 0%;
margin-right: 0%;
max-width: 1800px;
text-align: center;
}
@media (max-width: 767px){#s-47be9f8d-2f0d-48a5-8f60-1922ed9a58c0 {
  display: none;
}
#s-47be9f8d-2f0d-48a5-8f60-1922ed9a58c0, #wrap-s-47be9f8d-2f0d-48a5-8f60-1922ed9a58c0 { display:none !important; }}



  #s-47be9f8d-2f0d-48a5-8f60-1922ed9a58c0 img.shogun-image {
    
    width: px;
  }


#s-47be9f8d-2f0d-48a5-8f60-1922ed9a58c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-3804bdcb-c0d5-4950-b20c-8aad3da00e2d {
  margin-left: 36%;
margin-right: 0%;
min-height: 50px;
max-width: 28%;
}
@media (max-width: 767px){#s-3804bdcb-c0d5-4950-b20c-8aad3da00e2d {
  display: none;
}
#s-3804bdcb-c0d5-4950-b20c-8aad3da00e2d, #wrap-s-3804bdcb-c0d5-4950-b20c-8aad3da00e2d { display:none !important; }}







#s-3804bdcb-c0d5-4950-b20c-8aad3da00e2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3804bdcb-c0d5-4950-b20c-8aad3da00e2d.shg-box.shg-c {
  justify-content: center;
}

#s-ad124952-f1bc-421a-bb53-9f4a8a5d2b9d {
  margin-left: 1%;
margin-right: 1%;
max-width: 98%;
text-align: center;
}




  #s-ad124952-f1bc-421a-bb53-9f4a8a5d2b9d img.shogun-image {
    
    width: px;
  }


#s-ad124952-f1bc-421a-bb53-9f4a8a5d2b9d .shogun-image-content {
  
    align-items: center;
  
}

#s-37858fad-c6e0-443d-ba5f-93089c793f34 {
  margin-bottom: 0.75em;
padding-left: 0%;
padding-right: 0%;
}

#s-afaa639c-d8bc-43d1-98cf-6f73ee1dda69 {
  border-style: solid;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(190, 142, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-afaa639c-d8bc-43d1-98cf-6f73ee1dda69:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(190, 142, 57, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-afaa639c-d8bc-43d1-98cf-6f73ee1dda69:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(190, 142, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-afaa639c-d8bc-43d1-98cf-6f73ee1dda69-btn-wrapper {
    text-align: center;
  }


#s-afaa639c-d8bc-43d1-98cf-6f73ee1dda69.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e {
  text-align: center;
background-color: rgba(12, 17, 15, 1);
}
@media (min-width: 1200px){#s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e {
  display: none;
}
#s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e, #wrap-s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e {
  display: none;
}
#s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e, #wrap-s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e {
  display: none;
}
#s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e, #wrap-s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e { display:none !important; }}



  #s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e img.shogun-image {
    
    width: px;
  }


#s-4a60ae59-95b7-41a5-b405-9a9d5ce5a56e .shogun-image-content {
  
    align-items: center;
  
}

#s-23c8a24b-9e63-4b0a-8d15-69f21c762993 {
  margin-left: 51%;
margin-right: 0%;
min-height: 50px;
max-width: 44%;
}
@media (min-width: 992px) and (max-width: 1199px){#s-23c8a24b-9e63-4b0a-8d15-69f21c762993 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-23c8a24b-9e63-4b0a-8d15-69f21c762993 {
  
}
}@media (max-width: 767px){#s-23c8a24b-9e63-4b0a-8d15-69f21c762993 {
  
}
}







#s-23c8a24b-9e63-4b0a-8d15-69f21c762993 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-23c8a24b-9e63-4b0a-8d15-69f21c762993.shg-box.shg-c {
  justify-content: center;
}

#s-41eb752f-d624-4f16-90ef-a9d9d792adec {
  margin-left: 0%;
margin-right: 0%;
max-width: 100%;
text-align: center;
}




  #s-41eb752f-d624-4f16-90ef-a9d9d792adec img.shogun-image {
    
    width: px;
  }


#s-41eb752f-d624-4f16-90ef-a9d9d792adec .shogun-image-content {
  
    align-items: center;
  
}

#s-0ba13034-4744-47bf-910e-b4f70dd86d3a {
  margin-bottom: 0.75em;
padding-left: 0%;
padding-right: 0%;
}

#s-c95fb8db-8898-4985-a5de-e6839194db7f {
  border-style: solid;
margin-top: 0em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(190, 142, 57, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-c95fb8db-8898-4985-a5de-e6839194db7f:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(190, 142, 57, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c95fb8db-8898-4985-a5de-e6839194db7f:active {border-style: solid !important;
border-color: rgba(56, 17, 255, 1) !important;
background-color: rgba(190, 142, 57, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}

  #s-c95fb8db-8898-4985-a5de-e6839194db7f-btn-wrapper {
    text-align: center;
  }


#s-c95fb8db-8898-4985-a5de-e6839194db7f.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-e79c320c-11e2-494f-909d-75275f50cc66 {
  margin-top: 0px;
margin-left: auto;
margin-bottom: 80px;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
background-color: rgba(241, 215, 197, 1);
}
@media (min-width: 1200px){#s-e79c320c-11e2-494f-909d-75275f50cc66 {
  margin-bottom: 60px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e79c320c-11e2-494f-909d-75275f50cc66 {
  margin-bottom: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-e79c320c-11e2-494f-909d-75275f50cc66 {
  margin-bottom: 5%;
}
}@media (max-width: 767px){#s-e79c320c-11e2-494f-909d-75275f50cc66 {
  margin-bottom: 10%;
}
}







#s-e79c320c-11e2-494f-909d-75275f50cc66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e79c320c-11e2-494f-909d-75275f50cc66.shg-box.shg-c {
  justify-content: center;
}

.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: #000;
  text-transform: none;
  font-weight: normal;
  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-fc58025e-f318-48dc-9e71-2182b0cb51df {
  padding-top: 3em;
padding-bottom: 1em;
text-align: center;
}

#s-fc58025e-f318-48dc-9e71-2182b0cb51df .shogun-heading-component h2 {
  color: rgba(83, 58, 57, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d6445a1-756f-481f-ac7b-6e4e454d0546 {
  margin-left: 7.22%;
margin-right: 7.22%;
padding-top: 0em;
padding-bottom: 4em;
max-width: 1540px;
}
@media (max-width: 767px){#s-7d6445a1-756f-481f-ac7b-6e4e454d0546 {
  margin-left: 15%;
margin-right: 15%;
}
}
@media (min-width: 0px) {
[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-7d6445a1-756f-481f-ac7b-6e4e454d0546"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-3c8e1d13-3c7b-44ad-b380-2b8cd912ae5b {
  text-align: center;
}




  #s-3c8e1d13-3c7b-44ad-b380-2b8cd912ae5b img.shogun-image {
    
    width: px;
  }


#s-3c8e1d13-3c7b-44ad-b380-2b8cd912ae5b .shogun-image-content {
  
    align-items: center;
  
}

#s-8405ad24-d6b5-4cbc-8457-823790051ac1 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 58, 57, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-8405ad24-d6b5-4cbc-8457-823790051ac1:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 58, 57, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-8405ad24-d6b5-4cbc-8457-823790051ac1:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(83, 58, 57, 1) !important;}@media (max-width: 767px){#s-8405ad24-d6b5-4cbc-8457-823790051ac1 {
  margin-bottom: 1em;
}
}

  #s-8405ad24-d6b5-4cbc-8457-823790051ac1-btn-wrapper {
    text-align: center;
  }


#s-8405ad24-d6b5-4cbc-8457-823790051ac1.shg-btn {
  color: rgba(83, 58, 57, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-691080d2-603d-4b28-9153-2a71e94f9f5c {
  text-align: center;
}




  #s-691080d2-603d-4b28-9153-2a71e94f9f5c img.shogun-image {
    
    width: px;
  }


#s-691080d2-603d-4b28-9153-2a71e94f9f5c .shogun-image-content {
  
    align-items: center;
  
}

#s-b5e4a98d-4ec5-4f12-b1db-660f09b96834 {
  border-style: solid;
margin-top: 1em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 58, 57, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-b5e4a98d-4ec5-4f12-b1db-660f09b96834:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 58, 57, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b5e4a98d-4ec5-4f12-b1db-660f09b96834:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(83, 58, 57, 1) !important;}@media (max-width: 767px){#s-b5e4a98d-4ec5-4f12-b1db-660f09b96834 {
  margin-bottom: 1em;
}
}

  #s-b5e4a98d-4ec5-4f12-b1db-660f09b96834-btn-wrapper {
    text-align: center;
  }


#s-b5e4a98d-4ec5-4f12-b1db-660f09b96834.shg-btn {
  color: rgba(83, 58, 57, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-3e724d38-05b9-4d03-a5d6-a7e7a6b79f76 {
  text-align: center;
}




  #s-3e724d38-05b9-4d03-a5d6-a7e7a6b79f76 img.shogun-image {
    
    width: px;
  }


#s-3e724d38-05b9-4d03-a5d6-a7e7a6b79f76 .shogun-image-content {
  
    align-items: center;
  
}

#s-12fba3c7-0054-4b64-9146-38242307ed3b {
  border-style: solid;
margin-top: 1em;
margin-bottom: 0em;
padding-top: 0.75em;
padding-left: 1em;
padding-bottom: 0.75em;
padding-right: 1em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(83, 58, 57, 1);
line-height: 1em;
letter-spacing: 0px;
}
#s-12fba3c7-0054-4b64-9146-38242307ed3b:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(83, 58, 57, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-12fba3c7-0054-4b64-9146-38242307ed3b:active {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(83, 58, 57, 1) !important;}

  #s-12fba3c7-0054-4b64-9146-38242307ed3b-btn-wrapper {
    text-align: center;
  }


#s-12fba3c7-0054-4b64-9146-38242307ed3b.shg-btn {
  color: rgba(83, 58, 57, 1);
  font-size: 28px;
  
  
  
  display:  inline-block ;
}

#s-0350703e-be1f-4a56-b4c2-b04fed02861d {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1800px;
}








#s-0350703e-be1f-4a56-b4c2-b04fed02861d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0350703e-be1f-4a56-b4c2-b04fed02861d.shg-box.shg-c {
  justify-content: center;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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-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: block;
}