.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-e8148292-ffc8-4e18-b22a-6491ac969d06 img.shogun-image {
    

    
    
    
  }


#s-e8148292-ffc8-4e18-b22a-6491ac969d06 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

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

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

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

.shg-default-text-content 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: ;
}

.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-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 {
  text-align: left;
}

#s-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 .shogun-tabs > li > .shogun-tab-box {
    background: none;
    border: none;
  }
  #s-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: none;
    border: none;
  }
  #s-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 .shogun-tabs > li > .shogun-tab-box::after {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box::after  {
    background: #F4F4F4;
    border: 1px solid #ddd;
  }
#s-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-0ddda677-8f0e-4ad6-8cc2-df4932cb16e9 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

.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-7338875c-530c-4e68-bedc-0c417fcda635 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-7338875c-530c-4e68-bedc-0c417fcda635 {
  display: none;
}
#s-7338875c-530c-4e68-bedc-0c417fcda635, #wrap-s-7338875c-530c-4e68-bedc-0c417fcda635 { display: none !important; }}







#s-7338875c-530c-4e68-bedc-0c417fcda635 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7338875c-530c-4e68-bedc-0c417fcda635.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-8ed937eb-87c6-4d69-9bc8-a384df7fe6f5 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-8ed937eb-87c6-4d69-9bc8-a384df7fe6f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8ed937eb-87c6-4d69-9bc8-a384df7fe6f5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ed937eb-87c6-4d69-9bc8-a384df7fe6f5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-8ed937eb-87c6-4d69-9bc8-a384df7fe6f5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ed937eb-87c6-4d69-9bc8-a384df7fe6f5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-8ed937eb-87c6-4d69-9bc8-a384df7fe6f5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-8ed937eb-87c6-4d69-9bc8-a384df7fe6f5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-ed74fd8c-86b6-4acb-97a0-82e501c2b950"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed74fd8c-86b6-4acb-97a0-82e501c2b950"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed74fd8c-86b6-4acb-97a0-82e501c2b950"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed74fd8c-86b6-4acb-97a0-82e501c2b950"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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-0065fc95-5f5e-46e0-8e22-018b94976748 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-0065fc95-5f5e-46e0-8e22-018b94976748 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-0065fc95-5f5e-46e0-8e22-018b94976748 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-0065fc95-5f5e-46e0-8e22-018b94976748 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  text-align: left;
}


}@media (max-width: 767px){#s-0065fc95-5f5e-46e0-8e22-018b94976748 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-d82af12a-43bf-4b3b-8d54-5542544a6c78"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d82af12a-43bf-4b3b-8d54-5542544a6c78"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d82af12a-43bf-4b3b-8d54-5542544a6c78"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d82af12a-43bf-4b3b-8d54-5542544a6c78"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d82af12a-43bf-4b3b-8d54-5542544a6c78"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d82af12a-43bf-4b3b-8d54-5542544a6c78"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d82af12a-43bf-4b3b-8d54-5542544a6c78"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-c41aa21f-66e4-460e-af7d-bcac9e73ac97"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c41aa21f-66e4-460e-af7d-bcac9e73ac97"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c41aa21f-66e4-460e-af7d-bcac9e73ac97"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c41aa21f-66e4-460e-af7d-bcac9e73ac97"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-047ad9cf-eaa9-4257-a6ba-05876405c6a1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-047ad9cf-eaa9-4257-a6ba-05876405c6a1 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f7645ce8-9647-4efb-abea-22ded4529f82 {
  text-align: center;
}







  #s-f7645ce8-9647-4efb-abea-22ded4529f82 img.shogun-image {
    

    
    
    
  }


#s-f7645ce8-9647-4efb-abea-22ded4529f82 .shogun-image-content {
  
    align-items: center;
  
}

#s-e85979b2-e4b8-4d3c-9f99-9a7820617cde {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e85979b2-e4b8-4d3c-9f99-9a7820617cde .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-da7b0976-9d81-49f3-a09f-c857cc193305 {
  text-align: center;
}







  #s-da7b0976-9d81-49f3-a09f-c857cc193305 img.shogun-image {
    

    
    
    
  }


#s-da7b0976-9d81-49f3-a09f-c857cc193305 .shogun-image-content {
  
    align-items: center;
  
}

#s-9476470d-88f3-42bc-ba90-2d94a266560e {
  background-attachment: fixed;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-9476470d-88f3-42bc-ba90-2d94a266560e {
  display: none;
}
#s-9476470d-88f3-42bc-ba90-2d94a266560e, #wrap-s-9476470d-88f3-42bc-ba90-2d94a266560e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9476470d-88f3-42bc-ba90-2d94a266560e {
  display: none;
}
#s-9476470d-88f3-42bc-ba90-2d94a266560e, #wrap-s-9476470d-88f3-42bc-ba90-2d94a266560e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9476470d-88f3-42bc-ba90-2d94a266560e {
  display: none;
}
#s-9476470d-88f3-42bc-ba90-2d94a266560e, #wrap-s-9476470d-88f3-42bc-ba90-2d94a266560e { display: none !important; }}







#s-9476470d-88f3-42bc-ba90-2d94a266560e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9476470d-88f3-42bc-ba90-2d94a266560e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1bb685c9-a5f0-45ca-a3dd-873f5476b4e8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-1bb685c9-a5f0-45ca-a3dd-873f5476b4e8 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.3;
}#s-1bb685c9-a5f0-45ca-a3dd-873f5476b4e8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2022e136-9da8-4456-bb31-9ca76b027c60 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2022e136-9da8-4456-bb31-9ca76b027c60 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-03bbcef2-0917-4f5d-918b-afc2cd7c319d {
  margin-top: 5%;
min-height: 300px;
}
@media (max-width: 767px){#s-03bbcef2-0917-4f5d-918b-afc2cd7c319d {
  display: none;
}
#s-03bbcef2-0917-4f5d-918b-afc2cd7c319d, #wrap-s-03bbcef2-0917-4f5d-918b-afc2cd7c319d { display: none !important; }}







#s-03bbcef2-0917-4f5d-918b-afc2cd7c319d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03bbcef2-0917-4f5d-918b-afc2cd7c319d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-13c44497-0df8-40fa-82ea-c23f1b606873"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-13c44497-0df8-40fa-82ea-c23f1b606873"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13c44497-0df8-40fa-82ea-c23f1b606873"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-13c44497-0df8-40fa-82ea-c23f1b606873"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13c44497-0df8-40fa-82ea-c23f1b606873"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-13c44497-0df8-40fa-82ea-c23f1b606873"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-13c44497-0df8-40fa-82ea-c23f1b606873"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-ca004fac-aabf-4c6d-8411-08288dbd0d7d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca004fac-aabf-4c6d-8411-08288dbd0d7d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ca004fac-aabf-4c6d-8411-08288dbd0d7d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca004fac-aabf-4c6d-8411-08288dbd0d7d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-aa10dd29-4d74-43e3-9af2-d25a83a304af {
  min-height: 50px;
}








#s-aa10dd29-4d74-43e3-9af2-d25a83a304af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa10dd29-4d74-43e3-9af2-d25a83a304af.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97d35b96-fabc-4a79-8e30-29b621dd8c7c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-97d35b96-fabc-4a79-8e30-29b621dd8c7c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-97d35b96-fabc-4a79-8e30-29b621dd8c7c .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-c6729d42-c5ea-4e50-a610-85e8cd2e2425 {
  min-height: 50px;
}








#s-c6729d42-c5ea-4e50-a610-85e8cd2e2425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6729d42-c5ea-4e50-a610-85e8cd2e2425.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-13acadac-e838-4e6a-b9e8-5f13400facba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-13acadac-e838-4e6a-b9e8-5f13400facba .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-13acadac-e838-4e6a-b9e8-5f13400facba .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-bead7809-7c4b-4253-bfff-45e5a8c944dd {
  min-height: 50px;
}








#s-bead7809-7c4b-4253-bfff-45e5a8c944dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bead7809-7c4b-4253-bfff-45e5a8c944dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8d9a2d2-803f-4e8f-9077-8d50d7f8c288 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e8d9a2d2-803f-4e8f-9077-8d50d7f8c288 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-e8d9a2d2-803f-4e8f-9077-8d50d7f8c288 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-5d8f23f2-1e98-4869-8a61-5f65d3323d2c {
  padding-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-5d8f23f2-1e98-4869-8a61-5f65d3323d2c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d8f23f2-1e98-4869-8a61-5f65d3323d2c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d8f23f2-1e98-4869-8a61-5f65d3323d2c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d8f23f2-1e98-4869-8a61-5f65d3323d2c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d8f23f2-1e98-4869-8a61-5f65d3323d2c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d8f23f2-1e98-4869-8a61-5f65d3323d2c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d8f23f2-1e98-4869-8a61-5f65d3323d2c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-00dd29f0-6218-4a57-9810-9916052d7677"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-00dd29f0-6218-4a57-9810-9916052d7677"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-00dd29f0-6218-4a57-9810-9916052d7677"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-00dd29f0-6218-4a57-9810-9916052d7677"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-7b70e0f0-cddd-4fa7-a928-148cc7f2f2dd {
  min-height: 50px;
}








#s-7b70e0f0-cddd-4fa7-a928-148cc7f2f2dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b70e0f0-cddd-4fa7-a928-148cc7f2f2dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8b49adb9-3ce7-4c64-8f86-e0fcc9f66a33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b49adb9-3ce7-4c64-8f86-e0fcc9f66a33 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8b49adb9-3ce7-4c64-8f86-e0fcc9f66a33 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-30454cd2-ce89-44b2-8beb-c7ef4bb94d89 {
  min-height: 50px;
}








#s-30454cd2-ce89-44b2-8beb-c7ef4bb94d89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-30454cd2-ce89-44b2-8beb-c7ef4bb94d89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88eb7b14-4aba-4681-8fdb-28558a301195 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88eb7b14-4aba-4681-8fdb-28558a301195 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-88eb7b14-4aba-4681-8fdb-28558a301195 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-a86604a3-435c-451b-bbd0-a2a650530c4d {
  min-height: 50px;
}








#s-a86604a3-435c-451b-bbd0-a2a650530c4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a86604a3-435c-451b-bbd0-a2a650530c4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4460f14d-4b22-494d-b21b-3e2b01d2a36a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4460f14d-4b22-494d-b21b-3e2b01d2a36a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4460f14d-4b22-494d-b21b-3e2b01d2a36a .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-cb03416c-5e3f-450c-9743-478e4e98b32b {
  text-align: center;
}







  #s-cb03416c-5e3f-450c-9743-478e4e98b32b img.shogun-image {
    

    
    
    
  }


#s-cb03416c-5e3f-450c-9743-478e4e98b32b .shogun-image-content {
  
    align-items: center;
  
}

#s-df792d3e-662f-4c22-9047-cdd5b6af3697 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 300px;
background-color: rgba(0, 0, 0, 1);
}








#s-df792d3e-662f-4c22-9047-cdd5b6af3697 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df792d3e-662f-4c22-9047-cdd5b6af3697.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c8a0f5b9-19d2-4ecc-9217-22cb9d5e703f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c8a0f5b9-19d2-4ecc-9217-22cb9d5e703f .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-c8a0f5b9-19d2-4ecc-9217-22cb9d5e703f .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-c8a0f5b9-19d2-4ecc-9217-22cb9d5e703f .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-5d51ad4e-dfb6-4414-b71c-69a94c4206fe {
  padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-5d51ad4e-dfb6-4414-b71c-69a94c4206fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5d51ad4e-dfb6-4414-b71c-69a94c4206fe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d51ad4e-dfb6-4414-b71c-69a94c4206fe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5d51ad4e-dfb6-4414-b71c-69a94c4206fe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d51ad4e-dfb6-4414-b71c-69a94c4206fe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5d51ad4e-dfb6-4414-b71c-69a94c4206fe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5d51ad4e-dfb6-4414-b71c-69a94c4206fe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-de44b849-0e8b-4bb9-b408-3ceff0c8fbfc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de44b849-0e8b-4bb9-b408-3ceff0c8fbfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de44b849-0e8b-4bb9-b408-3ceff0c8fbfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de44b849-0e8b-4bb9-b408-3ceff0c8fbfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-c4d50500-f749-45ab-8ef9-66263a47b669 {
  text-align: center;
}







  #s-c4d50500-f749-45ab-8ef9-66263a47b669 img.shogun-image {
    

    
    
    
  }


#s-c4d50500-f749-45ab-8ef9-66263a47b669 .shogun-image-content {
  
    align-items: center;
  
}

#s-140efa6d-50bb-45c3-aeb1-f06bc086a5ec {
  min-height: 50px;
}








#s-140efa6d-50bb-45c3-aeb1-f06bc086a5ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-140efa6d-50bb-45c3-aeb1-f06bc086a5ec.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-08f12351-a09b-47f7-920e-ae5b5ac5107b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-08f12351-a09b-47f7-920e-ae5b5ac5107b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-c5099a10-301b-4c63-b3d2-9dea7604d44d {
  text-align: center;
}







  #s-c5099a10-301b-4c63-b3d2-9dea7604d44d img.shogun-image {
    

    
    
    
  }


#s-c5099a10-301b-4c63-b3d2-9dea7604d44d .shogun-image-content {
  
    align-items: center;
  
}

#s-a4441f35-d935-485b-9e91-47bdfb04be5f {
  min-height: 50px;
}








#s-a4441f35-d935-485b-9e91-47bdfb04be5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4441f35-d935-485b-9e91-47bdfb04be5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15dc8f6e-4131-4455-ad89-796af73dbee5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-15dc8f6e-4131-4455-ad89-796af73dbee5 .shogun-heading-component h4 {
  color: rgba(253, 253, 253, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-f3e3edb3-0ec5-46d6-9c02-50e98490a5f6 {
  min-height: 50px;
}








#s-f3e3edb3-0ec5-46d6-9c02-50e98490a5f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3e3edb3-0ec5-46d6-9c02-50e98490a5f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b14bf94-541d-4cf0-85e2-d06beb832167 {
  text-align: center;
}







  #s-5b14bf94-541d-4cf0-85e2-d06beb832167 img.shogun-image {
    

    
    
    
  }


#s-5b14bf94-541d-4cf0-85e2-d06beb832167 .shogun-image-content {
  
    align-items: center;
  
}

#s-8eeb5077-3780-4cc5-b875-2be7bc7411fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8eeb5077-3780-4cc5-b875-2be7bc7411fb .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-cb7a7e7e-ad25-48c7-8d25-7d698b52c7be {
  padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-cb7a7e7e-ad25-48c7-8d25-7d698b52c7be"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb7a7e7e-ad25-48c7-8d25-7d698b52c7be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cb7a7e7e-ad25-48c7-8d25-7d698b52c7be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cb7a7e7e-ad25-48c7-8d25-7d698b52c7be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cb7a7e7e-ad25-48c7-8d25-7d698b52c7be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cb7a7e7e-ad25-48c7-8d25-7d698b52c7be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cb7a7e7e-ad25-48c7-8d25-7d698b52c7be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-e5786c0d-d312-48d5-8165-56e1e663b08d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5786c0d-d312-48d5-8165-56e1e663b08d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e5786c0d-d312-48d5-8165-56e1e663b08d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5786c0d-d312-48d5-8165-56e1e663b08d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-55f2b888-7b74-43f7-a51a-a5ab9d2612e5 {
  text-align: center;
}







  #s-55f2b888-7b74-43f7-a51a-a5ab9d2612e5 img.shogun-image {
    

    
    
    
  }


#s-55f2b888-7b74-43f7-a51a-a5ab9d2612e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-22d694e7-2d96-4079-b0e5-eaa951f74f96 {
  min-height: 50px;
}








#s-22d694e7-2d96-4079-b0e5-eaa951f74f96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22d694e7-2d96-4079-b0e5-eaa951f74f96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4cb2a78-3709-4de4-801c-be6be3dea8cf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c4cb2a78-3709-4de4-801c-be6be3dea8cf .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-ff9419fb-4397-405f-bea5-ea1512a7e0e8 {
  text-align: center;
}







  #s-ff9419fb-4397-405f-bea5-ea1512a7e0e8 img.shogun-image {
    

    
    
    
  }


#s-ff9419fb-4397-405f-bea5-ea1512a7e0e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-31ce0b2b-4cc4-4d22-904f-fcf123651b71 {
  min-height: 50px;
}








#s-31ce0b2b-4cc4-4d22-904f-fcf123651b71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31ce0b2b-4cc4-4d22-904f-fcf123651b71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eabb2664-8826-4db3-b7a8-9cd85de5270c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eabb2664-8826-4db3-b7a8-9cd85de5270c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-0ec66deb-8de1-46a1-bb46-fdd7cc1f8260 {
  min-height: 50px;
}








#s-0ec66deb-8de1-46a1-bb46-fdd7cc1f8260 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ec66deb-8de1-46a1-bb46-fdd7cc1f8260.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77b618b0-9f04-4bde-a3b0-9a1a47329db6 {
  text-align: center;
}







  #s-77b618b0-9f04-4bde-a3b0-9a1a47329db6 img.shogun-image {
    

    
    
    
  }


#s-77b618b0-9f04-4bde-a3b0-9a1a47329db6 .shogun-image-content {
  
    align-items: center;
  
}

#s-6c666fdd-3502-469e-82f0-bdd7c588f01c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6c666fdd-3502-469e-82f0-bdd7c588f01c .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-a0708f0c-172e-4450-9ed4-f80bb023f787 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-a0708f0c-172e-4450-9ed4-f80bb023f787 {
  display: none;
}
#s-a0708f0c-172e-4450-9ed4-f80bb023f787, #wrap-s-a0708f0c-172e-4450-9ed4-f80bb023f787 { display: none !important; }}







#s-a0708f0c-172e-4450-9ed4-f80bb023f787 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a0708f0c-172e-4450-9ed4-f80bb023f787.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2318df9e-079a-4a19-9249-4ebcc6b58e13 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-2318df9e-079a-4a19-9249-4ebcc6b58e13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2318df9e-079a-4a19-9249-4ebcc6b58e13"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2318df9e-079a-4a19-9249-4ebcc6b58e13"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2318df9e-079a-4a19-9249-4ebcc6b58e13"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2318df9e-079a-4a19-9249-4ebcc6b58e13"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2318df9e-079a-4a19-9249-4ebcc6b58e13"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2318df9e-079a-4a19-9249-4ebcc6b58e13"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-e5b515ad-1c94-415d-b0ca-01617421ce14"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5b515ad-1c94-415d-b0ca-01617421ce14"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-e5b515ad-1c94-415d-b0ca-01617421ce14"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-e5b515ad-1c94-415d-b0ca-01617421ce14"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-e5b515ad-1c94-415d-b0ca-01617421ce14"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5b515ad-1c94-415d-b0ca-01617421ce14"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-e5b515ad-1c94-415d-b0ca-01617421ce14"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-9a3c0cc7-de15-40d7-bc43-bd870333cafd {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9a3c0cc7-de15-40d7-bc43-bd870333cafd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-9a3c0cc7-de15-40d7-bc43-bd870333cafd .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-9a3c0cc7-de15-40d7-bc43-bd870333cafd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-9a3c0cc7-de15-40d7-bc43-bd870333cafd .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-9a3c0cc7-de15-40d7-bc43-bd870333cafd .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-9a3c0cc7-de15-40d7-bc43-bd870333cafd .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
@media (max-width: 767px){#s-23941847-246a-468e-aea5-d33b655c0fdf {
  margin-bottom: 5%;
}
}
#s-5c8e95d3-289b-4615-bed6-2afd96e3d0eb {
  text-align: left;
}

#s-43cc8f94-244e-471d-90cf-e0cd64199224 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-43cc8f94-244e-471d-90cf-e0cd64199224 {
  display: none;
}
#s-43cc8f94-244e-471d-90cf-e0cd64199224, #wrap-s-43cc8f94-244e-471d-90cf-e0cd64199224 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-43cc8f94-244e-471d-90cf-e0cd64199224 {
  display: none;
}
#s-43cc8f94-244e-471d-90cf-e0cd64199224, #wrap-s-43cc8f94-244e-471d-90cf-e0cd64199224 { display: none !important; }}@media (max-width: 767px){#s-43cc8f94-244e-471d-90cf-e0cd64199224 {
  display: none;
}
#s-43cc8f94-244e-471d-90cf-e0cd64199224, #wrap-s-43cc8f94-244e-471d-90cf-e0cd64199224 { display: none !important; }}







#s-43cc8f94-244e-471d-90cf-e0cd64199224 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43cc8f94-244e-471d-90cf-e0cd64199224.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-69d42310-0750-4573-9c63-f7e09b0fe5d2 {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-69d42310-0750-4573-9c63-f7e09b0fe5d2 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-69d42310-0750-4573-9c63-f7e09b0fe5d2 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-34a5c1a4-8661-4a27-ab90-7d8bb87d2e0d {
  margin-bottom: 5%;
}

#s-b8047e6e-b76d-4175-b86c-d2fe29596252 {
  padding-bottom: 5%;
text-align: left;
}

#s-d2d6ddbc-b7ac-436b-9fe0-3c84fa505cbb {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d2d6ddbc-b7ac-436b-9fe0-3c84fa505cbb {
  display: none;
}
#s-d2d6ddbc-b7ac-436b-9fe0-3c84fa505cbb, #wrap-s-d2d6ddbc-b7ac-436b-9fe0-3c84fa505cbb { display: none !important; }}







#s-d2d6ddbc-b7ac-436b-9fe0-3c84fa505cbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2d6ddbc-b7ac-436b-9fe0-3c84fa505cbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-961a7777-e58d-4169-b039-2b4dc5c4375f {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-961a7777-e58d-4169-b039-2b4dc5c4375f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-961a7777-e58d-4169-b039-2b4dc5c4375f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-961a7777-e58d-4169-b039-2b4dc5c4375f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-961a7777-e58d-4169-b039-2b4dc5c4375f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-961a7777-e58d-4169-b039-2b4dc5c4375f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-961a7777-e58d-4169-b039-2b4dc5c4375f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-961a7777-e58d-4169-b039-2b4dc5c4375f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-b8ca45ad-8fcb-4826-a6fc-a18c90bd4022"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b8ca45ad-8fcb-4826-a6fc-a18c90bd4022"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-b8ca45ad-8fcb-4826-a6fc-a18c90bd4022"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-b8ca45ad-8fcb-4826-a6fc-a18c90bd4022"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-b8ca45ad-8fcb-4826-a6fc-a18c90bd4022"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-b8ca45ad-8fcb-4826-a6fc-a18c90bd4022"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-b8ca45ad-8fcb-4826-a6fc-a18c90bd4022"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

#s-a0771b4d-2130-4f72-9aba-fa74a9b1116e {
  text-align: left;
}

#s-317c139a-4c05-447e-b553-313fe2dbf8c1 {
  margin-top: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-317c139a-4c05-447e-b553-313fe2dbf8c1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-317c139a-4c05-447e-b553-313fe2dbf8c1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-317c139a-4c05-447e-b553-313fe2dbf8c1 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1em;
  
  text-align: center;
}


#s-317c139a-4c05-447e-b553-313fe2dbf8c1 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-52cba284-6d56-4419-bd3e-ed2b221e91fb {
  text-align: center;
}







  #s-52cba284-6d56-4419-bd3e-ed2b221e91fb img.shogun-image {
    

    
    
    
  }


#s-52cba284-6d56-4419-bd3e-ed2b221e91fb .shogun-image-content {
  
    align-items: center;
  
}

#s-54d1c945-f839-450a-91a2-a59dea3da5fb {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-54d1c945-f839-450a-91a2-a59dea3da5fb {
  display: none;
}
#s-54d1c945-f839-450a-91a2-a59dea3da5fb, #wrap-s-54d1c945-f839-450a-91a2-a59dea3da5fb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-54d1c945-f839-450a-91a2-a59dea3da5fb {
  display: none;
}
#s-54d1c945-f839-450a-91a2-a59dea3da5fb, #wrap-s-54d1c945-f839-450a-91a2-a59dea3da5fb { display: none !important; }}@media (max-width: 767px){#s-54d1c945-f839-450a-91a2-a59dea3da5fb {
  display: none;
}
#s-54d1c945-f839-450a-91a2-a59dea3da5fb, #wrap-s-54d1c945-f839-450a-91a2-a59dea3da5fb { display: none !important; }}







#s-54d1c945-f839-450a-91a2-a59dea3da5fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54d1c945-f839-450a-91a2-a59dea3da5fb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bdb145cb-6c87-4d27-bedd-a8cc219be00c {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdb145cb-6c87-4d27-bedd-a8cc219be00c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-bdb145cb-6c87-4d27-bedd-a8cc219be00c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-bdb145cb-6c87-4d27-bedd-a8cc219be00c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  text-align: center;
}


#s-bdb145cb-6c87-4d27-bedd-a8cc219be00c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-52c2bb3c-2577-4636-aa85-88a364254041 {
  text-align: center;
}







  #s-52c2bb3c-2577-4636-aa85-88a364254041 img.shogun-image {
    

    
    
    
  }


#s-52c2bb3c-2577-4636-aa85-88a364254041 .shogun-image-content {
  
    align-items: center;
  
}

#s-89a9814e-d262-4e65-826d-f64808468af7 {
  padding-bottom: 5%;
text-align: left;
}

#s-ace9b741-0ca0-476d-8e1e-db0a1c2287d7 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ace9b741-0ca0-476d-8e1e-db0a1c2287d7 {
  display: none;
}
#s-ace9b741-0ca0-476d-8e1e-db0a1c2287d7, #wrap-s-ace9b741-0ca0-476d-8e1e-db0a1c2287d7 { display: none !important; }}







#s-ace9b741-0ca0-476d-8e1e-db0a1c2287d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ace9b741-0ca0-476d-8e1e-db0a1c2287d7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2d59ac3d-42b7-4a6f-8826-7095dfb40c73 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-2d59ac3d-42b7-4a6f-8826-7095dfb40c73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d59ac3d-42b7-4a6f-8826-7095dfb40c73"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d59ac3d-42b7-4a6f-8826-7095dfb40c73"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2d59ac3d-42b7-4a6f-8826-7095dfb40c73"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d59ac3d-42b7-4a6f-8826-7095dfb40c73"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d59ac3d-42b7-4a6f-8826-7095dfb40c73"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2d59ac3d-42b7-4a6f-8826-7095dfb40c73"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-e2c3bdbd-bbc1-4f0f-9cb4-0da017373ff9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e2c3bdbd-bbc1-4f0f-9cb4-0da017373ff9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-e2c3bdbd-bbc1-4f0f-9cb4-0da017373ff9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-e2c3bdbd-bbc1-4f0f-9cb4-0da017373ff9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-e2c3bdbd-bbc1-4f0f-9cb4-0da017373ff9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-e2c3bdbd-bbc1-4f0f-9cb4-0da017373ff9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-e2c3bdbd-bbc1-4f0f-9cb4-0da017373ff9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-c0d1bf83-f9ec-4364-8811-c7fd6bb41fbe {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0d1bf83-f9ec-4364-8811-c7fd6bb41fbe .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-c0d1bf83-f9ec-4364-8811-c7fd6bb41fbe .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 767px){#s-c0d1bf83-f9ec-4364-8811-c7fd6bb41fbe .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-c0d1bf83-f9ec-4364-8811-c7fd6bb41fbe .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
@media (max-width: 767px){#s-3a413188-906f-4f8d-a513-bf9bb0cda8f5 {
  margin-bottom: 5%;
}
}
#s-f11e1f76-9be9-4507-9a32-caf47d5eb1c3 {
  text-align: left;
}

#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87 {
  display: none;
}
#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87, #wrap-s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87 {
  display: none;
}
#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87, #wrap-s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87 { display: none !important; }}@media (max-width: 767px){#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87 {
  display: none;
}
#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87, #wrap-s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87 { display: none !important; }}







#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-51bce5ef-6712-4f8a-bf7a-818e19ab7a87.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6bbc248a-d4a8-4e52-82a9-a812ac665e59 {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6bbc248a-d4a8-4e52-82a9-a812ac665e59 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-6bbc248a-d4a8-4e52-82a9-a812ac665e59 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-218fcb09-d0a5-49da-8373-045857f311b8 {
  margin-bottom: 5%;
}

#s-82b62a9b-21d5-417a-8d40-19cc90309615 {
  padding-bottom: 5%;
text-align: left;
}

#s-b519f583-f926-4cee-b097-d8d2f9bcf21c {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b519f583-f926-4cee-b097-d8d2f9bcf21c {
  display: none;
}
#s-b519f583-f926-4cee-b097-d8d2f9bcf21c, #wrap-s-b519f583-f926-4cee-b097-d8d2f9bcf21c { display: none !important; }}







#s-b519f583-f926-4cee-b097-d8d2f9bcf21c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b519f583-f926-4cee-b097-d8d2f9bcf21c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d2547774-7246-4e49-ad22-90924692f934 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-d2547774-7246-4e49-ad22-90924692f934"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d2547774-7246-4e49-ad22-90924692f934"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2547774-7246-4e49-ad22-90924692f934"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d2547774-7246-4e49-ad22-90924692f934"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2547774-7246-4e49-ad22-90924692f934"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d2547774-7246-4e49-ad22-90924692f934"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d2547774-7246-4e49-ad22-90924692f934"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-af5f192d-a5da-4a62-8ece-14e90287fd99"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af5f192d-a5da-4a62-8ece-14e90287fd99"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-af5f192d-a5da-4a62-8ece-14e90287fd99"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-af5f192d-a5da-4a62-8ece-14e90287fd99"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-af5f192d-a5da-4a62-8ece-14e90287fd99"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-af5f192d-a5da-4a62-8ece-14e90287fd99"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-af5f192d-a5da-4a62-8ece-14e90287fd99"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

#s-a89e510f-7f94-4a90-958e-89d4df338b63 {
  text-align: left;
}

#s-e29bb66f-0b44-4317-8d3a-63701da9aa9d {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e29bb66f-0b44-4317-8d3a-63701da9aa9d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-e29bb66f-0b44-4317-8d3a-63701da9aa9d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-e29bb66f-0b44-4317-8d3a-63701da9aa9d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-e29bb66f-0b44-4317-8d3a-63701da9aa9d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-6124d575-bb24-45d7-a6bf-3b4195281ceb {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-6124d575-bb24-45d7-a6bf-3b4195281ceb {
  display: none;
}
#s-6124d575-bb24-45d7-a6bf-3b4195281ceb, #wrap-s-6124d575-bb24-45d7-a6bf-3b4195281ceb { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6124d575-bb24-45d7-a6bf-3b4195281ceb {
  display: none;
}
#s-6124d575-bb24-45d7-a6bf-3b4195281ceb, #wrap-s-6124d575-bb24-45d7-a6bf-3b4195281ceb { display: none !important; }}@media (max-width: 767px){#s-6124d575-bb24-45d7-a6bf-3b4195281ceb {
  display: none;
}
#s-6124d575-bb24-45d7-a6bf-3b4195281ceb, #wrap-s-6124d575-bb24-45d7-a6bf-3b4195281ceb { display: none !important; }}







#s-6124d575-bb24-45d7-a6bf-3b4195281ceb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6124d575-bb24-45d7-a6bf-3b4195281ceb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31ec52f3-c4d3-4328-b270-433df8f1f449 {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31ec52f3-c4d3-4328-b270-433df8f1f449 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-31ec52f3-c4d3-4328-b270-433df8f1f449 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-394b0850-b3ed-49bd-bc91-4ed35a0b23d7 {
  padding-bottom: 5%;
}

#s-e7e140a0-f8b5-499b-acdf-89e86f6cd255 {
  padding-bottom: 5%;
text-align: left;
}

#s-b76f6dd4-b9a4-4628-8325-c45d8ddd4285 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b76f6dd4-b9a4-4628-8325-c45d8ddd4285 {
  display: none;
}
#s-b76f6dd4-b9a4-4628-8325-c45d8ddd4285, #wrap-s-b76f6dd4-b9a4-4628-8325-c45d8ddd4285 { display: none !important; }}







#s-b76f6dd4-b9a4-4628-8325-c45d8ddd4285 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b76f6dd4-b9a4-4628-8325-c45d8ddd4285.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2089c59-e827-42bd-a4ad-338a414914d4 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-a2089c59-e827-42bd-a4ad-338a414914d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a2089c59-e827-42bd-a4ad-338a414914d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2089c59-e827-42bd-a4ad-338a414914d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a2089c59-e827-42bd-a4ad-338a414914d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2089c59-e827-42bd-a4ad-338a414914d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a2089c59-e827-42bd-a4ad-338a414914d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-a2089c59-e827-42bd-a4ad-338a414914d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-1c44082e-09be-479f-89d4-f8cf2fa94495"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c44082e-09be-479f-89d4-f8cf2fa94495"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-1c44082e-09be-479f-89d4-f8cf2fa94495"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-1c44082e-09be-479f-89d4-f8cf2fa94495"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-1c44082e-09be-479f-89d4-f8cf2fa94495"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c44082e-09be-479f-89d4-f8cf2fa94495"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-1c44082e-09be-479f-89d4-f8cf2fa94495"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-56bdfb6e-3e3f-4e1e-9cfa-4ff296fbdad4 {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-56bdfb6e-3e3f-4e1e-9cfa-4ff296fbdad4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-56bdfb6e-3e3f-4e1e-9cfa-4ff296fbdad4 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 767px){#s-56bdfb6e-3e3f-4e1e-9cfa-4ff296fbdad4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-56bdfb6e-3e3f-4e1e-9cfa-4ff296fbdad4 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
@media (max-width: 767px){#s-a8c58208-8fe4-4ab6-9726-578cf5d10f0f {
  margin-bottom: 5%;
}
}
#s-97721c41-72ad-4f87-b95f-3ae02263e76c {
  text-align: left;
}

#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2 {
  display: none;
}
#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2, #wrap-s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2 {
  display: none;
}
#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2, #wrap-s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2 { display: none !important; }}@media (max-width: 767px){#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2 {
  display: none;
}
#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2, #wrap-s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2 { display: none !important; }}







#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fc6d63c1-0a0c-49b0-b582-8cef1aa64dc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5462bf5f-743b-4b13-ad5b-b8372b9f0f8c {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5462bf5f-743b-4b13-ad5b-b8372b9f0f8c .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-5462bf5f-743b-4b13-ad5b-b8372b9f0f8c .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-45a1fe5e-0b6c-4497-9a98-f4cecb412c3b {
  padding-bottom: 5%;
}
@media (max-width: 767px){#s-45a1fe5e-0b6c-4497-9a98-f4cecb412c3b {
  margin-bottom: 5%;
}
}
#s-6e4ec8fd-1430-4475-b87c-abb365d3d38b {
  padding-top: 0%;
padding-bottom: 5%;
text-align: left;
}

#s-d9361f55-d578-44c6-98d7-3ab26bbe0f2a {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d9361f55-d578-44c6-98d7-3ab26bbe0f2a {
  display: none;
}
#s-d9361f55-d578-44c6-98d7-3ab26bbe0f2a, #wrap-s-d9361f55-d578-44c6-98d7-3ab26bbe0f2a { display: none !important; }}







#s-d9361f55-d578-44c6-98d7-3ab26bbe0f2a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9361f55-d578-44c6-98d7-3ab26bbe0f2a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6edb5a03-ec65-4ef2-8338-8bd84976565a {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-6edb5a03-ec65-4ef2-8338-8bd84976565a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6edb5a03-ec65-4ef2-8338-8bd84976565a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6edb5a03-ec65-4ef2-8338-8bd84976565a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6edb5a03-ec65-4ef2-8338-8bd84976565a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6edb5a03-ec65-4ef2-8338-8bd84976565a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6edb5a03-ec65-4ef2-8338-8bd84976565a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6edb5a03-ec65-4ef2-8338-8bd84976565a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-e79cefc4-6866-4fc5-919a-ff68648dae72"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e79cefc4-6866-4fc5-919a-ff68648dae72"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-e79cefc4-6866-4fc5-919a-ff68648dae72"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-e79cefc4-6866-4fc5-919a-ff68648dae72"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-e79cefc4-6866-4fc5-919a-ff68648dae72"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-e79cefc4-6866-4fc5-919a-ff68648dae72"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-e79cefc4-6866-4fc5-919a-ff68648dae72"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

#s-0586f8e0-5e9e-4b25-9a44-bd137cf1f076 {
  margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0586f8e0-5e9e-4b25-9a44-bd137cf1f076 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-0586f8e0-5e9e-4b25-9a44-bd137cf1f076 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9 {
  display: none;
}
#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9, #wrap-s-68fac71b-bbb3-4612-83d5-9ba6c65467d9 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9 {
  display: none;
}
#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9, #wrap-s-68fac71b-bbb3-4612-83d5-9ba6c65467d9 { display: none !important; }}@media (max-width: 767px){#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9 {
  display: none;
}
#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9, #wrap-s-68fac71b-bbb3-4612-83d5-9ba6c65467d9 { display: none !important; }}







#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-68fac71b-bbb3-4612-83d5-9ba6c65467d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9764ac9-818d-4e6c-9104-6fd1bce78fca {
  margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c9764ac9-818d-4e6c-9104-6fd1bce78fca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-c9764ac9-818d-4e6c-9104-6fd1bce78fca .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-6d10ad60-9d0c-44c3-be5e-dd938b8220d8 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-6d10ad60-9d0c-44c3-be5e-dd938b8220d8 {
  display: none;
}
#s-6d10ad60-9d0c-44c3-be5e-dd938b8220d8, #wrap-s-6d10ad60-9d0c-44c3-be5e-dd938b8220d8 { display: none !important; }}







#s-6d10ad60-9d0c-44c3-be5e-dd938b8220d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d10ad60-9d0c-44c3-be5e-dd938b8220d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4e272574-b925-49e8-bd62-c31802b1f14e {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-4e272574-b925-49e8-bd62-c31802b1f14e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4e272574-b925-49e8-bd62-c31802b1f14e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e272574-b925-49e8-bd62-c31802b1f14e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-4e272574-b925-49e8-bd62-c31802b1f14e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e272574-b925-49e8-bd62-c31802b1f14e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-4e272574-b925-49e8-bd62-c31802b1f14e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-4e272574-b925-49e8-bd62-c31802b1f14e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-5f199d65-da43-4a9d-a7b6-4d197754db74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5f199d65-da43-4a9d-a7b6-4d197754db74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-5f199d65-da43-4a9d-a7b6-4d197754db74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-5f199d65-da43-4a9d-a7b6-4d197754db74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-5f199d65-da43-4a9d-a7b6-4d197754db74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-5f199d65-da43-4a9d-a7b6-4d197754db74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-5f199d65-da43-4a9d-a7b6-4d197754db74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-6fbc3178-8f42-4551-b642-994fff15ea5e {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6fbc3178-8f42-4551-b642-994fff15ea5e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-6fbc3178-8f42-4551-b642-994fff15ea5e .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 767px){#s-6fbc3178-8f42-4551-b642-994fff15ea5e .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-6fbc3178-8f42-4551-b642-994fff15ea5e .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
@media (max-width: 767px){#s-da4f1eae-40c4-4fbf-ae22-c0afbd0a0daf {
  margin-bottom: 5%;
}
}
#s-3a2c41a6-cefe-4e62-a620-97595afdcf55 {
  text-align: left;
}

#s-2e517309-7bb3-42ef-a067-033b0b0d536e {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2e517309-7bb3-42ef-a067-033b0b0d536e {
  display: none;
}
#s-2e517309-7bb3-42ef-a067-033b0b0d536e, #wrap-s-2e517309-7bb3-42ef-a067-033b0b0d536e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e517309-7bb3-42ef-a067-033b0b0d536e {
  display: none;
}
#s-2e517309-7bb3-42ef-a067-033b0b0d536e, #wrap-s-2e517309-7bb3-42ef-a067-033b0b0d536e { display: none !important; }}@media (max-width: 767px){#s-2e517309-7bb3-42ef-a067-033b0b0d536e {
  display: none;
}
#s-2e517309-7bb3-42ef-a067-033b0b0d536e, #wrap-s-2e517309-7bb3-42ef-a067-033b0b0d536e { display: none !important; }}







#s-2e517309-7bb3-42ef-a067-033b0b0d536e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e517309-7bb3-42ef-a067-033b0b0d536e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7b4aa61d-26cb-4518-ae27-113f1a68b9b1 {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b4aa61d-26cb-4518-ae27-113f1a68b9b1 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-7b4aa61d-26cb-4518-ae27-113f1a68b9b1 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-1113f214-f36c-47a6-bf6d-081e3615d995 {
  padding-bottom: 5%;
}
@media (max-width: 767px){#s-1113f214-f36c-47a6-bf6d-081e3615d995 {
  margin-bottom: 5%;
}
}
#s-4949d5f5-54bc-4895-b737-4308128c1b4e {
  padding-bottom: 5%;
text-align: left;
}

#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf {
  display: none;
}
#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf, #wrap-s-0286cce7-4d72-4f01-8978-e1a9d05b6baf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf {
  display: none;
}
#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf, #wrap-s-0286cce7-4d72-4f01-8978-e1a9d05b6baf { display: none !important; }}@media (max-width: 767px){#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf {
  display: none;
}
#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf, #wrap-s-0286cce7-4d72-4f01-8978-e1a9d05b6baf { display: none !important; }}







#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0286cce7-4d72-4f01-8978-e1a9d05b6baf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd75809c-0f3c-46ed-8d70-ad86a675914c {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd75809c-0f3c-46ed-8d70-ad86a675914c .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-dd75809c-0f3c-46ed-8d70-ad86a675914c .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-bf86c42c-f715-4bca-b8f4-cf7a3561345e {
  padding-bottom: 5%;
}

#s-847393ab-8708-401f-8c35-9a5f94703681 {
  padding-bottom: 5%;
text-align: left;
}

#s-b5dfbd6e-4f59-4fca-a4cd-de78dc6d2239 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b5dfbd6e-4f59-4fca-a4cd-de78dc6d2239 {
  display: none;
}
#s-b5dfbd6e-4f59-4fca-a4cd-de78dc6d2239, #wrap-s-b5dfbd6e-4f59-4fca-a4cd-de78dc6d2239 { display: none !important; }}







#s-b5dfbd6e-4f59-4fca-a4cd-de78dc6d2239 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5dfbd6e-4f59-4fca-a4cd-de78dc6d2239.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5efcc592-36b1-4c5f-96ce-d95287436c70 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-5efcc592-36b1-4c5f-96ce-d95287436c70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5efcc592-36b1-4c5f-96ce-d95287436c70"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5efcc592-36b1-4c5f-96ce-d95287436c70"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5efcc592-36b1-4c5f-96ce-d95287436c70"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5efcc592-36b1-4c5f-96ce-d95287436c70"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5efcc592-36b1-4c5f-96ce-d95287436c70"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5efcc592-36b1-4c5f-96ce-d95287436c70"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-47224f8b-8e1f-45c9-9e51-64c2bbd5ed49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47224f8b-8e1f-45c9-9e51-64c2bbd5ed49"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-47224f8b-8e1f-45c9-9e51-64c2bbd5ed49"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-47224f8b-8e1f-45c9-9e51-64c2bbd5ed49"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-47224f8b-8e1f-45c9-9e51-64c2bbd5ed49"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-47224f8b-8e1f-45c9-9e51-64c2bbd5ed49"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-47224f8b-8e1f-45c9-9e51-64c2bbd5ed49"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

#s-49f96c87-1b90-4930-bbc9-095bf106a2ed {
  text-align: left;
}

#s-7c5ff2c0-a23d-4345-807b-033652ffd915 {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7c5ff2c0-a23d-4345-807b-033652ffd915 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-7c5ff2c0-a23d-4345-807b-033652ffd915 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-7c5ff2c0-a23d-4345-807b-033652ffd915 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-7c5ff2c0-a23d-4345-807b-033652ffd915 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-e1236d6f-1f98-4db4-a3e7-667c70986c12 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-e1236d6f-1f98-4db4-a3e7-667c70986c12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1236d6f-1f98-4db4-a3e7-667c70986c12.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1b050c04-0af9-4662-9d3a-03e564bff277 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b050c04-0af9-4662-9d3a-03e564bff277 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-1b050c04-0af9-4662-9d3a-03e564bff277 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}


}@media (max-width: 767px){#s-1b050c04-0af9-4662-9d3a-03e564bff277 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-5527015c-cce4-4f57-99b9-70c33d7fae06 {
  padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-5527015c-cce4-4f57-99b9-70c33d7fae06"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5527015c-cce4-4f57-99b9-70c33d7fae06"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5527015c-cce4-4f57-99b9-70c33d7fae06"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-5527015c-cce4-4f57-99b9-70c33d7fae06"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5527015c-cce4-4f57-99b9-70c33d7fae06"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-5527015c-cce4-4f57-99b9-70c33d7fae06"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-5527015c-cce4-4f57-99b9-70c33d7fae06"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-aa5ca34f-6664-42e7-b232-58b73ac6bc1a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-aa5ca34f-6664-42e7-b232-58b73ac6bc1a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-aa5ca34f-6664-42e7-b232-58b73ac6bc1a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-aa5ca34f-6664-42e7-b232-58b73ac6bc1a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ffa3ff62-5725-44bc-bb2e-4d997855e8e4 {
  margin-bottom: 5%;
text-align: center;
}







  #s-ffa3ff62-5725-44bc-bb2e-4d997855e8e4 img.shogun-image {
    

    
    
    
  }


#s-ffa3ff62-5725-44bc-bb2e-4d997855e8e4 .shogun-image-content {
  
    align-items: center;
  
}

#s-be9825c0-1b28-4596-9d9d-b9768da18f78 {
  min-height: 50px;
}








#s-be9825c0-1b28-4596-9d9d-b9768da18f78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be9825c0-1b28-4596-9d9d-b9768da18f78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-694b68f0-6273-4e77-a0b5-111cb7c8cad9 {
  margin-bottom: 5%;
text-align: center;
}







  #s-694b68f0-6273-4e77-a0b5-111cb7c8cad9 img.shogun-image {
    

    
    
    
  }


#s-694b68f0-6273-4e77-a0b5-111cb7c8cad9 .shogun-image-content {
  
    align-items: center;
  
}

#s-389323f5-1c10-475c-a1af-349da07f221d {
  margin-bottom: 5%;
text-align: center;
}







  #s-389323f5-1c10-475c-a1af-349da07f221d img.shogun-image {
    

    
    
    
  }


#s-389323f5-1c10-475c-a1af-349da07f221d .shogun-image-content {
  
    align-items: center;
  
}

#s-3261bf4a-3243-4e53-85b3-b8a0bfa45469 {
  margin-bottom: 5%;
text-align: center;
}







  #s-3261bf4a-3243-4e53-85b3-b8a0bfa45469 img.shogun-image {
    

    
    
    
  }


#s-3261bf4a-3243-4e53-85b3-b8a0bfa45469 .shogun-image-content {
  
    align-items: center;
  
}

#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472 {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472 {
  display: none;
}
#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472, #wrap-s-469aa3c6-1e3c-4aa2-a09f-0e765863d472 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472 {
  display: none;
}
#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472, #wrap-s-469aa3c6-1e3c-4aa2-a09f-0e765863d472 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472 {
  display: none;
}
#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472, #wrap-s-469aa3c6-1e3c-4aa2-a09f-0e765863d472 { display: none !important; }}







#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-469aa3c6-1e3c-4aa2-a09f-0e765863d472.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be6eb8e3-3cb9-4381-bbef-7bd3335a7968 {
  min-height: 50px;
}








#s-be6eb8e3-3cb9-4381-bbef-7bd3335a7968 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be6eb8e3-3cb9-4381-bbef-7bd3335a7968.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e404499-8afb-479d-9dd4-ded88b24ae6d {
  min-height: 50px;
}








#s-2e404499-8afb-479d-9dd4-ded88b24ae6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e404499-8afb-479d-9dd4-ded88b24ae6d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63427df9-6f22-42a5-b5cd-832bc2c0d705 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-63427df9-6f22-42a5-b5cd-832bc2c0d705 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-63427df9-6f22-42a5-b5cd-832bc2c0d705 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-8f66b287-ad13-489a-b4d0-5fa2870bcbc4 {
  min-height: 50px;
}








#s-8f66b287-ad13-489a-b4d0-5fa2870bcbc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8f66b287-ad13-489a-b4d0-5fa2870bcbc4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f79c22a-c92b-4fbe-902b-2532defbeebc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f79c22a-c92b-4fbe-902b-2532defbeebc .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-8f79c22a-c92b-4fbe-902b-2532defbeebc .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-954c6fd7-d7db-4ef3-b3ae-4d7110533c9b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-954c6fd7-d7db-4ef3-b3ae-4d7110533c9b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-954c6fd7-d7db-4ef3-b3ae-4d7110533c9b .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-f1f26d39-1c42-478b-a211-21ec21f5b108 {
  min-height: 50px;
}








#s-f1f26d39-1c42-478b-a211-21ec21f5b108 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f1f26d39-1c42-478b-a211-21ec21f5b108.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4ca6a1ac-7d95-43c0-b45a-0984e4ee42b8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ca6a1ac-7d95-43c0-b45a-0984e4ee42b8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-4ca6a1ac-7d95-43c0-b45a-0984e4ee42b8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-0e690961-d30d-4d11-8151-1e48ad10e920 {
  min-height: 50px;
}








#s-0e690961-d30d-4d11-8151-1e48ad10e920 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e690961-d30d-4d11-8151-1e48ad10e920.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-85aea3bc-5c68-4aca-95d7-e4dd40031177 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85aea3bc-5c68-4aca-95d7-e4dd40031177 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-85aea3bc-5c68-4aca-95d7-e4dd40031177 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-0b57e305-499d-4f49-8694-9910e4a77452 {
  min-height: 50px;
}








#s-0b57e305-499d-4f49-8694-9910e4a77452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b57e305-499d-4f49-8694-9910e4a77452.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-73d74939-9ffd-4dfa-994d-aa14ba33da26 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-73d74939-9ffd-4dfa-994d-aa14ba33da26 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-73d74939-9ffd-4dfa-994d-aa14ba33da26 .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 17px;
  
  
  
}


}
#s-84eda30e-adcf-46f9-9513-6c5221649abf {
  margin-top: 5%;
min-height: 300px;
}
@media (min-width: 1200px){#s-84eda30e-adcf-46f9-9513-6c5221649abf {
  display: none;
}
#s-84eda30e-adcf-46f9-9513-6c5221649abf, #wrap-s-84eda30e-adcf-46f9-9513-6c5221649abf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-84eda30e-adcf-46f9-9513-6c5221649abf {
  display: none;
}
#s-84eda30e-adcf-46f9-9513-6c5221649abf, #wrap-s-84eda30e-adcf-46f9-9513-6c5221649abf { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-84eda30e-adcf-46f9-9513-6c5221649abf {
  display: none;
}
#s-84eda30e-adcf-46f9-9513-6c5221649abf, #wrap-s-84eda30e-adcf-46f9-9513-6c5221649abf { display: none !important; }}







#s-84eda30e-adcf-46f9-9513-6c5221649abf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84eda30e-adcf-46f9-9513-6c5221649abf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9513a97-2c0b-4b03-956e-2eee7b13d28a {
  text-align: center;
}







  #s-f9513a97-2c0b-4b03-956e-2eee7b13d28a img.shogun-image {
    

    
    
    
  }


#s-f9513a97-2c0b-4b03-956e-2eee7b13d28a .shogun-image-content {
  
    align-items: center;
  
}

#s-f885d952-ce42-401a-847b-e8d1da2c0b42 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 300px;
background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-f885d952-ce42-401a-847b-e8d1da2c0b42 {
  display: none;
}
#s-f885d952-ce42-401a-847b-e8d1da2c0b42, #wrap-s-f885d952-ce42-401a-847b-e8d1da2c0b42 { display: none !important; }}







#s-f885d952-ce42-401a-847b-e8d1da2c0b42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f885d952-ce42-401a-847b-e8d1da2c0b42.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad19f90e-acc3-4a4e-a1dd-6c7e3fa36e81 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ad19f90e-acc3-4a4e-a1dd-6c7e3fa36e81 .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-ad19f90e-acc3-4a4e-a1dd-6c7e3fa36e81 .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 27px;
  
  
  
}


}@media (max-width: 767px){#s-ad19f90e-acc3-4a4e-a1dd-6c7e3fa36e81 .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


}
#s-434df572-8415-4034-9626-041178cd4492 {
  padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-434df572-8415-4034-9626-041178cd4492"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-434df572-8415-4034-9626-041178cd4492"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-434df572-8415-4034-9626-041178cd4492"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-434df572-8415-4034-9626-041178cd4492"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-434df572-8415-4034-9626-041178cd4492"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-434df572-8415-4034-9626-041178cd4492"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-434df572-8415-4034-9626-041178cd4492"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-60da9261-af33-400e-8a43-5ed046926991"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60da9261-af33-400e-8a43-5ed046926991"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-60da9261-af33-400e-8a43-5ed046926991"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-60da9261-af33-400e-8a43-5ed046926991"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fc684ff5-91d0-4457-b8e5-d209c97eed3f {
  text-align: center;
}







  #s-fc684ff5-91d0-4457-b8e5-d209c97eed3f img.shogun-image {
    

    
    
    
  }


#s-fc684ff5-91d0-4457-b8e5-d209c97eed3f .shogun-image-content {
  
    align-items: center;
  
}

#s-63738a7a-f0b9-4112-a03f-fc5f914763f1 {
  min-height: 50px;
}








#s-63738a7a-f0b9-4112-a03f-fc5f914763f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63738a7a-f0b9-4112-a03f-fc5f914763f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-187bbeeb-4d23-444e-bc0d-84d3670c62f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-187bbeeb-4d23-444e-bc0d-84d3670c62f3 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-40de57e5-1126-4343-bad2-c4feaa8905ee {
  text-align: center;
}







  #s-40de57e5-1126-4343-bad2-c4feaa8905ee img.shogun-image {
    

    
    
    
  }


#s-40de57e5-1126-4343-bad2-c4feaa8905ee .shogun-image-content {
  
    align-items: center;
  
}

#s-5d492924-8bad-4f2a-8f92-5184c4db16d8 {
  min-height: 50px;
}








#s-5d492924-8bad-4f2a-8f92-5184c4db16d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5d492924-8bad-4f2a-8f92-5184c4db16d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3646b22-0bf1-4016-8802-767ebbbf107b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d3646b22-0bf1-4016-8802-767ebbbf107b .shogun-heading-component h4 {
  color: rgba(253, 253, 253, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-621bf9f0-45f8-40af-80aa-cb9773e6217b {
  min-height: 50px;
}








#s-621bf9f0-45f8-40af-80aa-cb9773e6217b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-621bf9f0-45f8-40af-80aa-cb9773e6217b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3232e864-6e4e-4692-9c09-8ade015ae837 {
  text-align: center;
}







  #s-3232e864-6e4e-4692-9c09-8ade015ae837 img.shogun-image {
    

    
    
    
  }


#s-3232e864-6e4e-4692-9c09-8ade015ae837 .shogun-image-content {
  
    align-items: center;
  
}

#s-47b7f180-12a8-45d3-b65a-2c4e71d9a4fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-47b7f180-12a8-45d3-b65a-2c4e71d9a4fb .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-94e6dd12-9f98-402f-895e-d0a25d8eaa1f {
  padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-94e6dd12-9f98-402f-895e-d0a25d8eaa1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94e6dd12-9f98-402f-895e-d0a25d8eaa1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94e6dd12-9f98-402f-895e-d0a25d8eaa1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-94e6dd12-9f98-402f-895e-d0a25d8eaa1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94e6dd12-9f98-402f-895e-d0a25d8eaa1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-94e6dd12-9f98-402f-895e-d0a25d8eaa1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-94e6dd12-9f98-402f-895e-d0a25d8eaa1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-2ba105d6-9568-44a6-b9fd-d9a21307c975"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ba105d6-9568-44a6-b9fd-d9a21307c975"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2ba105d6-9568-44a6-b9fd-d9a21307c975"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ba105d6-9568-44a6-b9fd-d9a21307c975"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-311a87ca-b683-47f4-ae6f-4f44e857a354 {
  text-align: center;
}







  #s-311a87ca-b683-47f4-ae6f-4f44e857a354 img.shogun-image {
    

    
    
    
  }


#s-311a87ca-b683-47f4-ae6f-4f44e857a354 .shogun-image-content {
  
    align-items: center;
  
}

#s-48e12ea4-bc23-4df6-aaba-f16a2518752b {
  min-height: 50px;
}








#s-48e12ea4-bc23-4df6-aaba-f16a2518752b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-48e12ea4-bc23-4df6-aaba-f16a2518752b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e60a20a9-8b2c-47e8-9134-6404e46a71b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e60a20a9-8b2c-47e8-9134-6404e46a71b0 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-e0fdb7b3-f454-4675-9226-aa6f02103ef0 {
  text-align: center;
}







  #s-e0fdb7b3-f454-4675-9226-aa6f02103ef0 img.shogun-image {
    

    
    
    
  }


#s-e0fdb7b3-f454-4675-9226-aa6f02103ef0 .shogun-image-content {
  
    align-items: center;
  
}

#s-b098674e-ac87-41b0-a8e5-b6959c4b25de {
  min-height: 50px;
}








#s-b098674e-ac87-41b0-a8e5-b6959c4b25de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b098674e-ac87-41b0-a8e5-b6959c4b25de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d0e5b18-ff6f-4211-a1b0-d5125f83ee3b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7d0e5b18-ff6f-4211-a1b0-d5125f83ee3b .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-9a8e8d98-c778-4997-8cb3-33ec985b09f5 {
  min-height: 50px;
}








#s-9a8e8d98-c778-4997-8cb3-33ec985b09f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a8e8d98-c778-4997-8cb3-33ec985b09f5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6d0a9ba-c622-40f6-af2e-559a053351a1 {
  text-align: center;
}







  #s-f6d0a9ba-c622-40f6-af2e-559a053351a1 img.shogun-image {
    

    
    
    
  }


#s-f6d0a9ba-c622-40f6-af2e-559a053351a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-91f4b116-320b-4972-ba95-8d00c83c1fbc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-91f4b116-320b-4972-ba95-8d00c83c1fbc .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 22px;
  
  
  
}



#s-89222221-ac62-4226-8b0f-0a9a4901ac70 {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 300px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-89222221-ac62-4226-8b0f-0a9a4901ac70 {
  display: none;
}
#s-89222221-ac62-4226-8b0f-0a9a4901ac70, #wrap-s-89222221-ac62-4226-8b0f-0a9a4901ac70 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-89222221-ac62-4226-8b0f-0a9a4901ac70 {
  display: none;
}
#s-89222221-ac62-4226-8b0f-0a9a4901ac70, #wrap-s-89222221-ac62-4226-8b0f-0a9a4901ac70 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-89222221-ac62-4226-8b0f-0a9a4901ac70 {
  display: none;
}
#s-89222221-ac62-4226-8b0f-0a9a4901ac70, #wrap-s-89222221-ac62-4226-8b0f-0a9a4901ac70 { display: none !important; }}







#s-89222221-ac62-4226-8b0f-0a9a4901ac70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-89222221-ac62-4226-8b0f-0a9a4901ac70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5183048-d7d7-47b3-bdd2-6acc130ff4ed {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a5183048-d7d7-47b3-bdd2-6acc130ff4ed .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



@media (min-width: 0px) {
[id="s-b5f3faf2-afc5-434d-816e-1a613d2fe344"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b5f3faf2-afc5-434d-816e-1a613d2fe344"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5f3faf2-afc5-434d-816e-1a613d2fe344"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5f3faf2-afc5-434d-816e-1a613d2fe344"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-16b531be-4979-4fd7-9b3b-ab0be1558f36 {
  text-align: center;
}







  #s-16b531be-4979-4fd7-9b3b-ab0be1558f36 img.shogun-image {
    

    
    
    
  }


#s-16b531be-4979-4fd7-9b3b-ab0be1558f36 .shogun-image-content {
  
    align-items: center;
  
}

#s-b95f77b4-8dcf-4dc6-b6d7-2577cff25800 {
  min-height: 50px;
}








#s-b95f77b4-8dcf-4dc6-b6d7-2577cff25800 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b95f77b4-8dcf-4dc6-b6d7-2577cff25800.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e54608f-0081-488f-8a11-757781dcfd3d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0e54608f-0081-488f-8a11-757781dcfd3d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-cc395c6f-65b3-46c6-87ef-f56da3449f1a {
  text-align: center;
}







  #s-cc395c6f-65b3-46c6-87ef-f56da3449f1a img.shogun-image {
    

    
    
    
  }


#s-cc395c6f-65b3-46c6-87ef-f56da3449f1a .shogun-image-content {
  
    align-items: center;
  
}

#s-b8fd481e-beb4-4b43-8c06-f9f3ae23ed5c {
  min-height: 50px;
}








#s-b8fd481e-beb4-4b43-8c06-f9f3ae23ed5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b8fd481e-beb4-4b43-8c06-f9f3ae23ed5c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f8fde485-d381-416d-bbb8-23c1d6749fb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f8fde485-d381-416d-bbb8-23c1d6749fb7 .shogun-heading-component h4 {
  color: rgba(253, 253, 253, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-83090e94-6d44-42d5-a74d-fe5e09dae89d {
  min-height: 50px;
}








#s-83090e94-6d44-42d5-a74d-fe5e09dae89d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83090e94-6d44-42d5-a74d-fe5e09dae89d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5f1c4e1-2683-44f9-bab5-cc9d2c2d96ec {
  text-align: center;
}







  #s-d5f1c4e1-2683-44f9-bab5-cc9d2c2d96ec img.shogun-image {
    

    
    
    
  }


#s-d5f1c4e1-2683-44f9-bab5-cc9d2c2d96ec .shogun-image-content {
  
    align-items: center;
  
}

#s-e5376daf-f642-45b4-975f-99cac56aad50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e5376daf-f642-45b4-975f-99cac56aad50 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-b364c2fc-a0cc-4100-a41c-fbaea5d5b712 {
  padding-top: 5%;
}

@media (min-width: 0px) {
[id="s-b364c2fc-a0cc-4100-a41c-fbaea5d5b712"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-b364c2fc-a0cc-4100-a41c-fbaea5d5b712"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b364c2fc-a0cc-4100-a41c-fbaea5d5b712"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b364c2fc-a0cc-4100-a41c-fbaea5d5b712"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-ad3e0858-8f3f-47c1-b0a0-cd7bb65037de {
  text-align: center;
}







  #s-ad3e0858-8f3f-47c1-b0a0-cd7bb65037de img.shogun-image {
    

    
    
    
  }


#s-ad3e0858-8f3f-47c1-b0a0-cd7bb65037de .shogun-image-content {
  
    align-items: center;
  
}

#s-5ad49bc4-cc7e-48d0-8d8a-6bbdf0a5fae6 {
  min-height: 50px;
}








#s-5ad49bc4-cc7e-48d0-8d8a-6bbdf0a5fae6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ad49bc4-cc7e-48d0-8d8a-6bbdf0a5fae6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64bbca97-928f-4767-9eda-9d5e9c237d61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-64bbca97-928f-4767-9eda-9d5e9c237d61 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-a0ce50cd-294e-413c-8404-a6d30ed0a9cd {
  text-align: center;
}







  #s-a0ce50cd-294e-413c-8404-a6d30ed0a9cd img.shogun-image {
    

    
    
    
  }


#s-a0ce50cd-294e-413c-8404-a6d30ed0a9cd .shogun-image-content {
  
    align-items: center;
  
}

#s-727da0af-0fe4-4000-a0f8-3ee10e801bf7 {
  min-height: 50px;
}








#s-727da0af-0fe4-4000-a0f8-3ee10e801bf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-727da0af-0fe4-4000-a0f8-3ee10e801bf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-83fbabbb-3166-40a7-b055-fc34a02e6ad9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83fbabbb-3166-40a7-b055-fc34a02e6ad9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-394887e6-5268-4448-afb1-a46273ee4e08 {
  min-height: 50px;
}








#s-394887e6-5268-4448-afb1-a46273ee4e08 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-394887e6-5268-4448-afb1-a46273ee4e08.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81106d3c-c6d2-4fa5-a066-75dcd27a50eb {
  text-align: center;
}







  #s-81106d3c-c6d2-4fa5-a066-75dcd27a50eb img.shogun-image {
    

    
    
    
  }


#s-81106d3c-c6d2-4fa5-a066-75dcd27a50eb .shogun-image-content {
  
    align-items: center;
  
}

#s-55866790-62fa-41ac-a11f-2f6a2696971b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-55866790-62fa-41ac-a11f-2f6a2696971b .shogun-heading-component h4 {
  color: rgba(246, 246, 246, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 15px;
  
  
  
}



#s-60880f9b-77b3-456a-be44-6426dd11c145 {
  background-attachment: fixed;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-60880f9b-77b3-456a-be44-6426dd11c145 {
  display: none;
}
#s-60880f9b-77b3-456a-be44-6426dd11c145, #wrap-s-60880f9b-77b3-456a-be44-6426dd11c145 { display: none !important; }}







#s-60880f9b-77b3-456a-be44-6426dd11c145 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60880f9b-77b3-456a-be44-6426dd11c145.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}
@media (max-width: 767px){#s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3 {
  display: none;
}
#s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3, #wrap-s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3 { display: none !important; }}
@media (min-width: 0px) {
[id="s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f2ee7ff2-32b1-47e1-b443-0a79825b29b3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-c5b8317f-1fd9-4ebd-9280-cb7b9a246b54"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c5b8317f-1fd9-4ebd-9280-cb7b9a246b54"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c5b8317f-1fd9-4ebd-9280-cb7b9a246b54"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-c5b8317f-1fd9-4ebd-9280-cb7b9a246b54"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c5b8317f-1fd9-4ebd-9280-cb7b9a246b54"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-c5b8317f-1fd9-4ebd-9280-cb7b9a246b54"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-c5b8317f-1fd9-4ebd-9280-cb7b9a246b54"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-83726a59-6d66-4419-b90c-d2395dd2e656 {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-83726a59-6d66-4419-b90c-d2395dd2e656 {
  margin-top: 5%;
}
}
#s-83726a59-6d66-4419-b90c-d2395dd2e656 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-83726a59-6d66-4419-b90c-d2395dd2e656 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-83726a59-6d66-4419-b90c-d2395dd2e656 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-83726a59-6d66-4419-b90c-d2395dd2e656 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-83726a59-6d66-4419-b90c-d2395dd2e656 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-83726a59-6d66-4419-b90c-d2395dd2e656 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
@media (max-width: 767px){#s-49604ec0-9aaa-4278-834b-2fa675a1adff {
  margin-bottom: 5%;
}
}
#s-655840b4-9145-42c1-aebc-9352007c4f49 {
  text-align: left;
}

#s-022479aa-3650-440e-8344-a9c272f5f25f {
  margin-top: 10%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-022479aa-3650-440e-8344-a9c272f5f25f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-022479aa-3650-440e-8344-a9c272f5f25f .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-022479aa-3650-440e-8344-a9c272f5f25f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-022479aa-3650-440e-8344-a9c272f5f25f .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}@media (max-width: 767px){#s-022479aa-3650-440e-8344-a9c272f5f25f .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-022479aa-3650-440e-8344-a9c272f5f25f .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
@media (max-width: 767px){#s-ef043e5c-da20-4dd6-85e7-8a8a70ef94d7 {
  margin-bottom: 5%;
}
}
#s-d0e566ac-7c28-48da-a04c-15ab8ee88d3c {
  margin-bottom: 10%;
text-align: left;
}

#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf {
  display: none;
}
#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf, #wrap-s-57d8b135-fa6e-46db-a668-26ff74dfdfdf { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf {
  display: none;
}
#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf, #wrap-s-57d8b135-fa6e-46db-a668-26ff74dfdfdf { display: none !important; }}@media (max-width: 767px){#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf {
  display: none;
}
#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf, #wrap-s-57d8b135-fa6e-46db-a668-26ff74dfdfdf { display: none !important; }}







#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57d8b135-fa6e-46db-a668-26ff74dfdfdf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-077f3fc5-dd57-4be6-bae2-9ca19658ec12 {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-077f3fc5-dd57-4be6-bae2-9ca19658ec12 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-077f3fc5-dd57-4be6-bae2-9ca19658ec12 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-c9fbf365-ffa0-40f5-a7ef-41b915027626 {
  margin-bottom: 5%;
}

#s-e2e1c6de-f24f-4a3a-8cd3-d1470f999352 {
  padding-bottom: 5%;
text-align: left;
}

#s-b0d231d7-371c-4595-b571-44a695553e78 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-b0d231d7-371c-4595-b571-44a695553e78 {
  display: none;
}
#s-b0d231d7-371c-4595-b571-44a695553e78, #wrap-s-b0d231d7-371c-4595-b571-44a695553e78 { display: none !important; }}







#s-b0d231d7-371c-4595-b571-44a695553e78 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0d231d7-371c-4595-b571-44a695553e78.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d3d52a19-9d15-4155-b847-80ce4e71673f {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}
@media (max-width: 767px){#s-d3d52a19-9d15-4155-b847-80ce4e71673f {
  display: none;
}
#s-d3d52a19-9d15-4155-b847-80ce4e71673f, #wrap-s-d3d52a19-9d15-4155-b847-80ce4e71673f { display: none !important; }}
@media (min-width: 0px) {
[id="s-d3d52a19-9d15-4155-b847-80ce4e71673f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d3d52a19-9d15-4155-b847-80ce4e71673f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3d52a19-9d15-4155-b847-80ce4e71673f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d3d52a19-9d15-4155-b847-80ce4e71673f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3d52a19-9d15-4155-b847-80ce4e71673f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d3d52a19-9d15-4155-b847-80ce4e71673f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-d3d52a19-9d15-4155-b847-80ce4e71673f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (max-width: 767px) {
  [id="s-d3d52a19-9d15-4155-b847-80ce4e71673f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

@media (min-width: 0px) {
[id="s-f8a79208-0f29-4563-a994-d131ecfaa6c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f8a79208-0f29-4563-a994-d131ecfaa6c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-f8a79208-0f29-4563-a994-d131ecfaa6c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-f8a79208-0f29-4563-a994-d131ecfaa6c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-f8a79208-0f29-4563-a994-d131ecfaa6c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-f8a79208-0f29-4563-a994-d131ecfaa6c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-f8a79208-0f29-4563-a994-d131ecfaa6c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-f8a79208-0f29-4563-a994-d131ecfaa6c4"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1e54a1a5-e400-4f17-87b4-83939e679dca {
  text-align: left;
}

#s-aaa46e0a-add0-43cc-b526-8d7dfb8c3134 {
  margin-top: 12%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-aaa46e0a-add0-43cc-b526-8d7dfb8c3134 {
  margin-top: 5%;
}
}
#s-aaa46e0a-add0-43cc-b526-8d7dfb8c3134 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


#s-aaa46e0a-add0-43cc-b526-8d7dfb8c3134 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-aaa46e0a-add0-43cc-b526-8d7dfb8c3134 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}


#s-aaa46e0a-add0-43cc-b526-8d7dfb8c3134 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-5e042134-eca8-4b2c-acb8-4fd86df3e035 {
  text-align: center;
}







  #s-5e042134-eca8-4b2c-acb8-4fd86df3e035 img.shogun-image {
    

    
    
    
  }


#s-5e042134-eca8-4b2c-acb8-4fd86df3e035 .shogun-image-content {
  
    align-items: center;
  
}

#s-5ad9c7db-feac-445c-a69a-ab6e8458da39 {
  margin-top: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ad9c7db-feac-445c-a69a-ab6e8458da39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  text-align: center;
}


#s-5ad9c7db-feac-445c-a69a-ab6e8458da39 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-5ad9c7db-feac-445c-a69a-ab6e8458da39 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  line-height: 1em;
  
  text-align: center;
}


#s-5ad9c7db-feac-445c-a69a-ab6e8458da39 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-e1c4f953-e1ad-4a4c-bc6a-c4c3d65e0011 {
  text-align: center;
}







  #s-e1c4f953-e1ad-4a4c-bc6a-c4c3d65e0011 img.shogun-image {
    

    
    
    
  }


#s-e1c4f953-e1ad-4a4c-bc6a-c4c3d65e0011 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7a6a23c-d099-444b-9195-3d89f45f678f {
  margin-bottom: 10%;
text-align: left;
}

#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a {
  display: none;
}
#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a, #wrap-s-c95a6a1e-daf7-4172-abd6-b0c031ee094a { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a {
  display: none;
}
#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a, #wrap-s-c95a6a1e-daf7-4172-abd6-b0c031ee094a { display: none !important; }}@media (max-width: 767px){#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a {
  display: none;
}
#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a, #wrap-s-c95a6a1e-daf7-4172-abd6-b0c031ee094a { display: none !important; }}







#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c95a6a1e-daf7-4172-abd6-b0c031ee094a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6184a74-afa7-4724-8664-315c669d6119 {
  margin-top: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6184a74-afa7-4724-8664-315c669d6119 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-f6184a74-afa7-4724-8664-315c669d6119 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-f6184a74-afa7-4724-8664-315c669d6119 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  line-height: 1em;
  
  text-align: center;
}


#s-f6184a74-afa7-4724-8664-315c669d6119 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
#s-bc186864-248e-416e-9d8b-5d9d4fceed7f {
  text-align: center;
}







  #s-bc186864-248e-416e-9d8b-5d9d4fceed7f img.shogun-image {
    

    
    
    
  }


#s-bc186864-248e-416e-9d8b-5d9d4fceed7f .shogun-image-content {
  
    align-items: center;
  
}

#s-9a10f976-64b1-4826-a861-8a8678bea76c {
  padding-bottom: 5%;
text-align: left;
}

#s-5dcb3840-166e-4f70-a9b7-7721fcf74822 {
  background-attachment: fixed;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-5dcb3840-166e-4f70-a9b7-7721fcf74822 {
  display: none;
}
#s-5dcb3840-166e-4f70-a9b7-7721fcf74822, #wrap-s-5dcb3840-166e-4f70-a9b7-7721fcf74822 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5dcb3840-166e-4f70-a9b7-7721fcf74822 {
  display: none;
}
#s-5dcb3840-166e-4f70-a9b7-7721fcf74822, #wrap-s-5dcb3840-166e-4f70-a9b7-7721fcf74822 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5dcb3840-166e-4f70-a9b7-7721fcf74822 {
  display: none;
}
#s-5dcb3840-166e-4f70-a9b7-7721fcf74822, #wrap-s-5dcb3840-166e-4f70-a9b7-7721fcf74822 { display: none !important; }}







#s-5dcb3840-166e-4f70-a9b7-7721fcf74822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5dcb3840-166e-4f70-a9b7-7721fcf74822.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ed6e991d-6bd9-41f0-b457-fe650517c74d {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}
@media (max-width: 767px){#s-ed6e991d-6bd9-41f0-b457-fe650517c74d {
  display: none;
}
#s-ed6e991d-6bd9-41f0-b457-fe650517c74d, #wrap-s-ed6e991d-6bd9-41f0-b457-fe650517c74d { display: none !important; }}
@media (min-width: 0px) {
[id="s-ed6e991d-6bd9-41f0-b457-fe650517c74d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed6e991d-6bd9-41f0-b457-fe650517c74d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed6e991d-6bd9-41f0-b457-fe650517c74d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ed6e991d-6bd9-41f0-b457-fe650517c74d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed6e991d-6bd9-41f0-b457-fe650517c74d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed6e991d-6bd9-41f0-b457-fe650517c74d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ed6e991d-6bd9-41f0-b457-fe650517c74d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-44389758-0c81-4b3e-8c9f-3af794a9eebf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44389758-0c81-4b3e-8c9f-3af794a9eebf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-44389758-0c81-4b3e-8c9f-3af794a9eebf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-44389758-0c81-4b3e-8c9f-3af794a9eebf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-44389758-0c81-4b3e-8c9f-3af794a9eebf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-44389758-0c81-4b3e-8c9f-3af794a9eebf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-44389758-0c81-4b3e-8c9f-3af794a9eebf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-863970de-95ab-4882-89ef-46f9ac928305 {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-863970de-95ab-4882-89ef-46f9ac928305 {
  margin-top: 5%;
}
}
#s-863970de-95ab-4882-89ef-46f9ac928305 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-863970de-95ab-4882-89ef-46f9ac928305 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 767px){#s-863970de-95ab-4882-89ef-46f9ac928305 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-863970de-95ab-4882-89ef-46f9ac928305 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
@media (max-width: 767px){#s-50ae0a67-d328-4710-817d-7226ee21f1da {
  margin-bottom: 5%;
}
}
#s-a6f5893d-b5f9-4ef4-8149-096b24f546ec {
  text-align: left;
}

#s-dbed49bf-19ad-48a4-9186-b5a1014fcf09 {
  margin-top: 10%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dbed49bf-19ad-48a4-9186-b5a1014fcf09 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-dbed49bf-19ad-48a4-9186-b5a1014fcf09 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

@media (max-width: 767px){#s-dbed49bf-19ad-48a4-9186-b5a1014fcf09 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-dbed49bf-19ad-48a4-9186-b5a1014fcf09 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}

}
@media (max-width: 767px){#s-f7ddb19e-8044-40c6-8f90-f466df763511 {
  margin-bottom: 5%;
}
}
#s-244cd5e4-045b-4bf7-8d10-643f79eb68be {
  margin-bottom: 10%;
text-align: left;
}

#s-bad0199d-5376-4930-b6fc-3856dddc2d32 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-bad0199d-5376-4930-b6fc-3856dddc2d32 {
  display: none;
}
#s-bad0199d-5376-4930-b6fc-3856dddc2d32, #wrap-s-bad0199d-5376-4930-b6fc-3856dddc2d32 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bad0199d-5376-4930-b6fc-3856dddc2d32 {
  display: none;
}
#s-bad0199d-5376-4930-b6fc-3856dddc2d32, #wrap-s-bad0199d-5376-4930-b6fc-3856dddc2d32 { display: none !important; }}@media (max-width: 767px){#s-bad0199d-5376-4930-b6fc-3856dddc2d32 {
  display: none;
}
#s-bad0199d-5376-4930-b6fc-3856dddc2d32, #wrap-s-bad0199d-5376-4930-b6fc-3856dddc2d32 { display: none !important; }}







#s-bad0199d-5376-4930-b6fc-3856dddc2d32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bad0199d-5376-4930-b6fc-3856dddc2d32.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3dc207c-4717-462f-89ff-b2f5f2987119 {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a3dc207c-4717-462f-89ff-b2f5f2987119 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-a3dc207c-4717-462f-89ff-b2f5f2987119 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-494886bc-ddc5-42cf-969c-1f6a8e1563d8 {
  margin-bottom: 5%;
}

#s-72d85208-328a-48c0-989f-e6564df24cad {
  padding-bottom: 5%;
text-align: left;
}

#s-eda54879-549a-4743-b6f9-73d6cf2b0e16 {
  background-attachment: fixed;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-eda54879-549a-4743-b6f9-73d6cf2b0e16 {
  display: none;
}
#s-eda54879-549a-4743-b6f9-73d6cf2b0e16, #wrap-s-eda54879-549a-4743-b6f9-73d6cf2b0e16 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-eda54879-549a-4743-b6f9-73d6cf2b0e16 {
  display: none;
}
#s-eda54879-549a-4743-b6f9-73d6cf2b0e16, #wrap-s-eda54879-549a-4743-b6f9-73d6cf2b0e16 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-eda54879-549a-4743-b6f9-73d6cf2b0e16 {
  display: none;
}
#s-eda54879-549a-4743-b6f9-73d6cf2b0e16, #wrap-s-eda54879-549a-4743-b6f9-73d6cf2b0e16 { display: none !important; }}







#s-eda54879-549a-4743-b6f9-73d6cf2b0e16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eda54879-549a-4743-b6f9-73d6cf2b0e16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6833b6ee-1e07-460b-89c8-d2e79ed8b915 {
  margin-top: 10%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6833b6ee-1e07-460b-89c8-d2e79ed8b915 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-6833b6ee-1e07-460b-89c8-d2e79ed8b915 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-6833b6ee-1e07-460b-89c8-d2e79ed8b915 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-6833b6ee-1e07-460b-89c8-d2e79ed8b915 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
@media (max-width: 767px){#s-75f2162a-7b8b-4457-b43d-46f612492017 {
  padding-top: 0%;
padding-bottom: 5%;
}
}
#s-fe73d98d-ef48-4322-8668-0603bbbfe37c {
  margin-bottom: 10%;
text-align: left;
}

#s-779baa3d-9693-4b59-9c05-89f8a5fce573 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-779baa3d-9693-4b59-9c05-89f8a5fce573 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-779baa3d-9693-4b59-9c05-89f8a5fce573 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-779baa3d-9693-4b59-9c05-89f8a5fce573 {
  display: none;
}
#s-779baa3d-9693-4b59-9c05-89f8a5fce573, #wrap-s-779baa3d-9693-4b59-9c05-89f8a5fce573 { display: none !important; }}@media (max-width: 767px){#s-779baa3d-9693-4b59-9c05-89f8a5fce573 {
  display: none;
}
#s-779baa3d-9693-4b59-9c05-89f8a5fce573, #wrap-s-779baa3d-9693-4b59-9c05-89f8a5fce573 { display: none !important; }}







#s-779baa3d-9693-4b59-9c05-89f8a5fce573 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-779baa3d-9693-4b59-9c05-89f8a5fce573.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0798b654-854b-4426-b920-9aab1e4ad9b9 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-0798b654-854b-4426-b920-9aab1e4ad9b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0798b654-854b-4426-b920-9aab1e4ad9b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0798b654-854b-4426-b920-9aab1e4ad9b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0798b654-854b-4426-b920-9aab1e4ad9b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0798b654-854b-4426-b920-9aab1e4ad9b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0798b654-854b-4426-b920-9aab1e4ad9b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0798b654-854b-4426-b920-9aab1e4ad9b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-ad2ff990-8567-49ef-81bb-ad85446c727d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad2ff990-8567-49ef-81bb-ad85446c727d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-ad2ff990-8567-49ef-81bb-ad85446c727d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-ad2ff990-8567-49ef-81bb-ad85446c727d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-ad2ff990-8567-49ef-81bb-ad85446c727d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad2ff990-8567-49ef-81bb-ad85446c727d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-ad2ff990-8567-49ef-81bb-ad85446c727d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-ad2ff990-8567-49ef-81bb-ad85446c727d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ab5db79c-62d6-4dc1-98ad-72498f53a1a6 {
  text-align: left;
}

#s-87df5602-2434-476b-90cf-08ecbdf70358 {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-87df5602-2434-476b-90cf-08ecbdf70358 {
  margin-top: 5%;
}
}
#s-87df5602-2434-476b-90cf-08ecbdf70358 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-87df5602-2434-476b-90cf-08ecbdf70358 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-87df5602-2434-476b-90cf-08ecbdf70358 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-87df5602-2434-476b-90cf-08ecbdf70358 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
@media (max-width: 767px){#s-d7270457-c006-414c-a784-d414e8d60336 {
  padding-top: 0%;
padding-bottom: 5%;
}
}
#s-e3a4a3ca-0db4-4b77-9009-36f993de3254 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-e3a4a3ca-0db4-4b77-9009-36f993de3254 {
  display: none;
}
#s-e3a4a3ca-0db4-4b77-9009-36f993de3254, #wrap-s-e3a4a3ca-0db4-4b77-9009-36f993de3254 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e3a4a3ca-0db4-4b77-9009-36f993de3254 {
  display: none;
}
#s-e3a4a3ca-0db4-4b77-9009-36f993de3254, #wrap-s-e3a4a3ca-0db4-4b77-9009-36f993de3254 { display: none !important; }}@media (max-width: 767px){#s-e3a4a3ca-0db4-4b77-9009-36f993de3254 {
  display: none;
}
#s-e3a4a3ca-0db4-4b77-9009-36f993de3254, #wrap-s-e3a4a3ca-0db4-4b77-9009-36f993de3254 { display: none !important; }}







#s-e3a4a3ca-0db4-4b77-9009-36f993de3254 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3a4a3ca-0db4-4b77-9009-36f993de3254.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c50ca5b-1456-467d-993e-e048176817ba {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4c50ca5b-1456-467d-993e-e048176817ba .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-4c50ca5b-1456-467d-993e-e048176817ba .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-adab48c1-b883-4953-a8c1-186d3423ecd4 {
  padding-bottom: 5%;
}

#s-19b24418-6134-494d-9e29-b2bf42f14200 {
  padding-bottom: 5%;
text-align: left;
}

#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7 {
  background-attachment: fixed;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7 {
  display: none;
}
#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7, #wrap-s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7 {
  display: none;
}
#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7, #wrap-s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7 {
  display: none;
}
#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7, #wrap-s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7 { display: none !important; }}







#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e9e71e9-828b-41b3-8999-1c2f7bd9bcf7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f4efcd30-0401-4963-b110-7ebfe9ed6a50 {
  margin-top: 10%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f4efcd30-0401-4963-b110-7ebfe9ed6a50 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-f4efcd30-0401-4963-b110-7ebfe9ed6a50 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


@media (max-width: 767px){#s-08ef6211-1b88-4249-8d45-cfa49973ffc0 {
  margin-bottom: 5%;
}
}
#s-23d2ce6f-d169-47fc-b3da-6075e2d22b67 {
  margin-bottom: 10%;
text-align: left;
}

#s-3221d675-3404-499a-be34-15a1bfdd61c6 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3221d675-3404-499a-be34-15a1bfdd61c6 {
  display: none;
}
#s-3221d675-3404-499a-be34-15a1bfdd61c6, #wrap-s-3221d675-3404-499a-be34-15a1bfdd61c6 { display: none !important; }}@media (max-width: 767px){#s-3221d675-3404-499a-be34-15a1bfdd61c6 {
  display: none;
}
#s-3221d675-3404-499a-be34-15a1bfdd61c6, #wrap-s-3221d675-3404-499a-be34-15a1bfdd61c6 { display: none !important; }}







#s-3221d675-3404-499a-be34-15a1bfdd61c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3221d675-3404-499a-be34-15a1bfdd61c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3455034b-cc1e-44a3-9a4c-c567b815da8c {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-3455034b-cc1e-44a3-9a4c-c567b815da8c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3455034b-cc1e-44a3-9a4c-c567b815da8c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3455034b-cc1e-44a3-9a4c-c567b815da8c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3455034b-cc1e-44a3-9a4c-c567b815da8c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3455034b-cc1e-44a3-9a4c-c567b815da8c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3455034b-cc1e-44a3-9a4c-c567b815da8c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3455034b-cc1e-44a3-9a4c-c567b815da8c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-cbc3b0a0-2e3b-4978-9ac1-0fb70b1b3edb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cbc3b0a0-2e3b-4978-9ac1-0fb70b1b3edb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-cbc3b0a0-2e3b-4978-9ac1-0fb70b1b3edb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-cbc3b0a0-2e3b-4978-9ac1-0fb70b1b3edb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-cbc3b0a0-2e3b-4978-9ac1-0fb70b1b3edb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-cbc3b0a0-2e3b-4978-9ac1-0fb70b1b3edb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-cbc3b0a0-2e3b-4978-9ac1-0fb70b1b3edb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-471a192c-08d4-479a-ad59-da44b3b95610 {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-471a192c-08d4-479a-ad59-da44b3b95610 {
  margin-top: 5%;
}
}
#s-471a192c-08d4-479a-ad59-da44b3b95610 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-471a192c-08d4-479a-ad59-da44b3b95610 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


@media (max-width: 767px){#s-8914576d-16dd-48e3-80a7-0ee4b4f9cee7 {
  margin-bottom: 5%;
}
}
#s-22087495-96ff-44d3-a899-b11b2b4d8976 {
  text-align: left;
}

#s-ee000115-adaf-4408-a3e3-2078eb644d06 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ee000115-adaf-4408-a3e3-2078eb644d06 {
  display: none;
}
#s-ee000115-adaf-4408-a3e3-2078eb644d06, #wrap-s-ee000115-adaf-4408-a3e3-2078eb644d06 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ee000115-adaf-4408-a3e3-2078eb644d06 {
  display: none;
}
#s-ee000115-adaf-4408-a3e3-2078eb644d06, #wrap-s-ee000115-adaf-4408-a3e3-2078eb644d06 { display: none !important; }}@media (max-width: 767px){#s-ee000115-adaf-4408-a3e3-2078eb644d06 {
  display: none;
}
#s-ee000115-adaf-4408-a3e3-2078eb644d06, #wrap-s-ee000115-adaf-4408-a3e3-2078eb644d06 { display: none !important; }}







#s-ee000115-adaf-4408-a3e3-2078eb644d06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ee000115-adaf-4408-a3e3-2078eb644d06.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c126a45d-3541-42d3-b8ac-b471366f0422 {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c126a45d-3541-42d3-b8ac-b471366f0422 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-c126a45d-3541-42d3-b8ac-b471366f0422 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-45601a71-a7b2-4041-afd4-43fc11182180 {
  padding-bottom: 5%;
}
@media (max-width: 767px){#s-45601a71-a7b2-4041-afd4-43fc11182180 {
  margin-bottom: 5%;
}
}
#s-1973ed64-ebe4-4d80-8d9b-89fc79250bd8 {
  padding-top: 0%;
padding-bottom: 5%;
text-align: left;
}

#s-22680a27-ba09-43ed-81a7-508262885437 {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-22680a27-ba09-43ed-81a7-508262885437 {
  display: none;
}
#s-22680a27-ba09-43ed-81a7-508262885437, #wrap-s-22680a27-ba09-43ed-81a7-508262885437 { display: none !important; }}







#s-22680a27-ba09-43ed-81a7-508262885437 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22680a27-ba09-43ed-81a7-508262885437.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-22680a27-ba09-43ed-81a7-508262885437 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.4;
}#s-22680a27-ba09-43ed-81a7-508262885437.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-c8a018e1-ddec-4337-a796-76fdfc400b3e {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-c8a018e1-ddec-4337-a796-76fdfc400b3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c8a018e1-ddec-4337-a796-76fdfc400b3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8a018e1-ddec-4337-a796-76fdfc400b3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c8a018e1-ddec-4337-a796-76fdfc400b3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8a018e1-ddec-4337-a796-76fdfc400b3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c8a018e1-ddec-4337-a796-76fdfc400b3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c8a018e1-ddec-4337-a796-76fdfc400b3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-e17e786f-b0ba-4517-8fd2-2c45951d9e66"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e17e786f-b0ba-4517-8fd2-2c45951d9e66"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-e17e786f-b0ba-4517-8fd2-2c45951d9e66"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-e17e786f-b0ba-4517-8fd2-2c45951d9e66"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-e17e786f-b0ba-4517-8fd2-2c45951d9e66"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-e17e786f-b0ba-4517-8fd2-2c45951d9e66"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-e17e786f-b0ba-4517-8fd2-2c45951d9e66"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

#s-9c2fac65-4c35-4f04-9e0c-d7dc61a9e41d {
  margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-9c2fac65-4c35-4f04-9e0c-d7dc61a9e41d .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-9c2fac65-4c35-4f04-9e0c-d7dc61a9e41d .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-9080df99-6974-45b3-be1f-08168bac33de {
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
min-height: 600px;
background-position: center center;
}
@media (min-width: 1200px){#s-9080df99-6974-45b3-be1f-08168bac33de {
  display: none;
}
#s-9080df99-6974-45b3-be1f-08168bac33de, #wrap-s-9080df99-6974-45b3-be1f-08168bac33de { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9080df99-6974-45b3-be1f-08168bac33de {
  display: none;
}
#s-9080df99-6974-45b3-be1f-08168bac33de, #wrap-s-9080df99-6974-45b3-be1f-08168bac33de { display: none !important; }}@media (max-width: 767px){#s-9080df99-6974-45b3-be1f-08168bac33de {
  display: none;
}
#s-9080df99-6974-45b3-be1f-08168bac33de, #wrap-s-9080df99-6974-45b3-be1f-08168bac33de { display: none !important; }}







#s-9080df99-6974-45b3-be1f-08168bac33de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9080df99-6974-45b3-be1f-08168bac33de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-79a3fdb3-c4d0-45f3-bf53-ddb96504fabf {
  margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-79a3fdb3-c4d0-45f3-bf53-ddb96504fabf .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-79a3fdb3-c4d0-45f3-bf53-ddb96504fabf .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71 {
  background-attachment: fixed;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71 {
  display: none;
}
#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71, #wrap-s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71 {
  display: none;
}
#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71, #wrap-s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71 {
  display: none;
}
#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71, #wrap-s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71 { display: none !important; }}







#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5d12e60-61a8-4a17-8fe5-3d6dbe92fe71.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ece8cd16-d9e6-439c-b496-0be814bb3931 {
  margin-top: 10%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ece8cd16-d9e6-439c-b496-0be814bb3931 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-ece8cd16-d9e6-439c-b496-0be814bb3931 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


@media (max-width: 767px){#s-66826341-9297-43a0-98cd-ca6bd65075e9 {
  margin-bottom: 5%;
}
}
#s-cbd34c47-c00b-4bd4-a132-d02e21d98663 {
  margin-bottom: 10%;
text-align: left;
}

#s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8 {
  display: none;
}
#s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8, #wrap-s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8 { display: none !important; }}@media (max-width: 767px){#s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8 {
  display: none;
}
#s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8, #wrap-s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8 { display: none !important; }}







#s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4944235a-9b0d-439f-9521-0a6c5f0a6bd8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f991cff4-a922-43d3-80f4-df08554ea078 {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-f991cff4-a922-43d3-80f4-df08554ea078"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f991cff4-a922-43d3-80f4-df08554ea078"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f991cff4-a922-43d3-80f4-df08554ea078"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f991cff4-a922-43d3-80f4-df08554ea078"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f991cff4-a922-43d3-80f4-df08554ea078"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f991cff4-a922-43d3-80f4-df08554ea078"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f991cff4-a922-43d3-80f4-df08554ea078"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-dd38292f-b9b3-4718-95ec-4ae050ca6fca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dd38292f-b9b3-4718-95ec-4ae050ca6fca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-dd38292f-b9b3-4718-95ec-4ae050ca6fca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-dd38292f-b9b3-4718-95ec-4ae050ca6fca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-dd38292f-b9b3-4718-95ec-4ae050ca6fca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-dd38292f-b9b3-4718-95ec-4ae050ca6fca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

[id="s-dd38292f-b9b3-4718-95ec-4ae050ca6fca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

}

#s-b6863945-b008-468a-afb8-2b8962524ea4 {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-b6863945-b008-468a-afb8-2b8962524ea4 {
  margin-top: 5%;
}
}
#s-b6863945-b008-468a-afb8-2b8962524ea4 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-b6863945-b008-468a-afb8-2b8962524ea4 .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


@media (max-width: 767px){#s-cd9b7a09-1fce-46ec-b1af-36ba85fdeada {
  margin-bottom: 5%;
}
}
#s-4b887edf-19d9-41f2-b63c-4e8cd09acf95 {
  text-align: left;
}

#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03 {
  display: none;
}
#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03, #wrap-s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03 {
  display: none;
}
#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03, #wrap-s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03 { display: none !important; }}@media (max-width: 767px){#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03 {
  display: none;
}
#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03, #wrap-s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03 { display: none !important; }}







#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a3cdd13-113a-4ae0-bae3-bf9ede268f03.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9de8021-f10b-4c86-93a2-f1b584818d4d {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9de8021-f10b-4c86-93a2-f1b584818d4d .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-b9de8021-f10b-4c86-93a2-f1b584818d4d .shogun-heading-component h3 a {
  color: rgba(0, 0, 0, 1);
}


#s-4be210ff-fd93-4457-a7e7-c4522aaaac12 {
  padding-bottom: 5%;
}
@media (max-width: 767px){#s-4be210ff-fd93-4457-a7e7-c4522aaaac12 {
  margin-bottom: 5%;
}
}
#s-d30dcec3-9fa7-4e1c-a633-bba722951438 {
  padding-bottom: 5%;
text-align: left;
}

#s-ed113d14-f18a-4e91-946e-5369ea6d30f1 {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-ed113d14-f18a-4e91-946e-5369ea6d30f1 {
  display: none;
}
#s-ed113d14-f18a-4e91-946e-5369ea6d30f1, #wrap-s-ed113d14-f18a-4e91-946e-5369ea6d30f1 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ed113d14-f18a-4e91-946e-5369ea6d30f1 {
  display: none;
}
#s-ed113d14-f18a-4e91-946e-5369ea6d30f1, #wrap-s-ed113d14-f18a-4e91-946e-5369ea6d30f1 { display: none !important; }}@media (max-width: 767px){#s-ed113d14-f18a-4e91-946e-5369ea6d30f1 {
  display: none;
}
#s-ed113d14-f18a-4e91-946e-5369ea6d30f1, #wrap-s-ed113d14-f18a-4e91-946e-5369ea6d30f1 { display: none !important; }}







#s-ed113d14-f18a-4e91-946e-5369ea6d30f1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed113d14-f18a-4e91-946e-5369ea6d30f1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1486dc79-f45a-443b-aaf4-15631fb27233 {
  margin-top: 5%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1486dc79-f45a-443b-aaf4-15631fb27233 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  text-align: center;
}


#s-1486dc79-f45a-443b-aaf4-15631fb27233 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}


#s-b70cc216-89cc-45b3-bc1e-2ec2a2e75105 {
  padding-bottom: 5%;
}

#s-f6d9790a-2619-4e14-bdf4-47f0e5ea478c {
  padding-bottom: 5%;
text-align: left;
}

#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f {
  background-attachment: fixed;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f {
  display: none;
}
#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f, #wrap-s-6be6ecbb-80d3-40b7-b696-4f2c0166185f { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f {
  display: none;
}
#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f, #wrap-s-6be6ecbb-80d3-40b7-b696-4f2c0166185f { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f {
  display: none;
}
#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f, #wrap-s-6be6ecbb-80d3-40b7-b696-4f2c0166185f { display: none !important; }}







#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6be6ecbb-80d3-40b7-b696-4f2c0166185f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dd6c58f8-208f-474d-b30d-7f6fdee48ee6 {
  margin-top: 10%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dd6c58f8-208f-474d-b30d-7f6fdee48ee6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-dd6c58f8-208f-474d-b30d-7f6fdee48ee6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-dd6c58f8-208f-474d-b30d-7f6fdee48ee6 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-dd6c58f8-208f-474d-b30d-7f6fdee48ee6 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
@media (max-width: 767px){#s-ca5b195f-5929-4dfb-84c5-7dec662943f9 {
  padding-bottom: 3%;
}
}
#s-59ec8268-0e3a-4e71-812b-5c2af55363e6 {
  margin-bottom: 10%;
text-align: left;
}

#s-aee8404b-24d1-48bd-8fec-62903e421b3d {
  background-attachment: fixed;
min-height: 600px;
background-repeat: no-repeat;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-aee8404b-24d1-48bd-8fec-62903e421b3d {
  display: none;
}
#s-aee8404b-24d1-48bd-8fec-62903e421b3d, #wrap-s-aee8404b-24d1-48bd-8fec-62903e421b3d { display: none !important; }}@media (max-width: 767px){#s-aee8404b-24d1-48bd-8fec-62903e421b3d {
  display: none;
}
#s-aee8404b-24d1-48bd-8fec-62903e421b3d, #wrap-s-aee8404b-24d1-48bd-8fec-62903e421b3d { display: none !important; }}







#s-aee8404b-24d1-48bd-8fec-62903e421b3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aee8404b-24d1-48bd-8fec-62903e421b3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-657ed3c2-43cb-476c-bd36-ec42463abc7f {
  padding-top: 0%;
padding-bottom: 0%;
background-repeat: repeat;
}

@media (min-width: 0px) {
[id="s-657ed3c2-43cb-476c-bd36-ec42463abc7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-657ed3c2-43cb-476c-bd36-ec42463abc7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-657ed3c2-43cb-476c-bd36-ec42463abc7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-657ed3c2-43cb-476c-bd36-ec42463abc7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-657ed3c2-43cb-476c-bd36-ec42463abc7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-657ed3c2-43cb-476c-bd36-ec42463abc7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-657ed3c2-43cb-476c-bd36-ec42463abc7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-0eea6fe9-b47b-4323-8f3c-1eace03a81e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0eea6fe9-b47b-4323-8f3c-1eace03a81e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-0eea6fe9-b47b-4323-8f3c-1eace03a81e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 992px) {
[id="s-0eea6fe9-b47b-4323-8f3c-1eace03a81e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-0eea6fe9-b47b-4323-8f3c-1eace03a81e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (min-width: 1200px) {
[id="s-0eea6fe9-b47b-4323-8f3c-1eace03a81e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 35.0px);
}

[id="s-0eea6fe9-b47b-4323-8f3c-1eace03a81e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 35.0px);
}

}

@media (max-width: 767px) {
  [id="s-0eea6fe9-b47b-4323-8f3c-1eace03a81e3"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-8e3052be-ba19-4ead-881b-8905974d0ab5 {
  text-align: left;
}

#s-8fae2906-767b-470d-997f-c26d81968379 {
  margin-top: 15%;
margin-bottom: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8fae2906-767b-470d-997f-c26d81968379 {
  margin-top: 5%;
}
}
#s-8fae2906-767b-470d-997f-c26d81968379 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


#s-8fae2906-767b-470d-997f-c26d81968379 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

@media (max-width: 767px){#s-8fae2906-767b-470d-997f-c26d81968379 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: center;
}


#s-8fae2906-767b-470d-997f-c26d81968379 .shogun-heading-component h3 a {
  color: rgba(255, 255, 255, 1);
}

}
@media (max-width: 767px){#s-995a2da2-c121-4c29-b28d-61cff7a4cb54 {
  padding-bottom: 3%;
}
}
#s-7de91dab-29a4-49e0-a5aa-0b14e60102dd {
  padding-top: 5%;
padding-bottom: 5%;
min-height: 300px;
background-color: rgba(255, 255, 255, 1);
}








#s-7de91dab-29a4-49e0-a5aa-0b14e60102dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7de91dab-29a4-49e0-a5aa-0b14e60102dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-055d54e7-341e-4fb9-8d87-9bd94bc3760e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-055d54e7-341e-4fb9-8d87-9bd94bc3760e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 36px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-055d54e7-341e-4fb9-8d87-9bd94bc3760e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 33px;
  
  
  
}


}@media (max-width: 767px){#s-055d54e7-341e-4fb9-8d87-9bd94bc3760e .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


}
#s-e70d98be-0a43-4cdf-b688-7a3de4181beb {
  padding-top: 2%;
}

@media (min-width: 0px) {
[id="s-e70d98be-0a43-4cdf-b688-7a3de4181beb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e70d98be-0a43-4cdf-b688-7a3de4181beb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e70d98be-0a43-4cdf-b688-7a3de4181beb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e70d98be-0a43-4cdf-b688-7a3de4181beb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e70d98be-0a43-4cdf-b688-7a3de4181beb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e70d98be-0a43-4cdf-b688-7a3de4181beb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e70d98be-0a43-4cdf-b688-7a3de4181beb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

}

@media (min-width: 0px) {
[id="s-147e8db8-a395-40d3-9ba5-2f119f6d9915"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-147e8db8-a395-40d3-9ba5-2f119f6d9915"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-147e8db8-a395-40d3-9ba5-2f119f6d9915"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-147e8db8-a395-40d3-9ba5-2f119f6d9915"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-0a8eda8e-ff1b-4fa6-9ea9-2fbb3431da7a {
  margin-bottom: 5%;
text-align: center;
}







  #s-0a8eda8e-ff1b-4fa6-9ea9-2fbb3431da7a img.shogun-image {
    

    
    
    
  }


#s-0a8eda8e-ff1b-4fa6-9ea9-2fbb3431da7a .shogun-image-content {
  
    align-items: center;
  
}

#s-9b30e5e8-11a1-401a-bd45-6c72104547d3 {
  min-height: 50px;
}








#s-9b30e5e8-11a1-401a-bd45-6c72104547d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b30e5e8-11a1-401a-bd45-6c72104547d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-63710e41-d1a9-4eee-8cca-db2dea3e7387 {
  margin-bottom: 5%;
text-align: center;
}







  #s-63710e41-d1a9-4eee-8cca-db2dea3e7387 img.shogun-image {
    

    
    
    
  }


#s-63710e41-d1a9-4eee-8cca-db2dea3e7387 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd6f784d-681f-4776-a768-f1823ef45370 {
  margin-bottom: 5%;
text-align: center;
}







  #s-cd6f784d-681f-4776-a768-f1823ef45370 img.shogun-image {
    

    
    
    
  }


#s-cd6f784d-681f-4776-a768-f1823ef45370 .shogun-image-content {
  
    align-items: center;
  
}

#s-67113bd0-6703-4b34-ace9-531b4bb9250f {
  margin-bottom: 5%;
text-align: center;
}







  #s-67113bd0-6703-4b34-ace9-531b4bb9250f img.shogun-image {
    

    
    
    
  }


#s-67113bd0-6703-4b34-ace9-531b4bb9250f .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
