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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-c9fcc3f7-9dac-4c6c-a2dd-684115e09dfc {
  min-height: 50px;
}








#s-c9fcc3f7-9dac-4c6c-a2dd-684115e09dfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9fcc3f7-9dac-4c6c-a2dd-684115e09dfc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body > .shogun-tab-content {
  display: none;
}

.shogun-tabs-body > .shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 {
  box-shadow:0px 0px 0px 0px ;
}
@media (min-width: 1200px){#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 {
  
}
}@media (max-width: 767px){#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 {
  
}
}

  #s-ea98fe0c-85e6-4646-b841-f332ba4fc643 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(249, 249, 249, 1);
    border: 2px solid rgba(249, 249, 249, 1);
  }
  #s-ea98fe0c-85e6-4646-b841-f332ba4fc643 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(249, 249, 249, 1);
    border: 2px solid rgba(249, 249, 249, 1);
  }
#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(51, 51, 51, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 92, 38, 1);
}

#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 2px);
  left: 2px;
  bottom: -2px;
  height: 2px;
  background: rgba(249, 249, 249, 1);
}

#s-ea98fe0c-85e6-4646-b841-f332ba4fc643 .shogun-tabs-body {
  margin-top: -2px;
  border-top: 2px solid rgba(249, 249, 249, 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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-83385255-8df8-4f43-8a9c-f21cffd765b6 {
  margin-top: -10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-83385255-8df8-4f43-8a9c-f21cffd765b6 {
  
}
}@media (max-width: 767px){#s-83385255-8df8-4f43-8a9c-f21cffd765b6 {
  display: none;
}
#s-83385255-8df8-4f43-8a9c-f21cffd765b6, #wrap-s-83385255-8df8-4f43-8a9c-f21cffd765b6 { display:none !important; }}






  #s-83385255-8df8-4f43-8a9c-f21cffd765b6 img.shogun-image {
    

    
    
    
  }


#s-83385255-8df8-4f43-8a9c-f21cffd765b6 .shogun-image-content {
  
    align-items: center;
  
}

#s-e17e50a2-ee43-4070-a3bd-e9a201a15b82 {
  margin-top: 0px;
margin-left: 50px;
margin-right: 50px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-e17e50a2-ee43-4070-a3bd-e9a201a15b82 {
  margin-left: 4%;
margin-right: 4%;
}
}@media (max-width: 767px){#s-e17e50a2-ee43-4070-a3bd-e9a201a15b82 {
  display: none;
}
#s-e17e50a2-ee43-4070-a3bd-e9a201a15b82, #wrap-s-e17e50a2-ee43-4070-a3bd-e9a201a15b82 { display:none !important; }}







#s-e17e50a2-ee43-4070-a3bd-e9a201a15b82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e17e50a2-ee43-4070-a3bd-e9a201a15b82.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-9ad00f61-b4f1-4edb-9db5-46b9a9faf968 {
  margin-top: 30px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9ad00f61-b4f1-4edb-9db5-46b9a9faf968 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-bfcf3c65-74e6-43e7-a930-6efa7172761e {
  margin-left: 1%;
margin-right: 1%;
}

@media (min-width: 0px) {
[id="s-bfcf3c65-74e6-43e7-a930-6efa7172761e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfcf3c65-74e6-43e7-a930-6efa7172761e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfcf3c65-74e6-43e7-a930-6efa7172761e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfcf3c65-74e6-43e7-a930-6efa7172761e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-787c456c-014d-48d5-ad28-131b8d699042 {
  min-height: 50px;
}








#s-787c456c-014d-48d5-ad28-131b8d699042 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-787c456c-014d-48d5-ad28-131b8d699042.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d390a144-a9a0-41ba-8d8e-018757357085 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-d390a144-a9a0-41ba-8d8e-018757357085 {
  margin-left: 5%;
}
}
#s-d390a144-a9a0-41ba-8d8e-018757357085 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f0ce3eef-05f0-44c3-9003-9db79535f367 {
  margin-left: 50px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f0ce3eef-05f0-44c3-9003-9db79535f367 {
  margin-left: 5%;
}
}
@media (min-width: 0px) {
[id="s-f0ce3eef-05f0-44c3-9003-9db79535f367"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0ce3eef-05f0-44c3-9003-9db79535f367"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0ce3eef-05f0-44c3-9003-9db79535f367"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-f0ce3eef-05f0-44c3-9003-9db79535f367"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0ce3eef-05f0-44c3-9003-9db79535f367"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-f0ce3eef-05f0-44c3-9003-9db79535f367"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-f0ce3eef-05f0-44c3-9003-9db79535f367"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

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

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

#s-61a0c38a-0034-483e-91e4-a84d80e7ba0e {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-61a0c38a-0034-483e-91e4-a84d80e7ba0e {
  margin-left: 5%;
}
}
#s-61a0c38a-0034-483e-91e4-a84d80e7ba0e hr {
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-20574153-589c-467c-9d48-8fa14868bfb0 {
  margin-left: 0px;
min-height: 50px;
}








#s-20574153-589c-467c-9d48-8fa14868bfb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-20574153-589c-467c-9d48-8fa14868bfb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-71bbdf22-5fa8-4d69-af4f-2758ff684abf {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-71bbdf22-5fa8-4d69-af4f-2758ff684abf .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-6dab1814-d108-4704-b68f-cef290cf7b43 {
  margin-right: 0px;
padding-left: 0px;
}
@media (min-width: 1200px){#s-6dab1814-d108-4704-b68f-cef290cf7b43 {
  display: none;
}
#s-6dab1814-d108-4704-b68f-cef290cf7b43, #wrap-s-6dab1814-d108-4704-b68f-cef290cf7b43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6dab1814-d108-4704-b68f-cef290cf7b43 {
  display: none;
}
#s-6dab1814-d108-4704-b68f-cef290cf7b43, #wrap-s-6dab1814-d108-4704-b68f-cef290cf7b43 { display:none !important; }}
#s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f {
  margin-left: 5%;
display: none;
}
#s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f, #wrap-s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f { display:none !important; }}@media (max-width: 767px){#s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f {
  display: none;
}
#s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f, #wrap-s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f { display:none !important; }}
@media (min-width: 0px) {
[id="s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-0d2dbdc7-6f42-480a-a313-bfc755e1c04f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

}

@media (min-width: 768px) and (max-width: 991px){#s-3285ce7e-cbef-4695-b15e-3b30d8a6f142 {
  margin-right: -20%;
}
}
#s-2c54d357-2083-4fa4-bb6c-8dcdd8ae43f7 {
  min-height: 50px;
}








#s-2c54d357-2083-4fa4-bb6c-8dcdd8ae43f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2c54d357-2083-4fa4-bb6c-8dcdd8ae43f7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c2e37c39-895a-4774-80ca-8bb10da0ee93 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c2e37c39-895a-4774-80ca-8bb10da0ee93 {
  margin-left: 5%;
}
}
#s-c2e37c39-895a-4774-80ca-8bb10da0ee93 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-96e8b812-9c0c-4863-9f4d-0877026f5fbf {
  margin-left: 50px;
margin-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-96e8b812-9c0c-4863-9f4d-0877026f5fbf {
  margin-left: 5%;
display: none;
}
#s-96e8b812-9c0c-4863-9f4d-0877026f5fbf, #wrap-s-96e8b812-9c0c-4863-9f4d-0877026f5fbf { display:none !important; }}
@media (min-width: 0px) {
[id="s-96e8b812-9c0c-4863-9f4d-0877026f5fbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96e8b812-9c0c-4863-9f4d-0877026f5fbf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-96e8b812-9c0c-4863-9f4d-0877026f5fbf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-96e8b812-9c0c-4863-9f4d-0877026f5fbf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

}

#s-62fa256f-584b-4983-bde3-d6e63c0c40db {
  margin-left: 50px;
margin-bottom: 10px;
}
@media (min-width: 1200px){#s-62fa256f-584b-4983-bde3-d6e63c0c40db {
  display: none;
}
#s-62fa256f-584b-4983-bde3-d6e63c0c40db, #wrap-s-62fa256f-584b-4983-bde3-d6e63c0c40db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-62fa256f-584b-4983-bde3-d6e63c0c40db {
  display: none;
}
#s-62fa256f-584b-4983-bde3-d6e63c0c40db, #wrap-s-62fa256f-584b-4983-bde3-d6e63c0c40db { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-62fa256f-584b-4983-bde3-d6e63c0c40db {
  margin-left: 5%;
}
}@media (max-width: 767px){#s-62fa256f-584b-4983-bde3-d6e63c0c40db {
  display: none;
}
#s-62fa256f-584b-4983-bde3-d6e63c0c40db, #wrap-s-62fa256f-584b-4983-bde3-d6e63c0c40db { display:none !important; }}
@media (min-width: 0px) {
[id="s-62fa256f-584b-4983-bde3-d6e63c0c40db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62fa256f-584b-4983-bde3-d6e63c0c40db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-62fa256f-584b-4983-bde3-d6e63c0c40db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-62fa256f-584b-4983-bde3-d6e63c0c40db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-62fa256f-584b-4983-bde3-d6e63c0c40db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-62fa256f-584b-4983-bde3-d6e63c0c40db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-62fa256f-584b-4983-bde3-d6e63c0c40db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

}

#s-dbc4d1d2-0372-4065-8c22-6a386fca66aa {
  margin-left: 50px;
margin-right: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-dbc4d1d2-0372-4065-8c22-6a386fca66aa {
  margin-left: 5%;
margin-right: 5%;
}
}
#s-dbc4d1d2-0372-4065-8c22-6a386fca66aa hr {
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-bca8dcfe-cec3-48f1-9c5a-7dc6fc26356d {
  min-height: 50px;
}








#s-bca8dcfe-cec3-48f1-9c5a-7dc6fc26356d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bca8dcfe-cec3-48f1-9c5a-7dc6fc26356d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8acbc1f-a8e8-49c6-90ad-d48279c26868 {
  margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-f8acbc1f-a8e8-49c6-90ad-d48279c26868 {
  margin-left: 5%;
}
}
#s-f8acbc1f-a8e8-49c6-90ad-d48279c26868 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-930fb419-9614-4866-910d-b26a63709021 {
  margin-left: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-930fb419-9614-4866-910d-b26a63709021 {
  margin-left: 5%;
}
}
@media (min-width: 0px) {
[id="s-930fb419-9614-4866-910d-b26a63709021"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-930fb419-9614-4866-910d-b26a63709021"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-930fb419-9614-4866-910d-b26a63709021"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-930fb419-9614-4866-910d-b26a63709021"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-930fb419-9614-4866-910d-b26a63709021"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-930fb419-9614-4866-910d-b26a63709021"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-930fb419-9614-4866-910d-b26a63709021"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

}

#s-248876fe-c155-45a1-affa-bfd79c983fd6 {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
}

#s-248876fe-c155-45a1-affa-bfd79c983fd6 hr {
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-e4c8931a-2f67-4e42-a02c-980f17723462 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e4c8931a-2f67-4e42-a02c-980f17723462 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-72671f92-f99a-499e-a0c5-d47d6a3be432 {
  margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
}

#s-48e4a5e1-7883-41ed-b809-4b0397385255 {
  margin-top: 20px;
margin-left: 50px;
margin-right: 50px;
}

#s-48e4a5e1-7883-41ed-b809-4b0397385255 hr {
  border-top: 1px solid rgba(111, 111, 111, 1);
}

#s-adcb82e2-d2ef-41bb-bae5-f0234255db41 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adcb82e2-d2ef-41bb-bae5-f0234255db41 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}



#s-519282f8-9b6a-4c42-aa66-941a00f5a3e4 {
  text-align: center;
}







  #s-519282f8-9b6a-4c42-aa66-941a00f5a3e4 img.shogun-image {
    

    
    
    
  }


#s-519282f8-9b6a-4c42-aa66-941a00f5a3e4 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-f523e588-5a78-4003-ac8c-294780f9358d {
  margin-bottom: 50px;
}

#s-235f79dc-3ee1-46eb-90d6-ba5e012a0fcf {
  min-height: 50px;
}








#s-235f79dc-3ee1-46eb-90d6-ba5e012a0fcf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-235f79dc-3ee1-46eb-90d6-ba5e012a0fcf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fb8815fc-dfbe-42a1-87b4-6baf90875338 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 30px;
margin-right: 100px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fb8815fc-dfbe-42a1-87b4-6baf90875338 {
  margin-left: 50px;
margin-right: 50px;
}
}@media (max-width: 767px){#s-fb8815fc-dfbe-42a1-87b4-6baf90875338 {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-fb8815fc-dfbe-42a1-87b4-6baf90875338 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb8815fc-dfbe-42a1-87b4-6baf90875338.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6ee206c-8dbd-4355-8b10-73c8df7e7a97 {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b6ee206c-8dbd-4355-8b10-73c8df7e7a97 {
  margin-top: 10px;
}
}
#s-b6ee206c-8dbd-4355-8b10-73c8df7e7a97 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-a1c988fb-46b2-4d67-aba3-4341f15418f2 {
  opacity: 1;
}
@media (min-width: 768px) and (max-width: 991px){#s-a1c988fb-46b2-4d67-aba3-4341f15418f2 {
  margin-left: 0%;
margin-right: 0%;
}
}
#s-a1c988fb-46b2-4d67-aba3-4341f15418f2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a1c988fb-46b2-4d67-aba3-4341f15418f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(249, 249, 249, 1);
  padding: 11px;
}

#s-a1c988fb-46b2-4d67-aba3-4341f15418f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-a1c988fb-46b2-4d67-aba3-4341f15418f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-a1c988fb-46b2-4d67-aba3-4341f15418f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-a1c988fb-46b2-4d67-aba3-4341f15418f2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-57af6305-8270-405d-8fdc-2081873979cc {
  margin-top: 30px;
}

#s-57af6305-8270-405d-8fdc-2081873979cc > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(238, 238, 238, 1);
}

#s-57af6305-8270-405d-8fdc-2081873979cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(255, 255, 255, 1);
  padding: 11px;
}

#s-57af6305-8270-405d-8fdc-2081873979cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(51, 51, 51, 1);
}

#s-57af6305-8270-405d-8fdc-2081873979cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-57af6305-8270-405d-8fdc-2081873979cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(51, 51, 51, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-57af6305-8270-405d-8fdc-2081873979cc > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-e107ee0f-833d-4f3f-aa86-685c169ce56a {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-e107ee0f-833d-4f3f-aa86-685c169ce56a .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  600; 
  color: rgba(51, 51, 51, 1);
  font-family: Asap;
  font-size: 15px;
  font-style: ;
  
  
  
  padding-top: 5px;
  padding-bottom: 5px;
  
  
}

#s-e107ee0f-833d-4f3f-aa86-685c169ce56a .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(255, 92, 38, 1);
  font-family: ;
  font-weight: ;
  line-height: 2em;
  
  justify-content: center;
}

#s-e107ee0f-833d-4f3f-aa86-685c169ce56a .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(255, 92, 38, 1);
}

#s-e107ee0f-833d-4f3f-aa86-685c169ce56a .shogun-form-error-msg-container, #s-e107ee0f-833d-4f3f-aa86-685c169ce56a .shogun-form-field-error-msg-container {
  display: none;
}

#s-e107ee0f-833d-4f3f-aa86-685c169ce56a .shogun-form-error-msg {
  
  font-style: ;
  color: #ff0000;
  font-family: Asap;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-e107ee0f-833d-4f3f-aa86-685c169ce56a .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: #ff0000;
}

#s-671de2e1-f8a4-4fa6-aaf1-267037dc30fb {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-671de2e1-f8a4-4fa6-aaf1-267037dc30fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-671de2e1-f8a4-4fa6-aaf1-267037dc30fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-671de2e1-f8a4-4fa6-aaf1-267037dc30fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-671de2e1-f8a4-4fa6-aaf1-267037dc30fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-294b7914-08de-4360-bc18-33e0aaf3ebf8  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(51, 51, 51, 1);
  
  
  
  font-size: ;
  font-style: ;
  color: rgba(51, 51, 51, 1);
  font-family: ;
  font-weight: ;
  
  
}

#s-294b7914-08de-4360-bc18-33e0aaf3ebf8  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-294b7914-08de-4360-bc18-33e0aaf3ebf8 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  border-radius: 0px;
  
  color: #000;
}



#s-294b7914-08de-4360-bc18-33e0aaf3ebf8 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-d6aa2fd2-1faf-4ed2-832f-09d201a92fea  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: ;
  font-weight: ;
  
  
}

#s-d6aa2fd2-1faf-4ed2-832f-09d201a92fea  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-d6aa2fd2-1faf-4ed2-832f-09d201a92fea .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-d6aa2fd2-1faf-4ed2-832f-09d201a92fea .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


#s-d02bb8c2-da0f-4db6-a9c3-0aa75a4b2be7 {
  margin-left: 10px;
margin-right: 10px;
}

#s-d02bb8c2-da0f-4db6-a9c3-0aa75a4b2be7  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: #000;
  
  
  
  font-size: ;
  font-style: ;
  color: #000;
  font-family: ;
  font-weight: ;
  
  
}

#s-d02bb8c2-da0f-4db6-a9c3-0aa75a4b2be7  .shogun-form-text-input-field::placeholder {
  
  
  color: #000;
  
  
  
  
}


#s-d02bb8c2-da0f-4db6-a9c3-0aa75a4b2be7 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}



#s-d02bb8c2-da0f-4db6-a9c3-0aa75a4b2be7 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: #000;
  
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-7f88e0a5-30d0-4f94-b42b-17cf2a64568b {
  margin-top: 15px;
padding-top: 10px;
padding-left: 25px;
padding-bottom: 10px;
padding-right: 25px;
border-radius: 1px;
color: #FFFFFF;
background-color: rgba(255, 92, 38, 1);
text-align: center;
cursor: pointer;
font-size: 17px;
letter-spacing: 1px;
background-image: none;
hover-type: color;
}
#s-7f88e0a5-30d0-4f94-b42b-17cf2a64568b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7f88e0a5-30d0-4f94-b42b-17cf2a64568b:active {background-color: #000000 !important;
text-decoration: none !important;}
#s-7f88e0a5-30d0-4f94-b42b-17cf2a64568b[disabled],
#s-7f88e0a5-30d0-4f94-b42b-17cf2a64568b[disabled]:hover,
#s-7f88e0a5-30d0-4f94-b42b-17cf2a64568b[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-7f88e0a5-30d0-4f94-b42b-17cf2a64568b {
  display:  inline-block ;
  width:  auto ;
}


#s-0cad3388-3691-49c6-a222-9bc008725c41 {
  margin-top: -10px;
text-align: center;
}
@media (min-width: 1200px){#s-0cad3388-3691-49c6-a222-9bc008725c41 {
  display: none;
}
#s-0cad3388-3691-49c6-a222-9bc008725c41, #wrap-s-0cad3388-3691-49c6-a222-9bc008725c41 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0cad3388-3691-49c6-a222-9bc008725c41 {
  display: none;
}
#s-0cad3388-3691-49c6-a222-9bc008725c41, #wrap-s-0cad3388-3691-49c6-a222-9bc008725c41 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0cad3388-3691-49c6-a222-9bc008725c41 {
  display: none;
}
#s-0cad3388-3691-49c6-a222-9bc008725c41, #wrap-s-0cad3388-3691-49c6-a222-9bc008725c41 { display:none !important; }}@media (max-width: 767px){#s-0cad3388-3691-49c6-a222-9bc008725c41 {
  
}
}






  #s-0cad3388-3691-49c6-a222-9bc008725c41 img.shogun-image {
    

    
    
    
  }


#s-0cad3388-3691-49c6-a222-9bc008725c41 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
min-height: 50px;
background-color: rgba(243, 243, 243, 1);
}
@media (min-width: 1200px){#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 {
  display: none;
}
#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9, #wrap-s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 {
  display: none;
}
#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9, #wrap-s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 {
  display: none;
}
#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9, #wrap-s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 { display:none !important; }}@media (max-width: 767px){#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 {
  min-height: 0px;
}
}







#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e3ca7dd-9055-4e39-914a-1037d0f8a3c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9abd1d8e-5ab1-4736-bad9-c1df2107d1fc {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9abd1d8e-5ab1-4736-bad9-c1df2107d1fc .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-762340d4-1b46-4119-9c82-809dfa7c3f75 {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-762340d4-1b46-4119-9c82-809dfa7c3f75 {
  margin-left: 3%;
margin-right: 3%;
}
}@media (max-width: 767px){#s-762340d4-1b46-4119-9c82-809dfa7c3f75 {
  display: none;
}
#s-762340d4-1b46-4119-9c82-809dfa7c3f75, #wrap-s-762340d4-1b46-4119-9c82-809dfa7c3f75 { display:none !important; }}
@media (min-width: 0px) {
[id="s-762340d4-1b46-4119-9c82-809dfa7c3f75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-762340d4-1b46-4119-9c82-809dfa7c3f75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-762340d4-1b46-4119-9c82-809dfa7c3f75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-762340d4-1b46-4119-9c82-809dfa7c3f75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-ccad8551-6256-4771-b772-18dcc44d4464 {
  min-height: 50px;
}








#s-ccad8551-6256-4771-b772-18dcc44d4464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccad8551-6256-4771-b772-18dcc44d4464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4d43acd1-ff68-4fdf-a1cc-2be4df857a25 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d43acd1-ff68-4fdf-a1cc-2be4df857a25 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-860b0d4d-2a12-4803-bb48-994b675422d6 {
  margin-left: 30px;
margin-right: 30px;
}

#s-faa280b7-3a6f-420e-9f42-aab291eb7069 {
  margin-left: 30px;
margin-right: 30px;
}

#s-faa280b7-3a6f-420e-9f42-aab291eb7069 hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-947a55aa-7a7d-4377-93cc-079bb64a282a {
  min-height: 50px;
}








#s-947a55aa-7a7d-4377-93cc-079bb64a282a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-947a55aa-7a7d-4377-93cc-079bb64a282a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-992ce719-d9fc-45b9-80e4-e5c3c0ef7c7c {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-992ce719-d9fc-45b9-80e4-e5c3c0ef7c7c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a00b47e8-ef4c-4dff-a285-20e684134777 {
  margin-left: 30px;
margin-right: 10px;
}

#s-7634ba36-31b0-4b8e-9efd-9e816746968c {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-7634ba36-31b0-4b8e-9efd-9e816746968c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7634ba36-31b0-4b8e-9efd-9e816746968c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-efdd5b3f-2e7b-4401-96e1-1847d693c73a {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-efdd5b3f-2e7b-4401-96e1-1847d693c73a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-bcf8d9c8-13bc-41ec-ba91-3a7dae6a4bbf {
  margin-left: 30px;
margin-right: 30px;
}

#s-feadd26a-3a13-4083-8d1a-a99d91116769 {
  margin-left: 30px;
margin-right: 30px;
}

#s-feadd26a-3a13-4083-8d1a-a99d91116769 hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-5958fd07-085c-49b3-ad92-de0d0878e595 {
  min-height: 50px;
}








#s-5958fd07-085c-49b3-ad92-de0d0878e595 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5958fd07-085c-49b3-ad92-de0d0878e595.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-38dc87aa-b589-431c-9ef7-74bc9af5e7ed {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38dc87aa-b589-431c-9ef7-74bc9af5e7ed .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-5fb43e58-17b8-4299-adae-ed71401a4743 {
  margin-left: 30px;
margin-right: 10px;
}

#s-aa8babd4-a7ab-4b83-8b8d-11d92a7ccdb6 {
  margin-left: 10px;
margin-right: 10px;
min-height: 50px;
}
@media (max-width: 767px){#s-aa8babd4-a7ab-4b83-8b8d-11d92a7ccdb6 {
  margin-left: 5px;
margin-right: 5px;
}
}







#s-aa8babd4-a7ab-4b83-8b8d-11d92a7ccdb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa8babd4-a7ab-4b83-8b8d-11d92a7ccdb6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53f6935c-450b-4592-9fa8-6f96ea2982d6 {
  min-height: 50px;
}








#s-53f6935c-450b-4592-9fa8-6f96ea2982d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53f6935c-450b-4592-9fa8-6f96ea2982d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2df8a106-c3d6-46dd-8126-0375742966ee {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2df8a106-c3d6-46dd-8126-0375742966ee .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c54ab0ee-74e5-476f-be49-9ee3bd0aade5 {
  margin-left: 30px;
margin-right: 30px;
}

#s-aed86f78-293a-4f93-b382-1972e3b782da {
  margin-left: 25px;
margin-right: 25px;
}

#s-aed86f78-293a-4f93-b382-1972e3b782da hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-0e3a1009-f845-4c5a-872d-48d56fa6bdaa {
  min-height: 50px;
}








#s-0e3a1009-f845-4c5a-872d-48d56fa6bdaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e3a1009-f845-4c5a-872d-48d56fa6bdaa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5604bf04-11d2-4af2-9033-9c51f1f08039 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5604bf04-11d2-4af2-9033-9c51f1f08039 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-c20939ef-fd70-4d06-8db0-3f4f5657c30b {
  margin-left: 30px;
margin-right: 10px;
}

#s-ee231a90-4b7d-4a49-93e3-9f0ffcca035c {
  margin-left: 25px;
margin-right: 25px;
}

#s-ee231a90-4b7d-4a49-93e3-9f0ffcca035c hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-8e7d3b2b-9d77-4d56-9708-4d73524c6661 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-8e7d3b2b-9d77-4d56-9708-4d73524c6661 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e7d3b2b-9d77-4d56-9708-4d73524c6661.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1656a5da-bcf2-4d68-b5df-46ef3c88ba0c {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1656a5da-bcf2-4d68-b5df-46ef3c88ba0c .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8b597178-ccd9-493c-be6f-d9f0ec276edd {
  margin-left: 30px;
margin-right: 30px;
}

#s-ce209c36-e326-4925-9bcd-7d17c7fad59a {
  margin-left: 25px;
margin-right: 25px;
}

#s-ce209c36-e326-4925-9bcd-7d17c7fad59a hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-6da6976a-b6de-4eb0-bc00-086750c3df8c {
  min-height: 50px;
}








#s-6da6976a-b6de-4eb0-bc00-086750c3df8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6da6976a-b6de-4eb0-bc00-086750c3df8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c775c4fb-f954-4793-977d-641a350be281 {
  margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c775c4fb-f954-4793-977d-641a350be281 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-2a22e8cb-692e-4337-9ed0-ef0532e80399 {
  margin-left: 30px;
margin-right: 30px;
}

#s-de86342d-6f7f-4135-a5e2-2f41c7586b1d {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-de86342d-6f7f-4135-a5e2-2f41c7586b1d {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-de86342d-6f7f-4135-a5e2-2f41c7586b1d {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-de86342d-6f7f-4135-a5e2-2f41c7586b1d hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-410194b5-bad5-4a3e-92df-f667173490fb {
  margin-top: 20px;
margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-410194b5-bad5-4a3e-92df-f667173490fb {
  margin-top: 20px;
margin-bottom: 10px;
}
}
#s-410194b5-bad5-4a3e-92df-f667173490fb .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-47ffcfb3-3e6f-4ed3-af99-b62aa5df50ab {
  margin-bottom: 30px;
}

#s-77714e76-27a3-4208-99a1-44e05647c258 {
  margin-left: 30px;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-77714e76-27a3-4208-99a1-44e05647c258 {
  margin-left: 10px;
margin-right: 10px;
}
}@media (max-width: 767px){#s-77714e76-27a3-4208-99a1-44e05647c258 {
  margin-left: 10px;
margin-right: 10px;
}
}
#s-77714e76-27a3-4208-99a1-44e05647c258 hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-bf154c49-bf91-4e9c-b722-1286e8f146cd {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bf154c49-bf91-4e9c-b722-1286e8f146cd .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-615a98c0-9b56-4006-b7a8-77a08903493e {
  margin-left: 10px;
margin-right: 10px;
text-align: center;
}







  #s-615a98c0-9b56-4006-b7a8-77a08903493e img.shogun-image {
    

    
    
    
  }


#s-615a98c0-9b56-4006-b7a8-77a08903493e .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-63d2f1b0-8d81-464d-ad01-10e922702faa {
  margin-bottom: 50px;
}
@media (max-width: 767px){#s-63d2f1b0-8d81-464d-ad01-10e922702faa {
  margin-bottom: 20px;
}
}
#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf {
  margin-top: 0px;
margin-bottom: 0px;
min-height: 50px;
}
@media (min-width: 1200px){#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf {
  display: none;
}
#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf, #wrap-s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf {
  display: none;
}
#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf, #wrap-s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf {
  margin-bottom: 3%;
display: none;
}
#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf, #wrap-s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf { display:none !important; }}







#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ada9abc5-ba2e-44e0-86c5-60b91cc2a2cf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-217a15e9-5d1f-4b85-80b1-75890d253eb6 {
  margin-top: 24px;
margin-left: 30px;
margin-bottom: 14px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-217a15e9-5d1f-4b85-80b1-75890d253eb6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


@media (max-width: 767px){#s-217a15e9-5d1f-4b85-80b1-75890d253eb6 .shogun-heading-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}


}
#s-2e71e1ed-357f-443a-8ece-083d7570dae1 {
  margin-top: 0%;
margin-left: 30px;
margin-bottom: 4%;
margin-right: 30px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2e71e1ed-357f-443a-8ece-083d7570dae1 {
  margin-bottom: 40px;
}
}
#s-c0f9d3c4-6504-4bf3-92e7-b9089aa5e844 {
  margin-top: 0px;
margin-bottom: 30px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-c0f9d3c4-6504-4bf3-92e7-b9089aa5e844 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-c0f9d3c4-6504-4bf3-92e7-b9089aa5e844 {
  margin-bottom: 1px;
}
}






  #s-c0f9d3c4-6504-4bf3-92e7-b9089aa5e844 img.shogun-image {
    

    
    
    
  }


#s-c0f9d3c4-6504-4bf3-92e7-b9089aa5e844 .shogun-image-content {
  
    align-items: center;
  
}

#s-4154b972-95f8-463b-96f5-6eaccc8f974c {
  text-align: center;
}
@media (min-width: 1200px){#s-4154b972-95f8-463b-96f5-6eaccc8f974c {
  display: none;
}
#s-4154b972-95f8-463b-96f5-6eaccc8f974c, #wrap-s-4154b972-95f8-463b-96f5-6eaccc8f974c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4154b972-95f8-463b-96f5-6eaccc8f974c {
  display: none;
}
#s-4154b972-95f8-463b-96f5-6eaccc8f974c, #wrap-s-4154b972-95f8-463b-96f5-6eaccc8f974c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4154b972-95f8-463b-96f5-6eaccc8f974c {
  display: none;
}
#s-4154b972-95f8-463b-96f5-6eaccc8f974c, #wrap-s-4154b972-95f8-463b-96f5-6eaccc8f974c { display:none !important; }}@media (max-width: 767px){#s-4154b972-95f8-463b-96f5-6eaccc8f974c {
  display: none;
}
#s-4154b972-95f8-463b-96f5-6eaccc8f974c, #wrap-s-4154b972-95f8-463b-96f5-6eaccc8f974c { display:none !important; }}






  #s-4154b972-95f8-463b-96f5-6eaccc8f974c img.shogun-image {
    

    
    
    
  }


#s-4154b972-95f8-463b-96f5-6eaccc8f974c .shogun-image-content {
  
    align-items: center;
  
}

#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb {
  display: none;
}
#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb, #wrap-s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb {
  display: none;
}
#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb, #wrap-s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb {
  margin-top: 30px;
margin-bottom: 20px;
display: none;
}
#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb, #wrap-s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb { display:none !important; }}@media (max-width: 767px){#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb {
  margin-top: 35px;
margin-bottom: 20px;
display: none;
}
#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb, #wrap-s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb { display:none !important; }}
#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-27a2dfec-df56-4e06-a37b-44d4bf0d1abb .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


}
#s-7a047cee-996a-4d35-9540-a1df7667d436 {
  margin-top: 0%;
margin-left: 30px;
margin-bottom: 30px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-7a047cee-996a-4d35-9540-a1df7667d436 {
  display: none;
}
#s-7a047cee-996a-4d35-9540-a1df7667d436, #wrap-s-7a047cee-996a-4d35-9540-a1df7667d436 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7a047cee-996a-4d35-9540-a1df7667d436 {
  display: none;
}
#s-7a047cee-996a-4d35-9540-a1df7667d436, #wrap-s-7a047cee-996a-4d35-9540-a1df7667d436 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7a047cee-996a-4d35-9540-a1df7667d436 {
  display: none;
}
#s-7a047cee-996a-4d35-9540-a1df7667d436, #wrap-s-7a047cee-996a-4d35-9540-a1df7667d436 { display:none !important; }}@media (max-width: 767px){#s-7a047cee-996a-4d35-9540-a1df7667d436 {
  display: none;
}
#s-7a047cee-996a-4d35-9540-a1df7667d436, #wrap-s-7a047cee-996a-4d35-9540-a1df7667d436 { display:none !important; }}
#s-106a68a3-57a3-4b19-9b4c-3161126bb057 {
  margin-top: 4%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-106a68a3-57a3-4b19-9b4c-3161126bb057 {
  
}
}@media (max-width: 767px){#s-106a68a3-57a3-4b19-9b4c-3161126bb057 {
  display: none;
}
#s-106a68a3-57a3-4b19-9b4c-3161126bb057, #wrap-s-106a68a3-57a3-4b19-9b4c-3161126bb057 { display:none !important; }}
#s-106a68a3-57a3-4b19-9b4c-3161126bb057 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}


@media (min-width: 1200px){#s-106a68a3-57a3-4b19-9b4c-3161126bb057 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-106a68a3-57a3-4b19-9b4c-3161126bb057 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-5960af8e-73af-4f0f-8fc4-7a8df35e96ba {
  margin-top: 1%;
margin-left: 11%;
margin-bottom: 5%;
margin-right: 11%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5960af8e-73af-4f0f-8fc4-7a8df35e96ba {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-5960af8e-73af-4f0f-8fc4-7a8df35e96ba {
  display: none;
}
#s-5960af8e-73af-4f0f-8fc4-7a8df35e96ba, #wrap-s-5960af8e-73af-4f0f-8fc4-7a8df35e96ba { display:none !important; }}
#s-5634f3de-b008-447c-9b04-84fdf5c2c3be {
  margin-top: 0%;
margin-left: 10%;
margin-bottom: 5%;
margin-right: 10%;
}
@media (min-width: 1200px){#s-5634f3de-b008-447c-9b04-84fdf5c2c3be {
  display: none;
}
#s-5634f3de-b008-447c-9b04-84fdf5c2c3be, #wrap-s-5634f3de-b008-447c-9b04-84fdf5c2c3be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5634f3de-b008-447c-9b04-84fdf5c2c3be {
  margin-right: 10%;
display: none;
}
#s-5634f3de-b008-447c-9b04-84fdf5c2c3be, #wrap-s-5634f3de-b008-447c-9b04-84fdf5c2c3be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5634f3de-b008-447c-9b04-84fdf5c2c3be {
  display: none;
}
#s-5634f3de-b008-447c-9b04-84fdf5c2c3be, #wrap-s-5634f3de-b008-447c-9b04-84fdf5c2c3be { display:none !important; }}@media (max-width: 767px){#s-5634f3de-b008-447c-9b04-84fdf5c2c3be {
  display: none;
}
#s-5634f3de-b008-447c-9b04-84fdf5c2c3be, #wrap-s-5634f3de-b008-447c-9b04-84fdf5c2c3be { display:none !important; }}
@media (min-width: 0px) {
[id="s-5634f3de-b008-447c-9b04-84fdf5c2c3be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5634f3de-b008-447c-9b04-84fdf5c2c3be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-5634f3de-b008-447c-9b04-84fdf5c2c3be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-5634f3de-b008-447c-9b04-84fdf5c2c3be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-1e96b177-b38b-44a0-a257-2117cadd7c9d {
  margin-top: 80px;
margin-left: 0px;
margin-bottom: 80px;
margin-right: 0px;
min-height: 50px;
}








#s-1e96b177-b38b-44a0-a257-2117cadd7c9d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e96b177-b38b-44a0-a257-2117cadd7c9d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9e480a38-0fbc-458d-b7a5-75dde327bb66 {
  text-align: center;
}







  #s-9e480a38-0fbc-458d-b7a5-75dde327bb66 img.shogun-image {
    

    
    
    
  }


#s-9e480a38-0fbc-458d-b7a5-75dde327bb66 .shogun-image-content {
  
    align-items: center;
  
}

#s-4028b333-9e3c-43e6-8dc9-cedf312fee29 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4028b333-9e3c-43e6-8dc9-cedf312fee29 {
  margin-right: 80px;
}
}







#s-4028b333-9e3c-43e6-8dc9-cedf312fee29 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4028b333-9e3c-43e6-8dc9-cedf312fee29.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bd35022-a15f-4f2f-9545-8411f2b7c6d9 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1bd35022-a15f-4f2f-9545-8411f2b7c6d9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Asap";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-5d1456ae-d0b2-474e-b165-37ee2213a931 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5d1456ae-d0b2-474e-b165-37ee2213a931 {
  
}
}@media (max-width: 767px){#s-5d1456ae-d0b2-474e-b165-37ee2213a931 {
  display: none;
}
#s-5d1456ae-d0b2-474e-b165-37ee2213a931, #wrap-s-5d1456ae-d0b2-474e-b165-37ee2213a931 { display:none !important; }}






  #s-5d1456ae-d0b2-474e-b165-37ee2213a931 img.shogun-image {
    

    
    
    
  }


#s-5d1456ae-d0b2-474e-b165-37ee2213a931 .shogun-image-content {
  
    align-items: center;
  
}

#s-5f0aada2-fc9e-4dc0-8c9c-5794f01bc37a {
  margin-top: 0%;
margin-bottom: 0%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-5f0aada2-fc9e-4dc0-8c9c-5794f01bc37a {
  
}
}







#s-5f0aada2-fc9e-4dc0-8c9c-5794f01bc37a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5f0aada2-fc9e-4dc0-8c9c-5794f01bc37a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d8384175-66c3-4fdc-a2db-9e752bdf8ae0 {
  text-align: center;
}
@media (max-width: 767px){#s-d8384175-66c3-4fdc-a2db-9e752bdf8ae0 {
  
}
}






  #s-d8384175-66c3-4fdc-a2db-9e752bdf8ae0 img.shogun-image {
    

    
    
    
  }


#s-d8384175-66c3-4fdc-a2db-9e752bdf8ae0 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7cbe2735-520c-43f4-9a7f-de003c13e71e {
  margin-top: 1%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-7cbe2735-520c-43f4-9a7f-de003c13e71e {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-7cbe2735-520c-43f4-9a7f-de003c13e71e .shogun-heading-component h2 {
  color: rgba(253, 80, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 50px;
  
  
  
}


@media (max-width: 767px){#s-7cbe2735-520c-43f4-9a7f-de003c13e71e .shogun-heading-component h2 {
  color: rgba(253, 80, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


}
#s-7fd912b1-48ec-4d99-9b04-45132401162e {
  margin-top: 2%;
margin-bottom: 0%;
text-align: center;
}







  #s-7fd912b1-48ec-4d99-9b04-45132401162e img.shogun-image {
    

    
    
    
  }


#s-7fd912b1-48ec-4d99-9b04-45132401162e .shogun-image-content {
  
    align-items: center;
  
}

#s-09562952-d278-4b11-96eb-ad622f66981d {
  margin-top: 2%;
margin-bottom: 0%;
text-align: center;
}







  #s-09562952-d278-4b11-96eb-ad622f66981d img.shogun-image {
    

    
    
    
  }


#s-09562952-d278-4b11-96eb-ad622f66981d .shogun-image-content {
  
    align-items: center;
  
}

#s-708d4f8b-9220-4d8c-bc04-0a581ed7fdca {
  margin-top: 2%;
margin-bottom: 0%;
text-align: center;
}







  #s-708d4f8b-9220-4d8c-bc04-0a581ed7fdca img.shogun-image {
    

    
    
    
  }


#s-708d4f8b-9220-4d8c-bc04-0a581ed7fdca .shogun-image-content {
  
    align-items: center;
  
}

#s-dccd6b18-cfe3-4768-bac0-ef2e72ba92d4 {
  text-align: center;
}







  #s-dccd6b18-cfe3-4768-bac0-ef2e72ba92d4 img.shogun-image {
    

    
    
    
  }


#s-dccd6b18-cfe3-4768-bac0-ef2e72ba92d4 .shogun-image-content {
  
    align-items: center;
  
}

#s-a9e3947f-46ff-4bcd-b5d1-e590e4f51596 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a9e3947f-46ff-4bcd-b5d1-e590e4f51596 {
  min-height: 400px;
}
}@media (max-width: 767px){#s-a9e3947f-46ff-4bcd-b5d1-e590e4f51596 {
  min-height: 270px;
}
}







#s-a9e3947f-46ff-4bcd-b5d1-e590e4f51596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9e3947f-46ff-4bcd-b5d1-e590e4f51596.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-5f0906ae-ec78-43e3-8136-d301c0edab31 {
  margin-top: 2%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-5f0906ae-ec78-43e3-8136-d301c0edab31 {
  margin-top: 0%;
}
}@media (max-width: 767px){#s-5f0906ae-ec78-43e3-8136-d301c0edab31 {
  margin-top: 3%;
}
}
#s-5f0906ae-ec78-43e3-8136-d301c0edab31 .shogun-heading-component h2 {
  color: rgba(249, 80, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 1200px){#s-5f0906ae-ec78-43e3-8136-d301c0edab31 .shogun-heading-component h2 {
  color: rgba(249, 80, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 45px;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-5f0906ae-ec78-43e3-8136-d301c0edab31 .shogun-heading-component h2 {
  color: rgba(249, 80, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}@media (max-width: 767px){#s-5f0906ae-ec78-43e3-8136-d301c0edab31 .shogun-heading-component h2 {
  color: rgba(249, 80, 0, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}


}
#s-c57087dd-30bd-4824-95ba-04ab58955df7 {
  margin-left: 15%;
margin-right: 15%;
}
@media (min-width: 768px) and (max-width: 991px){#s-c57087dd-30bd-4824-95ba-04ab58955df7 {
  margin-left: 2%;
margin-right: 2%;
}
}@media (max-width: 767px){#s-c57087dd-30bd-4824-95ba-04ab58955df7 {
  display: none;
}
#s-c57087dd-30bd-4824-95ba-04ab58955df7, #wrap-s-c57087dd-30bd-4824-95ba-04ab58955df7 { display:none !important; }}
#s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732 {
  margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732 {
  display: none;
}
#s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732, #wrap-s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732 {
  display: none;
}
#s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732, #wrap-s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732 {
  display: none;
}
#s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732, #wrap-s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732 { display:none !important; }}@media (max-width: 767px){#s-c4ad2466-dfdf-4dde-a53c-3a4e0cf9e732 {
  margin-top: 4%;
margin-bottom: 4%;
}
}
#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d {
  margin-top: 30px;
margin-left: 10px;
margin-bottom: 30px;
margin-right: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d {
  display: none;
}
#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d, #wrap-s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d {
  display: none;
}
#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d, #wrap-s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d {
  display: none;
}
#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d, #wrap-s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d { display:none !important; }}@media (max-width: 767px){#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
display: none;
}
#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d, #wrap-s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d { display:none !important; }}






  #s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d img.shogun-image {
    

    
    
    
  }


#s-dd1c6b93-aa99-4ab9-917e-d76c440dad0d .shogun-image-content {
  
    align-items: center;
  
}

#s-9e998a30-df2b-4781-b7b8-97455847d547 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 50px;
min-height: 50px;
}
@media (min-width: 1200px){#s-9e998a30-df2b-4781-b7b8-97455847d547 {
  display: none;
}
#s-9e998a30-df2b-4781-b7b8-97455847d547, #wrap-s-9e998a30-df2b-4781-b7b8-97455847d547 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9e998a30-df2b-4781-b7b8-97455847d547 {
  display: none;
}
#s-9e998a30-df2b-4781-b7b8-97455847d547, #wrap-s-9e998a30-df2b-4781-b7b8-97455847d547 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9e998a30-df2b-4781-b7b8-97455847d547 {
  display: none;
}
#s-9e998a30-df2b-4781-b7b8-97455847d547, #wrap-s-9e998a30-df2b-4781-b7b8-97455847d547 { display:none !important; }}@media (max-width: 767px){#s-9e998a30-df2b-4781-b7b8-97455847d547 {
  display: none;
}
#s-9e998a30-df2b-4781-b7b8-97455847d547, #wrap-s-9e998a30-df2b-4781-b7b8-97455847d547 { display:none !important; }}







#s-9e998a30-df2b-4781-b7b8-97455847d547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9e998a30-df2b-4781-b7b8-97455847d547.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-a60c1a2f-113b-47e1-ab31-b38586c1ec7f {
  display: none;
}
#s-a60c1a2f-113b-47e1-ab31-b38586c1ec7f, #wrap-s-a60c1a2f-113b-47e1-ab31-b38586c1ec7f { display:none !important; }}
#s-321a25d4-2a66-4bae-b9fe-bfc99f26cc50 hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-28c9c870-7673-4d42-b0ab-b3f0ee6f7a89 hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-72b810d8-4337-4334-8066-69a44f991404 hr {
  border-top: 1px solid rgba(51, 51, 51, 1);
}

#s-0aea28d3-d0d7-4d7e-ae17-a913a17e1e40 {
  margin-left: 0px;
margin-right: 0px;
}

#s-3b39ad33-7e8b-4ee2-a034-f158c39570e6 {
  min-height: 50px;
background-color: rgba(251, 251, 253, 1);
}








#s-3b39ad33-7e8b-4ee2-a034-f158c39570e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b39ad33-7e8b-4ee2-a034-f158c39570e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d78162bc-69ab-4c78-b230-f15290eb3eba {
  margin-top: 7%;
margin-left: 0%;
margin-bottom: 7%;
margin-right: 0%;
}

@media (min-width: 0px) {
[id="s-d78162bc-69ab-4c78-b230-f15290eb3eba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d78162bc-69ab-4c78-b230-f15290eb3eba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d78162bc-69ab-4c78-b230-f15290eb3eba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d78162bc-69ab-4c78-b230-f15290eb3eba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-2ecee278-d48c-4346-807b-392bd90e2eed {
  min-height: 50px;
}








#s-2ecee278-d48c-4346-807b-392bd90e2eed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ecee278-d48c-4346-807b-392bd90e2eed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fcd65d99-347f-4441-857e-e3c09696f257 {
  margin-left: 39%;
margin-right: 39%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-fcd65d99-347f-4441-857e-e3c09696f257 {
  margin-left: 38%;
margin-right: 38%;
}
}@media (max-width: 767px){#s-fcd65d99-347f-4441-857e-e3c09696f257 {
  margin-left: 37%;
margin-right: 37%;
}
}






  #s-fcd65d99-347f-4441-857e-e3c09696f257 img.shogun-image {
    

    
    
    
  }


#s-fcd65d99-347f-4441-857e-e3c09696f257 .shogun-image-content {
  
    align-items: center;
  
}

#s-96a92fb6-0cb7-47b3-89ba-5bdfb6bb6522 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-96a92fb6-0cb7-47b3-89ba-5bdfb6bb6522 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-99edaf6e-f50c-470d-9b05-82eac36dda00 {
  margin-left: 12%;
margin-right: 12%;
}

#s-a706b35e-d441-46f2-8f35-436f9302bd9b {
  min-height: 50px;
}








#s-a706b35e-d441-46f2-8f35-436f9302bd9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a706b35e-d441-46f2-8f35-436f9302bd9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c53bf7d-8af0-409b-970b-2a23ba31a1e0 {
  margin-left: 39%;
margin-right: 39%;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-4c53bf7d-8af0-409b-970b-2a23ba31a1e0 {
  margin-left: 38%;
margin-right: 38%;
}
}@media (max-width: 767px){#s-4c53bf7d-8af0-409b-970b-2a23ba31a1e0 {
  margin-left: 37%;
margin-right: 37%;
}
}






  #s-4c53bf7d-8af0-409b-970b-2a23ba31a1e0 img.shogun-image {
    

    
    
    
  }


#s-4c53bf7d-8af0-409b-970b-2a23ba31a1e0 .shogun-image-content {
  
    align-items: center;
  
}

#s-548f0841-75c9-4901-a822-7e3233db54b3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-548f0841-75c9-4901-a822-7e3233db54b3 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 25px;
  
  
  
}



#s-91e9a869-d114-47e9-82f2-6520260c1ac6 {
  margin-left: 16%;
margin-right: 16%;
}
@media (min-width: 768px) and (max-width: 991px){#s-91e9a869-d114-47e9-82f2-6520260c1ac6 {
  margin-left: 10%;
margin-right: 10%;
}
}@media (max-width: 767px){#s-91e9a869-d114-47e9-82f2-6520260c1ac6 {
  margin-left: 12%;
margin-right: 12%;
}
}
#s-eaf36d96-79e1-41ba-826f-387a15b3b19c {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
margin-top: 50px;
margin-left: 4%;
margin-right: 4%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
min-height: 500px;
}
@media (max-width: 767px){#s-eaf36d96-79e1-41ba-826f-387a15b3b19c {
  margin-top: 5px;
margin-left: 2%;
margin-right: 2%;
}
}







#s-eaf36d96-79e1-41ba-826f-387a15b3b19c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eaf36d96-79e1-41ba-826f-387a15b3b19c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-7e6d3345-aead-4313-bc3a-e10b80dbbe7b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
opacity: 1;
}

#s-7e6d3345-aead-4313-bc3a-e10b80dbbe7b .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 26px;
  line-height: 1em;
  
  
}



@media (max-width: 767px){#s-88003532-cc9a-4ffb-826d-86c94a226e52 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-88003532-cc9a-4ffb-826d-86c94a226e52"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-88003532-cc9a-4ffb-826d-86c94a226e52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-88003532-cc9a-4ffb-826d-86c94a226e52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-88003532-cc9a-4ffb-826d-86c94a226e52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-772f29f3-3a4f-4ec3-a103-228657e8e683 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 00px;
border-bottom-width: 0px;
border-right-width: 00px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}



.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-772f29f3-3a4f-4ec3-a103-228657e8e683 img.shogun-image {
  width: 100%;
}



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

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-5e05cc66-c583-449f-9e05-6726412f72b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-5e05cc66-c583-449f-9e05-6726412f72b8 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-bcf246e5-b471-42e9-819b-d2eafde4ebab {
  text-align: center;
}

#s-bcf246e5-b471-42e9-819b-d2eafde4ebab .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-bcf246e5-b471-42e9-819b-d2eafde4ebab .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-bcf246e5-b471-42e9-819b-d2eafde4ebab .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}



.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b img.shogun-image {
  width: 100%;
}



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

.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-6598a55e-091c-4b6c-b463-6fb0bfe0f46b img.shogun-image {
  width: 100%;
}



}
#s-d37337f3-f00d-47ea-bccc-4dfe3f365ee7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-d37337f3-f00d-47ea-bccc-4dfe3f365ee7 .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-89c731e2-c616-43da-ad2a-fa6a006a781f {
  text-align: center;
}

#s-89c731e2-c616-43da-ad2a-fa6a006a781f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-89c731e2-c616-43da-ad2a-fa6a006a781f .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-89c731e2-c616-43da-ad2a-fa6a006a781f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 {
  box-shadow:1px 1px 1px 1px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}



.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-3d0a89e8-8dd0-4b02-91d8-ccfdf7ea24d4 img.shogun-image {
  width: 100%;
}



}
#s-796da347-0105-496a-b02d-8c7fdcd75dbe {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-796da347-0105-496a-b02d-8c7fdcd75dbe .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-e0aeb3a1-10a1-4171-8b05-9d2c0ba3da51 {
  text-align: center;
}

#s-e0aeb3a1-10a1-4171-8b05-9d2c0ba3da51 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-e0aeb3a1-10a1-4171-8b05-9d2c0ba3da51 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-e0aeb3a1-10a1-4171-8b05-9d2c0ba3da51 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

#s-f0543aa2-1857-4d54-83a9-2e25884de4a2 {
  background-color: rgba(255, 255, 255, 1);
}

#s-608308a5-d32f-474d-812f-f9c31056faf7 {
  box-shadow:1px 1px 0px 0px rgba(255, 255, 255, 1);
border-style: solid;
border-top-width: 00px;
border-left-width: 00px;
border-bottom-width: 00px;
border-right-width: 00px;
border-color: rgba(117, 114, 114, 0.32);
text-align: left;
}



.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-608308a5-d32f-474d-812f-f9c31056faf7 img.shogun-image {
  width: 100%;
}



}
#s-d4638219-6a7c-4b54-a964-bd03242787af {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
background-color: rgba(0, 0, 0, 0);
}

#s-d4638219-6a7c-4b54-a964-bd03242787af .shg-product-title-component h4 {
  color: rgba(51, 51, 51, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 17px;
  line-height: ;
  letter-spacing: ;
}

#s-16cbbcea-7835-49b4-80f5-290e4d73b939 {
  text-align: center;
}

#s-16cbbcea-7835-49b4-80f5-290e4d73b939 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
}

#s-16cbbcea-7835-49b4-80f5-290e4d73b939 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-16cbbcea-7835-49b4-80f5-290e4d73b939 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(68, 68, 68, 1);
  font-weight:  normal ;
  font-family: Asap;
  font-style:  normal ;
  font-size: 16px;
  padding-left: 10px;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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