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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-fd72b166-08a7-4ba6-94b7-6b17e24aae5f {
  min-height: 50px;
background-color: rgba(20, 23, 24, 1);
}








#s-fd72b166-08a7-4ba6-94b7-6b17e24aae5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fd72b166-08a7-4ba6-94b7-6b17e24aae5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4389d21b-0315-4e64-beba-00ed888e2c84 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
background-color: rgba(20, 23, 24, 1);
}








#s-4389d21b-0315-4e64-beba-00ed888e2c84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4389d21b-0315-4e64-beba-00ed888e2c84.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf34da13-4fbf-40ff-99f6-b96c4cd5f51d {
  min-height: 50px;
}








#s-cf34da13-4fbf-40ff-99f6-b96c4cd5f51d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf34da13-4fbf-40ff-99f6-b96c4cd5f51d.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;
}

@media (min-width: 0px) {
[id="s-7255895f-d4ca-4656-896f-eba693cc3100"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7255895f-d4ca-4656-896f-eba693cc3100"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7255895f-d4ca-4656-896f-eba693cc3100"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7255895f-d4ca-4656-896f-eba693cc3100"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-7255895f-d4ca-4656-896f-eba693cc3100"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-91fab7cd-e7b7-4818-bdb9-86c637cf0530 {
  min-height: 50px;
}








#s-91fab7cd-e7b7-4818-bdb9-86c637cf0530 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91fab7cd-e7b7-4818-bdb9-86c637cf0530.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14acf431-b72f-4b08-854b-59e0a207dac2 {
  min-height: 50px;
}
@media (max-width: 767px){#s-14acf431-b72f-4b08-854b-59e0a207dac2 {
  display: none;
}
#s-14acf431-b72f-4b08-854b-59e0a207dac2, #wrap-s-14acf431-b72f-4b08-854b-59e0a207dac2 { display: none !important; }}







#s-14acf431-b72f-4b08-854b-59e0a207dac2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14acf431-b72f-4b08-854b-59e0a207dac2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-78ba2f36-cfb1-4650-ab26-67ceb9fd7aa5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-78ba2f36-cfb1-4650-ab26-67ceb9fd7aa5 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-88be485c-e74e-4765-b3ba-fcf30889aa22 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
max-width: 80%;
}
@media (max-width: 767px){#s-88be485c-e74e-4765-b3ba-fcf30889aa22 {
  max-width: 100%;
}
}







#s-88be485c-e74e-4765-b3ba-fcf30889aa22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88be485c-e74e-4765-b3ba-fcf30889aa22.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-713f6b6f-f2b7-4778-8e29-f75b2440ccff"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-713f6b6f-f2b7-4778-8e29-f75b2440ccff"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-713f6b6f-f2b7-4778-8e29-f75b2440ccff"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-713f6b6f-f2b7-4778-8e29-f75b2440ccff"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-a7521223-d234-4e9c-9463-2ce459723a4b {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
min-height: 50px;
}

#s-a7521223-d234-4e9c-9463-2ce459723a4b {
  background-image: url();
}








#s-a7521223-d234-4e9c-9463-2ce459723a4b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a7521223-d234-4e9c-9463-2ce459723a4b.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-c77fc309-9039-4998-8a4c-159b8ac807b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c77fc309-9039-4998-8a4c-159b8ac807b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c77fc309-9039-4998-8a4c-159b8ac807b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c77fc309-9039-4998-8a4c-159b8ac807b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c77fc309-9039-4998-8a4c-159b8ac807b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c77fc309-9039-4998-8a4c-159b8ac807b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c77fc309-9039-4998-8a4c-159b8ac807b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-5c1a613b-a4cf-4dcc-99ca-9f605178996e {
  min-height: 50px;
}








#s-5c1a613b-a4cf-4dcc-99ca-9f605178996e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c1a613b-a4cf-4dcc-99ca-9f605178996e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8b2a46b5-7b3c-48c2-a5f1-6edc48256951 {
  text-align: center;
}







  #s-8b2a46b5-7b3c-48c2-a5f1-6edc48256951 img.shogun-image {
    

    
    
    
  }


#s-8b2a46b5-7b3c-48c2-a5f1-6edc48256951 .shogun-image-content {
  
    align-items: center;
  
}

#s-7825fba0-3e83-42e1-84f5-fbd1f5bd2e8c {
  min-height: 50px;
}








#s-7825fba0-3e83-42e1-84f5-fbd1f5bd2e8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7825fba0-3e83-42e1-84f5-fbd1f5bd2e8c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b6f8507e-22ae-4a93-8e80-0e4a3b6584e1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b6f8507e-22ae-4a93-8e80-0e4a3b6584e1 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3.3px;
  
}



#s-e26e6d60-63f5-4044-9229-d8996fd818c6 {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
min-height: 50px;
}








#s-e26e6d60-63f5-4044-9229-d8996fd818c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e26e6d60-63f5-4044-9229-d8996fd818c6.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-160630a2-d6d5-4d82-8608-5d8399c43b24"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-160630a2-d6d5-4d82-8608-5d8399c43b24"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-160630a2-d6d5-4d82-8608-5d8399c43b24"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-160630a2-d6d5-4d82-8608-5d8399c43b24"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-160630a2-d6d5-4d82-8608-5d8399c43b24"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-160630a2-d6d5-4d82-8608-5d8399c43b24"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-160630a2-d6d5-4d82-8608-5d8399c43b24"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-fb66855a-a087-471d-893b-433cf647a63a {
  min-height: 50px;
}








#s-fb66855a-a087-471d-893b-433cf647a63a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb66855a-a087-471d-893b-433cf647a63a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7336ce6-09c5-4299-ba42-9a2574ef11db {
  text-align: center;
}







  #s-f7336ce6-09c5-4299-ba42-9a2574ef11db img.shogun-image {
    

    
    
    
  }


#s-f7336ce6-09c5-4299-ba42-9a2574ef11db .shogun-image-content {
  
    align-items: center;
  
}

#s-699905e4-d83d-44bd-96aa-15bcfa353e5a {
  min-height: 50px;
}








#s-699905e4-d83d-44bd-96aa-15bcfa353e5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-699905e4-d83d-44bd-96aa-15bcfa353e5a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-661092b0-0d50-445e-996b-df41b5a570c0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-661092b0-0d50-445e-996b-df41b5a570c0 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3.3px;
  
}



#s-d43bb92b-2d5a-4507-bf24-3fe9799b05eb {
  border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 30px;
min-height: 50px;
}








#s-d43bb92b-2d5a-4507-bf24-3fe9799b05eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d43bb92b-2d5a-4507-bf24-3fe9799b05eb.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-2ca8d0e6-bdfc-4558-8e04-b5cd2530c185"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ca8d0e6-bdfc-4558-8e04-b5cd2530c185"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ca8d0e6-bdfc-4558-8e04-b5cd2530c185"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2ca8d0e6-bdfc-4558-8e04-b5cd2530c185"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ca8d0e6-bdfc-4558-8e04-b5cd2530c185"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ca8d0e6-bdfc-4558-8e04-b5cd2530c185"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-2ca8d0e6-bdfc-4558-8e04-b5cd2530c185"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

}

#s-35940ba2-ad48-4846-8975-012bc8807f0c {
  min-height: 50px;
}








#s-35940ba2-ad48-4846-8975-012bc8807f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-35940ba2-ad48-4846-8975-012bc8807f0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ece715e0-b8e5-4629-9d97-4f8312887ab4 {
  text-align: center;
}







  #s-ece715e0-b8e5-4629-9d97-4f8312887ab4 img.shogun-image {
    

    
    
    
  }


#s-ece715e0-b8e5-4629-9d97-4f8312887ab4 .shogun-image-content {
  
    align-items: center;
  
}

#s-185ed228-3797-45b1-b9f9-d50b099b1ba3 {
  min-height: 50px;
}








#s-185ed228-3797-45b1-b9f9-d50b099b1ba3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-185ed228-3797-45b1-b9f9-d50b099b1ba3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fc03723-b1a8-4ee6-9510-5a0c83236356 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7fc03723-b1a8-4ee6-9510-5a0c83236356 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 3.3px;
  
}



#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e {
  display: none;
}
#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e, #wrap-s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e {
  display: none;
}
#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e, #wrap-s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e {
  display: none;
}
#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e, #wrap-s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e { display: none !important; }}







#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f70d5958-89c7-4d6c-a1fa-7095e8a9e28e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8a9cd1cf-c5f0-4e90-aae1-b041b17a6f95 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8a9cd1cf-c5f0-4e90-aae1-b041b17a6f95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-8a9cd1cf-c5f0-4e90-aae1-b041b17a6f95 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-470279a4-16a7-4dc0-bf4e-61084ee2112c {
  text-align: center;
}







  #s-470279a4-16a7-4dc0-bf4e-61084ee2112c img.shogun-image {
    

    
    
    
  }


#s-470279a4-16a7-4dc0-bf4e-61084ee2112c .shogun-image-content {
  
    align-items: center;
  
}

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

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

#s-f4132fcc-52a2-4ab2-bf7e-e97dcfb0c956 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-f4132fcc-52a2-4ab2-bf7e-e97dcfb0c956 hr {
  border-top: 2px solid #ddd;
}

#s-45501de7-c971-4927-be71-59fe3c55c477 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-45501de7-c971-4927-be71-59fe3c55c477 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45501de7-c971-4927-be71-59fe3c55c477.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-08d2dc0c-936c-491f-8fa4-43cadd603e22"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-08d2dc0c-936c-491f-8fa4-43cadd603e22"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08d2dc0c-936c-491f-8fa4-43cadd603e22"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08d2dc0c-936c-491f-8fa4-43cadd603e22"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08d2dc0c-936c-491f-8fa4-43cadd603e22"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08d2dc0c-936c-491f-8fa4-43cadd603e22"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08d2dc0c-936c-491f-8fa4-43cadd603e22"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-92220102-f015-4eb9-b173-d27791ba78cc {
  text-align: center;
}







  #s-92220102-f015-4eb9-b173-d27791ba78cc img.shogun-image {
    

    
    
    
  }


#s-92220102-f015-4eb9-b173-d27791ba78cc .shogun-image-content {
  
    align-items: center;
  
}

#s-a00809a6-b6f5-4fc7-bf50-76aef68fc182 {
  padding-top: 40px;
min-height: 50px;
}








#s-a00809a6-b6f5-4fc7-bf50-76aef68fc182 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a00809a6-b6f5-4fc7-bf50-76aef68fc182.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2de87bf-634f-4743-bf70-a5d83fb7d95d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2de87bf-634f-4743-bf70-a5d83fb7d95d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-b2de87bf-634f-4743-bf70-a5d83fb7d95d .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-520b83dc-3dd5-493f-aa85-659e78d2fa70 {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(29, 34, 36, 1);
}








#s-520b83dc-3dd5-493f-aa85-659e78d2fa70 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-520b83dc-3dd5-493f-aa85-659e78d2fa70.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9fd46f22-9ad5-458a-b5ba-21fd20b92d1c {
  min-height: 50px;
}








#s-9fd46f22-9ad5-458a-b5ba-21fd20b92d1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9fd46f22-9ad5-458a-b5ba-21fd20b92d1c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2e7958d9-2e40-4072-ae4a-52aeff58bd64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2e7958d9-2e40-4072-ae4a-52aeff58bd64 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-a36a379a-176b-42d2-b5d2-1054c16a4b15 {
  opacity: 0.5;
}

#s-cf047f6b-63a2-4e02-8bd2-2dca80f885c4 {
  margin-left: auto;
margin-right: auto;
max-width: 95%;
}

@media (min-width: 0px) {
[id="s-cf047f6b-63a2-4e02-8bd2-2dca80f885c4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cf047f6b-63a2-4e02-8bd2-2dca80f885c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cf047f6b-63a2-4e02-8bd2-2dca80f885c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cf047f6b-63a2-4e02-8bd2-2dca80f885c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-0d1778c7-f64f-49f9-802b-4a02e6bf5dad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d1778c7-f64f-49f9-802b-4a02e6bf5dad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d1778c7-f64f-49f9-802b-4a02e6bf5dad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0d1778c7-f64f-49f9-802b-4a02e6bf5dad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d1778c7-f64f-49f9-802b-4a02e6bf5dad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d1778c7-f64f-49f9-802b-4a02e6bf5dad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0d1778c7-f64f-49f9-802b-4a02e6bf5dad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-ef896827-52cb-47fb-9a7b-58f30f72ac2f {
  text-align: center;
}







  #s-ef896827-52cb-47fb-9a7b-58f30f72ac2f img.shogun-image {
    

    
    
    
  }


#s-ef896827-52cb-47fb-9a7b-58f30f72ac2f .shogun-image-content {
  
    align-items: center;
  
}

#s-7c9de4b3-3653-4a9b-98cf-8eb6a776f443 {
  min-height: 50px;
}








#s-7c9de4b3-3653-4a9b-98cf-8eb6a776f443 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7c9de4b3-3653-4a9b-98cf-8eb6a776f443.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8d9763c7-cfc5-47f5-9078-ff130ff8b6d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-8d9763c7-cfc5-47f5-9078-ff130ff8b6d2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-8d9763c7-cfc5-47f5-9078-ff130ff8b6d2 .shogun-heading-component h1 {
  color: rgba(198, 200, 201, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-8d9763c7-cfc5-47f5-9078-ff130ff8b6d2 .shogun-heading-component h1 {
  color: rgba(198, 200, 201, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-97e00336-f407-4b24-8591-d3d51955c817"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97e00336-f407-4b24-8591-d3d51955c817"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97e00336-f407-4b24-8591-d3d51955c817"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97e00336-f407-4b24-8591-d3d51955c817"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97e00336-f407-4b24-8591-d3d51955c817"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97e00336-f407-4b24-8591-d3d51955c817"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-97e00336-f407-4b24-8591-d3d51955c817"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-f92e4e76-cb69-4aaf-9599-94895490e548 {
  text-align: center;
}







  #s-f92e4e76-cb69-4aaf-9599-94895490e548 img.shogun-image {
    

    
    
    
  }


#s-f92e4e76-cb69-4aaf-9599-94895490e548 .shogun-image-content {
  
    align-items: center;
  
}

#s-67cd2be8-70ef-43bc-90d0-1ab502146a6c {
  min-height: 50px;
}








#s-67cd2be8-70ef-43bc-90d0-1ab502146a6c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67cd2be8-70ef-43bc-90d0-1ab502146a6c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e04a186f-8966-4721-946e-919a3cf92f5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e04a186f-8966-4721-946e-919a3cf92f5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-e04a186f-8966-4721-946e-919a3cf92f5a .shogun-heading-component h1 {
  color: rgba(198, 200, 201, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e04a186f-8966-4721-946e-919a3cf92f5a .shogun-heading-component h1 {
  color: rgba(198, 200, 201, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: center;
}


}
#s-06aa296e-a978-493c-83fd-fae4c3ee6976 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-06aa296e-a978-493c-83fd-fae4c3ee6976 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-06aa296e-a978-493c-83fd-fae4c3ee6976.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81e5363f-0493-4cbf-bd87-2e69ae86cda8 {
  min-height: 559px;
background-color: rgba(29, 34, 36, 1);
}








#s-81e5363f-0493-4cbf-bd87-2e69ae86cda8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81e5363f-0493-4cbf-bd87-2e69ae86cda8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b1e1edfa-3c62-4d27-8395-2c6427e95000 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-b1e1edfa-3c62-4d27-8395-2c6427e95000 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1e1edfa-3c62-4d27-8395-2c6427e95000.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-fe2c708f-655f-4f48-a352-f099f40e70f0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe2c708f-655f-4f48-a352-f099f40e70f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-fe2c708f-655f-4f48-a352-f099f40e70f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe2c708f-655f-4f48-a352-f099f40e70f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-52424709-b251-4883-8092-80d2ccc18a9e {
  text-align: center;
}








#s-52424709-b251-4883-8092-80d2ccc18a9e .shogun-image-content {
  
    align-items: center;
  
}

#s-4f66020c-fcd9-4a51-b866-dd541976f45c {
  padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 8px;
min-height: 50px;
background-color: rgba(29, 34, 36, 1);
}








#s-4f66020c-fcd9-4a51-b866-dd541976f45c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f66020c-fcd9-4a51-b866-dd541976f45c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f2941cd-e9ca-4d1e-b8bd-63ca4605a360 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6f2941cd-e9ca-4d1e-b8bd-63ca4605a360 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-6f2941cd-e9ca-4d1e-b8bd-63ca4605a360 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-c79c7c59-a939-4bdd-855c-f33570a02395 {
  margin-top: 20px;
padding-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-c79c7c59-a939-4bdd-855c-f33570a02395"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c79c7c59-a939-4bdd-855c-f33570a02395"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c79c7c59-a939-4bdd-855c-f33570a02395"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c79c7c59-a939-4bdd-855c-f33570a02395"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c79c7c59-a939-4bdd-855c-f33570a02395"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c79c7c59-a939-4bdd-855c-f33570a02395"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c79c7c59-a939-4bdd-855c-f33570a02395"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-aebf0fc8-e930-4e39-81b5-882c61240c25 {
  min-height: 50px;
}








#s-aebf0fc8-e930-4e39-81b5-882c61240c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aebf0fc8-e930-4e39-81b5-882c61240c25.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8e557269-dca8-430f-8275-bf70554921e8 {
  text-align: center;
}







  #s-8e557269-dca8-430f-8275-bf70554921e8 img.shogun-image {
    

    
    
    
  }


#s-8e557269-dca8-430f-8275-bf70554921e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-fafa5295-3d74-4730-947e-dce81cd2c01a {
  min-height: 50px;
}








#s-fafa5295-3d74-4730-947e-dce81cd2c01a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fafa5295-3d74-4730-947e-dce81cd2c01a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c6add169-6ead-4c5a-ad76-6b29ef2dbbf6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6add169-6ead-4c5a-ad76-6b29ef2dbbf6 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-14f0239a-5987-4793-ae1e-8ffba46834a5 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-14f0239a-5987-4793-ae1e-8ffba46834a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-14f0239a-5987-4793-ae1e-8ffba46834a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-14f0239a-5987-4793-ae1e-8ffba46834a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-14f0239a-5987-4793-ae1e-8ffba46834a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-14f0239a-5987-4793-ae1e-8ffba46834a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-14f0239a-5987-4793-ae1e-8ffba46834a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-14f0239a-5987-4793-ae1e-8ffba46834a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-70f42778-9346-4ee4-b7d4-4cd7d0aa04e6 {
  min-height: 50px;
}








#s-70f42778-9346-4ee4-b7d4-4cd7d0aa04e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70f42778-9346-4ee4-b7d4-4cd7d0aa04e6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe0704a7-642b-47ce-9f98-e108395b40f6 {
  text-align: center;
}







  #s-fe0704a7-642b-47ce-9f98-e108395b40f6 img.shogun-image {
    

    
    
    
  }


#s-fe0704a7-642b-47ce-9f98-e108395b40f6 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4831874-34fa-484a-8798-4e825803519f {
  min-height: 50px;
}








#s-b4831874-34fa-484a-8798-4e825803519f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4831874-34fa-484a-8798-4e825803519f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3e7ebe4e-9804-44c9-ac54-52999c89aff6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e7ebe4e-9804-44c9-ac54-52999c89aff6 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-56c17ec6-6940-471b-9236-5330ce6f0dd9 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-56c17ec6-6940-471b-9236-5330ce6f0dd9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56c17ec6-6940-471b-9236-5330ce6f0dd9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5afe186a-a437-4737-be0e-bee47e5f07df {
  text-align: center;
}
@media (max-width: 767px){#s-5afe186a-a437-4737-be0e-bee47e5f07df {
  display: none;
}
#s-5afe186a-a437-4737-be0e-bee47e5f07df, #wrap-s-5afe186a-a437-4737-be0e-bee47e5f07df { display: none !important; }}







#s-5afe186a-a437-4737-be0e-bee47e5f07df .shogun-image-content {
  
    align-items: center;
  
}

#s-471af9fd-21e6-4948-8c6e-cd565b011490 {
  min-height: 559px;
background-color: rgba(29, 34, 36, 1);
}








#s-471af9fd-21e6-4948-8c6e-cd565b011490 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-471af9fd-21e6-4948-8c6e-cd565b011490.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9f2dd5c8-56c5-44ab-9386-7d2df84026e5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-9f2dd5c8-56c5-44ab-9386-7d2df84026e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f2dd5c8-56c5-44ab-9386-7d2df84026e5.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-fee60e01-2f46-4713-a211-e4e28c189cb5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fee60e01-2f46-4713-a211-e4e28c189cb5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fee60e01-2f46-4713-a211-e4e28c189cb5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fee60e01-2f46-4713-a211-e4e28c189cb5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-b7d8cf98-bdec-4b9e-a090-025e93972e12 {
  text-align: center;
}







  #s-b7d8cf98-bdec-4b9e-a090-025e93972e12 img.shogun-image {
    

    
    
    
  }


#s-b7d8cf98-bdec-4b9e-a090-025e93972e12 .shogun-image-content {
  
    align-items: center;
  
}

#s-3c00047a-3463-4481-8b75-673d4011a3eb {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-3c00047a-3463-4481-8b75-673d4011a3eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c00047a-3463-4481-8b75-673d4011a3eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4370682-cece-47b2-9e61-fdb1d85519c7 {
  min-height: 50px;
}
@media (max-width: 767px){#s-c4370682-cece-47b2-9e61-fdb1d85519c7 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-c4370682-cece-47b2-9e61-fdb1d85519c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4370682-cece-47b2-9e61-fdb1d85519c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8ed6bf3f-1c00-4748-a3bc-4180723f6a85 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8ed6bf3f-1c00-4748-a3bc-4180723f6a85 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-8ed6bf3f-1c00-4748-a3bc-4180723f6a85 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-de641801-dffb-40c1-b381-e4998ed4f7b0 {
  margin-top: 10px;
}

#s-2a39ce4c-7295-4b67-8d25-dc164f5859dc {
  margin-bottom: 40px;
min-height: 50px;
}








#s-2a39ce4c-7295-4b67-8d25-dc164f5859dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2a39ce4c-7295-4b67-8d25-dc164f5859dc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e0c0f6d5-4076-4a0a-844b-da401d4537d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-e0c0f6d5-4076-4a0a-844b-da401d4537d0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-e0c0f6d5-4076-4a0a-844b-da401d4537d0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-e0c0f6d5-4076-4a0a-844b-da401d4537d0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: center;
}


}
#s-1e668463-452e-4dd3-a814-628a58203d32 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 0px) {
[id="s-1c074dac-cbac-43bb-9028-9ac69397e994"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c074dac-cbac-43bb-9028-9ac69397e994"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c074dac-cbac-43bb-9028-9ac69397e994"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c074dac-cbac-43bb-9028-9ac69397e994"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-ddeaac2f-4eb2-4113-92f0-7c7ae018005d {
  text-align: center;
}







  #s-ddeaac2f-4eb2-4113-92f0-7c7ae018005d img.shogun-image {
    

    
    
    
  }


#s-ddeaac2f-4eb2-4113-92f0-7c7ae018005d .shogun-image-content {
  
    align-items: center;
  
}

#s-9f6aa0b8-c7b4-4788-9918-4400c517ca2f {
  min-height: 171px;
background-color: rgba(29, 34, 36, 1);
}








#s-9f6aa0b8-c7b4-4788-9918-4400c517ca2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f6aa0b8-c7b4-4788-9918-4400c517ca2f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b07aea0b-53af-4356-99c2-fab80967e964 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (max-width: 767px){#s-b07aea0b-53af-4356-99c2-fab80967e964 {
  max-width: 100%;
}
}







#s-b07aea0b-53af-4356-99c2-fab80967e964 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b07aea0b-53af-4356-99c2-fab80967e964.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-46b4b0fb-dc54-4a18-aa0a-d99c8332eb8d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-46b4b0fb-dc54-4a18-aa0a-d99c8332eb8d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46b4b0fb-dc54-4a18-aa0a-d99c8332eb8d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-46b4b0fb-dc54-4a18-aa0a-d99c8332eb8d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46b4b0fb-dc54-4a18-aa0a-d99c8332eb8d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-46b4b0fb-dc54-4a18-aa0a-d99c8332eb8d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-46b4b0fb-dc54-4a18-aa0a-d99c8332eb8d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-be14226d-c72a-40f2-83e4-2acb48e3022e {
  min-height: 50px;
}








#s-be14226d-c72a-40f2-83e4-2acb48e3022e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be14226d-c72a-40f2-83e4-2acb48e3022e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-09c4bccc-c231-4aa7-b8b5-665e939729bf {
  text-align: center;
}







  #s-09c4bccc-c231-4aa7-b8b5-665e939729bf img.shogun-image {
    

    
    
    
  }


#s-09c4bccc-c231-4aa7-b8b5-665e939729bf .shogun-image-content {
  
    align-items: center;
  
}

#s-0c067d5e-519b-44cc-bdbf-79940e8888be {
  min-height: 50px;
}








#s-0c067d5e-519b-44cc-bdbf-79940e8888be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c067d5e-519b-44cc-bdbf-79940e8888be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-674936d3-8a24-4a6c-ba51-3e8553d3a695 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-674936d3-8a24-4a6c-ba51-3e8553d3a695 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-c7b1ac68-a1e8-41c9-bb6d-b343a446bb0c {
  text-align: center;
}







  #s-c7b1ac68-a1e8-41c9-bb6d-b343a446bb0c img.shogun-image {
    

    
    
    
  }


#s-c7b1ac68-a1e8-41c9-bb6d-b343a446bb0c .shogun-image-content {
  
    align-items: center;
  
}

#s-81a8b139-f9c5-4268-ac8d-6260a1d5b981 {
  min-height: 171px;
background-color: rgba(29, 34, 36, 1);
}








#s-81a8b139-f9c5-4268-ac8d-6260a1d5b981 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81a8b139-f9c5-4268-ac8d-6260a1d5b981.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f7d336d5-a5ee-441b-a439-d7da136c0a54 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (max-width: 767px){#s-f7d336d5-a5ee-441b-a439-d7da136c0a54 {
  max-width: 100%;
}
}







#s-f7d336d5-a5ee-441b-a439-d7da136c0a54 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d336d5-a5ee-441b-a439-d7da136c0a54.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-c0c072bc-5bba-4a9f-8cbf-bf00ec19e225"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-c0c072bc-5bba-4a9f-8cbf-bf00ec19e225"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c0c072bc-5bba-4a9f-8cbf-bf00ec19e225"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c0c072bc-5bba-4a9f-8cbf-bf00ec19e225"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c0c072bc-5bba-4a9f-8cbf-bf00ec19e225"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c0c072bc-5bba-4a9f-8cbf-bf00ec19e225"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c0c072bc-5bba-4a9f-8cbf-bf00ec19e225"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-1c2f64b5-0aae-4744-9aa3-643530794e31 {
  min-height: 50px;
}








#s-1c2f64b5-0aae-4744-9aa3-643530794e31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c2f64b5-0aae-4744-9aa3-643530794e31.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-caf1a5fe-116f-4944-b71a-db12017ba155 {
  text-align: center;
}







  #s-caf1a5fe-116f-4944-b71a-db12017ba155 img.shogun-image {
    

    
    
    
  }


#s-caf1a5fe-116f-4944-b71a-db12017ba155 .shogun-image-content {
  
    align-items: center;
  
}

#s-77023599-5465-45f5-9767-d76c4ca16f1b {
  min-height: 50px;
}








#s-77023599-5465-45f5-9767-d76c4ca16f1b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77023599-5465-45f5-9767-d76c4ca16f1b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-adfe510a-a878-47ca-aa1e-add87156cac6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-adfe510a-a878-47ca-aa1e-add87156cac6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-d94b468f-a5c4-401e-a2ed-6450d257f248 {
  text-align: center;
}







  #s-d94b468f-a5c4-401e-a2ed-6450d257f248 img.shogun-image {
    

    
    
    
  }


#s-d94b468f-a5c4-401e-a2ed-6450d257f248 .shogun-image-content {
  
    align-items: center;
  
}

#s-0bf860d9-9dd1-4bbd-a809-6378e3d62beb {
  min-height: 171px;
background-color: rgba(29, 34, 36, 1);
}








#s-0bf860d9-9dd1-4bbd-a809-6378e3d62beb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0bf860d9-9dd1-4bbd-a809-6378e3d62beb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f28b92c-5527-4616-9879-f05ed773cc9f {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 70%;
}
@media (max-width: 767px){#s-6f28b92c-5527-4616-9879-f05ed773cc9f {
  max-width: 100%;
}
}







#s-6f28b92c-5527-4616-9879-f05ed773cc9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f28b92c-5527-4616-9879-f05ed773cc9f.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-e6180a43-6386-4042-bc40-6dc48f929cc0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-e6180a43-6386-4042-bc40-6dc48f929cc0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6180a43-6386-4042-bc40-6dc48f929cc0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e6180a43-6386-4042-bc40-6dc48f929cc0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6180a43-6386-4042-bc40-6dc48f929cc0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6180a43-6386-4042-bc40-6dc48f929cc0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e6180a43-6386-4042-bc40-6dc48f929cc0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

}

#s-00a4dc22-27c7-4624-bf35-f5e3d1e43776 {
  min-height: 50px;
}








#s-00a4dc22-27c7-4624-bf35-f5e3d1e43776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00a4dc22-27c7-4624-bf35-f5e3d1e43776.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-009d1b5a-6e7a-4e14-b0b0-ce8c6be72c17 {
  text-align: center;
}







  #s-009d1b5a-6e7a-4e14-b0b0-ce8c6be72c17 img.shogun-image {
    

    
    
    
  }


#s-009d1b5a-6e7a-4e14-b0b0-ce8c6be72c17 .shogun-image-content {
  
    align-items: center;
  
}

#s-5204fab1-abae-4866-abbf-9634c6c4304c {
  min-height: 50px;
}








#s-5204fab1-abae-4866-abbf-9634c6c4304c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5204fab1-abae-4866-abbf-9634c6c4304c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ca25ebdd-48b1-4750-bb2c-83aa277113a6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ca25ebdd-48b1-4750-bb2c-83aa277113a6 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}



#s-b463ba6c-af09-4e5e-9b72-19adbeeb5801 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-b463ba6c-af09-4e5e-9b72-19adbeeb5801 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b463ba6c-af09-4e5e-9b72-19adbeeb5801.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0405ab64-97b1-4837-b2b3-00cd08700eb0 {
  text-align: center;
}








#s-0405ab64-97b1-4837-b2b3-00cd08700eb0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7b3c32a9-b003-4833-b48f-52f9a836c927 {
  min-height: 265px;
background-color: rgba(29, 34, 36, 1);
}








#s-7b3c32a9-b003-4833-b48f-52f9a836c927 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b3c32a9-b003-4833-b48f-52f9a836c927.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2bdd8cc0-521a-4246-a8ed-108cda71583c {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (max-width: 767px){#s-2bdd8cc0-521a-4246-a8ed-108cda71583c {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-2bdd8cc0-521a-4246-a8ed-108cda71583c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bdd8cc0-521a-4246-a8ed-108cda71583c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23f4ad7c-4485-4fa6-95df-02ebef24c4f3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-23f4ad7c-4485-4fa6-95df-02ebef24c4f3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-23f4ad7c-4485-4fa6-95df-02ebef24c4f3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-3e54298d-a4d9-4b27-9b68-5e2f31e8c0d5 {
  margin-bottom: 40px;
min-height: 50px;
}








#s-3e54298d-a4d9-4b27-9b68-5e2f31e8c0d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e54298d-a4d9-4b27-9b68-5e2f31e8c0d5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2fc820ca-1c14-42ba-bcf1-d87b8194fe2e {
  text-align: center;
}
@media (max-width: 767px){#s-2fc820ca-1c14-42ba-bcf1-d87b8194fe2e {
  
}
}







#s-2fc820ca-1c14-42ba-bcf1-d87b8194fe2e .shogun-image-content {
  
    align-items: center;
  
}

#s-d098d69d-0d39-4a0d-b3f6-ae4797186e94 {
  min-height: 559px;
background-color: rgba(29, 34, 36, 1);
}








#s-d098d69d-0d39-4a0d-b3f6-ae4797186e94 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d098d69d-0d39-4a0d-b3f6-ae4797186e94.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc3073bd-9f2b-4428-9386-cfc0125298ec {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-bc3073bd-9f2b-4428-9386-cfc0125298ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc3073bd-9f2b-4428-9386-cfc0125298ec.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-9f0ac930-3a78-4adb-a48f-8e26fc8da8de"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f0ac930-3a78-4adb-a48f-8e26fc8da8de"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f0ac930-3a78-4adb-a48f-8e26fc8da8de"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f0ac930-3a78-4adb-a48f-8e26fc8da8de"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-9f0ac930-3a78-4adb-a48f-8e26fc8da8de"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f816f69a-59d9-4f14-af98-44ae827d06c3 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-f816f69a-59d9-4f14-af98-44ae827d06c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f816f69a-59d9-4f14-af98-44ae827d06c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-43939926-58ea-439a-a07d-5002838677db {
  min-height: 50px;
}
@media (max-width: 767px){#s-43939926-58ea-439a-a07d-5002838677db {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-43939926-58ea-439a-a07d-5002838677db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43939926-58ea-439a-a07d-5002838677db.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-20536c61-56c8-4bc2-8343-492dc03018ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-20536c61-56c8-4bc2-8343-492dc03018ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-20536c61-56c8-4bc2-8343-492dc03018ca .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-dc01e464-f635-41e0-8e3b-611541510b24 {
  margin-top: 10px;
}

#s-a7851572-ddae-4c62-afc7-e315770359e7 {
  text-align: center;
}








#s-a7851572-ddae-4c62-afc7-e315770359e7 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ede0077-4fc8-48ca-b115-29bb310e149c {
  margin-bottom: 40px;
min-height: 888px;
background-color: rgba(0, 0, 0, 1);
}








#s-8ede0077-4fc8-48ca-b115-29bb310e149c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8ede0077-4fc8-48ca-b115-29bb310e149c.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-3326ffe3-e33b-40be-afd0-ad9fe1da15d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3326ffe3-e33b-40be-afd0-ad9fe1da15d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3326ffe3-e33b-40be-afd0-ad9fe1da15d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3326ffe3-e33b-40be-afd0-ad9fe1da15d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b3da20a-a9b1-4090-8b34-aed7e21babc9 {
  text-align: center;
}







  #s-6b3da20a-a9b1-4090-8b34-aed7e21babc9 img.shogun-image {
    

    
    
    
  }


#s-6b3da20a-a9b1-4090-8b34-aed7e21babc9 .shogun-image-content {
  
    align-items: center;
  
}

#s-b03d6e04-f203-401d-85b5-016ef2be3715 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (max-width: 767px){#s-b03d6e04-f203-401d-85b5-016ef2be3715 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-b03d6e04-f203-401d-85b5-016ef2be3715 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b03d6e04-f203-401d-85b5-016ef2be3715.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-228dca72-3521-4efd-8353-0039e78596f1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-228dca72-3521-4efd-8353-0039e78596f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-228dca72-3521-4efd-8353-0039e78596f1 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-7a31d9e4-6779-4286-815a-5da48c2c89ee {
  margin-top: 10px;
}

#s-eac63d55-ecaf-4438-94af-caf4f2f22654 {
  min-height: 50px;
}








#s-eac63d55-ecaf-4438-94af-caf4f2f22654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eac63d55-ecaf-4438-94af-caf4f2f22654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f57022e9-ec14-474b-900c-70190167c35c {
  text-align: center;
}







  #s-f57022e9-ec14-474b-900c-70190167c35c img.shogun-image {
    

    
    
    
  }


#s-f57022e9-ec14-474b-900c-70190167c35c .shogun-image-content {
  
    align-items: center;
  
}

#s-d93c10de-a6c5-4c03-817a-b565ed7f280c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d93c10de-a6c5-4c03-817a-b565ed7f280c .shogun-heading-component h6 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 12px;
  
  
  text-align: center;
}



#s-3ff12f04-f955-4251-ba6d-42f2550cc654 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 40px;
min-height: 554px;
background-position: center center;
}








#s-3ff12f04-f955-4251-ba6d-42f2550cc654 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ff12f04-f955-4251-ba6d-42f2550cc654.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3831ebe4-f12f-4acc-9fb1-dbdf796e0514 {
  min-height: 50px;
}








#s-3831ebe4-f12f-4acc-9fb1-dbdf796e0514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3831ebe4-f12f-4acc-9fb1-dbdf796e0514.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-202650cd-da02-404f-ac79-e1bf43302188"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-202650cd-da02-404f-ac79-e1bf43302188"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-202650cd-da02-404f-ac79-e1bf43302188"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-202650cd-da02-404f-ac79-e1bf43302188"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px) {
  [id="s-202650cd-da02-404f-ac79-e1bf43302188"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5723c751-ae21-4bf3-82a4-701c5ad96608 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (max-width: 767px){#s-5723c751-ae21-4bf3-82a4-701c5ad96608 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-5723c751-ae21-4bf3-82a4-701c5ad96608 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5723c751-ae21-4bf3-82a4-701c5ad96608.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c99ff73-be44-4dd4-b64c-82dafda4a081 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-3c99ff73-be44-4dd4-b64c-82dafda4a081"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 768px) {
[id="s-3c99ff73-be44-4dd4-b64c-82dafda4a081"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3c99ff73-be44-4dd4-b64c-82dafda4a081"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-3c99ff73-be44-4dd4-b64c-82dafda4a081"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3c99ff73-be44-4dd4-b64c-82dafda4a081"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-3c99ff73-be44-4dd4-b64c-82dafda4a081"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 10.0px);
}

[id="s-3c99ff73-be44-4dd4-b64c-82dafda4a081"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 10.0px);
}

}

#s-d484860d-a019-4d17-ad1b-d58ed9b07084 {
  text-align: center;
}








#s-d484860d-a019-4d17-ad1b-d58ed9b07084 .shogun-image-content {
  
    align-items: center;
  
}

#s-9645b087-829d-4389-b508-40f30a6e0fb8 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9645b087-829d-4389-b508-40f30a6e0fb8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-9645b087-829d-4389-b508-40f30a6e0fb8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 21px;
  
  
  text-align: left;
}


}
#s-b7746975-55f4-44f6-b246-897563a7ead9 {
  text-align: center;
}
@media (max-width: 767px){#s-b7746975-55f4-44f6-b246-897563a7ead9 {
  padding-top: 20px;
padding-bottom: 20px;
}
}






  #s-b7746975-55f4-44f6-b246-897563a7ead9 img.shogun-image {
    

    
    
    
  }


#s-b7746975-55f4-44f6-b246-897563a7ead9 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d74dfaa-9b40-4f6b-accc-2b420fac1c72 {
  margin-bottom: 40px;
min-height: 700px;
background-color: rgba(29, 34, 36, 1);
}








#s-6d74dfaa-9b40-4f6b-accc-2b420fac1c72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d74dfaa-9b40-4f6b-accc-2b420fac1c72.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-473f5912-dcf7-4ad1-9360-a6da4b6f285f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-473f5912-dcf7-4ad1-9360-a6da4b6f285f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-473f5912-dcf7-4ad1-9360-a6da4b6f285f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-473f5912-dcf7-4ad1-9360-a6da4b6f285f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-473f5912-dcf7-4ad1-9360-a6da4b6f285f"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-1ceec3f4-fd4f-4cfe-833a-8cde75c65d3b {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}
@media (max-width: 767px){#s-1ceec3f4-fd4f-4cfe-833a-8cde75c65d3b {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-1ceec3f4-fd4f-4cfe-833a-8cde75c65d3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1ceec3f4-fd4f-4cfe-833a-8cde75c65d3b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5358a876-5d2d-4dad-82cd-eabc4a5f59c7 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5358a876-5d2d-4dad-82cd-eabc4a5f59c7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 30px;
  
  
  text-align: left;
}



#s-37530d70-4607-4d3c-a072-78c8607b1b49 {
  margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-37530d70-4607-4d3c-a072-78c8607b1b49"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-37530d70-4607-4d3c-a072-78c8607b1b49"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-37530d70-4607-4d3c-a072-78c8607b1b49"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-37530d70-4607-4d3c-a072-78c8607b1b49"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c7609bc0-ca67-4d53-ab72-9252a8306cfb {
  min-height: 50px;
}








#s-c7609bc0-ca67-4d53-ab72-9252a8306cfb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7609bc0-ca67-4d53-ab72-9252a8306cfb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-14cec575-5191-4cdf-9242-8f6c4f8559dd {
  text-align: center;
}
@media (max-width: 767px){#s-14cec575-5191-4cdf-9242-8f6c4f8559dd {
  padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
}
}






  #s-14cec575-5191-4cdf-9242-8f6c4f8559dd img.shogun-image {
    

    
    
    
  }


#s-14cec575-5191-4cdf-9242-8f6c4f8559dd .shogun-image-content {
  
    align-items: center;
  
}

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

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn-text {
  font-weight: ;
  font-family: ;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5 {
  margin-top: 50px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-radius: 8px;
background-color: rgba(47, 47, 47, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5-root {
    text-align: center;
  }


#s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5-root {
    text-align: center;
  }


#s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5-root {
    text-align: center;
  }


#s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5-root {
    text-align: center;
  }


#s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5-root {
    text-align: center;
  }


#s-f8ecfe52-efcc-49e4-92d3-ac7d693bb1e5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-a94338a3-4ee8-41c7-a01a-9bae7b3c86eb {
  margin-bottom: 40px;
min-height: 50px;
background-color: rgba(20, 23, 24, 1);
}








#s-a94338a3-4ee8-41c7-a01a-9bae7b3c86eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a94338a3-4ee8-41c7-a01a-9bae7b3c86eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e04c0ef0-3062-4ade-8d08-17ee01858e93 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e04c0ef0-3062-4ade-8d08-17ee01858e93 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 30px;
  
  
  
}


@media (max-width: 767px){#s-e04c0ef0-3062-4ade-8d08-17ee01858e93 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 21px;
  
  
  
}


}
#s-903778cc-c4c7-4109-8d23-ee3ce0f9d15e hr {
  border-top: 2px solid #ddd;
}

#s-cffe7d47-2b5d-4bda-9258-c86cf044ec00 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
min-height: 50px;
max-width: 80%;
}








#s-cffe7d47-2b5d-4bda-9258-c86cf044ec00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cffe7d47-2b5d-4bda-9258-c86cf044ec00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-167cfa67-639f-4d85-9a9f-874f219fb60b {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-167cfa67-639f-4d85-9a9f-874f219fb60b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-167cfa67-639f-4d85-9a9f-874f219fb60b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-167cfa67-639f-4d85-9a9f-874f219fb60b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-167cfa67-639f-4d85-9a9f-874f219fb60b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e5bcb061-e429-4131-89c3-93efd8e8d8b4 {
  text-align: center;
}







  #s-e5bcb061-e429-4131-89c3-93efd8e8d8b4 img.shogun-image {
    

    
    
    
  }


#s-e5bcb061-e429-4131-89c3-93efd8e8d8b4 .shogun-image-content {
  
    align-items: center;
  
}

#s-491b0676-bf89-4fb0-acb5-a361a3a6cc9f {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-491b0676-bf89-4fb0-acb5-a361a3a6cc9f .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 4.2px;
  
}



#s-8b3dee23-df8f-49be-bfb2-433a38ab6448 {
  text-align: center;
}







  #s-8b3dee23-df8f-49be-bfb2-433a38ab6448 img.shogun-image {
    

    
    
    
  }


#s-8b3dee23-df8f-49be-bfb2-433a38ab6448 .shogun-image-content {
  
    align-items: center;
  
}

#s-99ee7a8f-2b2c-4f38-aa9c-6c6a9e687f8d {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99ee7a8f-2b2c-4f38-aa9c-6c6a9e687f8d .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 4.2px;
  
}



#s-ed385fdb-c012-4f01-a307-abb3a7ee628c {
  text-align: center;
}







  #s-ed385fdb-c012-4f01-a307-abb3a7ee628c img.shogun-image {
    

    
    
    
  }


#s-ed385fdb-c012-4f01-a307-abb3a7ee628c .shogun-image-content {
  
    align-items: center;
  
}

#s-ec79ea0e-690e-40b8-8509-754fc052d97e {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ec79ea0e-690e-40b8-8509-754fc052d97e .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 4.2px;
  
}



@media (min-width: 0px) {
[id="s-e62de642-d660-4794-81f6-133972d43860"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e62de642-d660-4794-81f6-133972d43860"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e62de642-d660-4794-81f6-133972d43860"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e62de642-d660-4794-81f6-133972d43860"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-00cc764e-5de7-499e-81b7-1b5e7f69d3d3 {
  text-align: center;
}







  #s-00cc764e-5de7-499e-81b7-1b5e7f69d3d3 img.shogun-image {
    

    
    
    
  }


#s-00cc764e-5de7-499e-81b7-1b5e7f69d3d3 .shogun-image-content {
  
    align-items: center;
  
}

#s-891bc915-437e-4e82-b6e3-d172121c01ef {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-891bc915-437e-4e82-b6e3-d172121c01ef .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 4.2px;
  
}



#s-3d2ae942-878f-4da0-bbdf-2202d0f78992 {
  text-align: center;
}







  #s-3d2ae942-878f-4da0-bbdf-2202d0f78992 img.shogun-image {
    

    
    
    
  }


#s-3d2ae942-878f-4da0-bbdf-2202d0f78992 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a4a88af-ce4f-4e2d-9561-adb18390664b {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2a4a88af-ce4f-4e2d-9561-adb18390664b .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 4.2px;
  
}



#s-92bb3ac3-1d38-4286-8fb7-bbea4695efc3 {
  text-align: center;
}







  #s-92bb3ac3-1d38-4286-8fb7-bbea4695efc3 img.shogun-image {
    

    
    
    
  }


#s-92bb3ac3-1d38-4286-8fb7-bbea4695efc3 .shogun-image-content {
  
    align-items: center;
  
}

#s-521f8b64-a6e4-404a-bda1-f1a6677c0786 {
  margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-521f8b64-a6e4-404a-bda1-f1a6677c0786 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 14px;
  
  letter-spacing: 4.2px;
  
}



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