.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-23c5bc29-6cb2-4dcb-8496-0d4b8f247238 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 20%;
padding-bottom: 100px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238 {
  padding-left: 30%;
padding-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238 {
  padding-left: 30%;
padding-right: 30%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
}
#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238 {
  background-image: url(https://i.shgcdn.com/091ee0ac-be33-47ab-929b-dbd0e20c07fe/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-23c5bc29-6cb2-4dcb-8496-0d4b8f247238.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-c82cc98a-ee24-41af-a14b-0e85804a50c6 {
  box-shadow:2px 2px 2px 2px rgba(0, 0, 0, 0.08);
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 50px;
padding-left: 5%;
padding-bottom: 50px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c82cc98a-ee24-41af-a14b-0e85804a50c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c82cc98a-ee24-41af-a14b-0e85804a50c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-image-content-wrapper .shogun-image.hover~* {
  z-index: 1;
}
#s-4091da64-1163-445e-b6ed-693643d539f2 {
  margin-left: 25%;
margin-right: 25%;
padding-top: 2px;
padding-left: 20%;
padding-bottom: 2px;
padding-right: 20%;
text-align: left;
}







  img.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
    
    
  }


.s-4091da64-1163-445e-b6ed-693643d539f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
    
    
  }


.s-4091da64-1163-445e-b6ed-693643d539f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
    
    
  }


.s-4091da64-1163-445e-b6ed-693643d539f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
    
    
  }


.s-4091da64-1163-445e-b6ed-693643d539f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
  box-sizing: border-box;
}



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





  img.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
    
    
  }


.s-4091da64-1163-445e-b6ed-693643d539f2 .shogun-image-content {
  
    align-items: center;
  
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shg-align-container {
  display: flex;
  justify-content: flex-start
}

.s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4091da64-1163-445e-b6ed-693643d539f2.shogun-image {
  box-sizing: border-box;
}



}
.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-1354b58b-be03-4d1f-b39f-750496f9cc4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1354b58b-be03-4d1f-b39f-750496f9cc4f .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



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

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

#s-cb869222-3be7-4477-a229-43647debb9e2 hr {
  border-top: 1px solid rgba(205, 205, 205, 1);
}

#s-912c65f8-430c-44b5-99d5-cd5e8d0661cb {
  min-height: 50px;
}








#s-912c65f8-430c-44b5-99d5-cd5e8d0661cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-912c65f8-430c-44b5-99d5-cd5e8d0661cb.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-9c7fa081-b719-41e6-a570-22f207750924 {
  padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 1200px){#s-9c7fa081-b719-41e6-a570-22f207750924 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c7fa081-b719-41e6-a570-22f207750924 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9c7fa081-b719-41e6-a570-22f207750924 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-9c7fa081-b719-41e6-a570-22f207750924 {
  padding-left: 0%;
padding-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-9c7fa081-b719-41e6-a570-22f207750924"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c7fa081-b719-41e6-a570-22f207750924"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9c7fa081-b719-41e6-a570-22f207750924"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c7fa081-b719-41e6-a570-22f207750924"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9c7fa081-b719-41e6-a570-22f207750924"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-ab8c094f-7bd1-4300-9fba-3e18a6a9b481 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 650px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-ab8c094f-7bd1-4300-9fba-3e18a6a9b481 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab8c094f-7bd1-4300-9fba-3e18a6a9b481 {
  min-height: 800px;
}
}@media (max-width: 767px){#s-ab8c094f-7bd1-4300-9fba-3e18a6a9b481 {
  min-height: 550px;
}
}







#s-ab8c094f-7bd1-4300-9fba-3e18a6a9b481 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab8c094f-7bd1-4300-9fba-3e18a6a9b481.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28b84984-a9e2-460a-bf44-8798059db765 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 10%;
padding-right: 10%;
min-height: 650px;
background-color: rgba(214, 243, 255, 1);
}
@media (min-width: 1200px){#s-28b84984-a9e2-460a-bf44-8798059db765 {
  min-height: 800px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-28b84984-a9e2-460a-bf44-8798059db765 {
  min-height: 800px;
}
}@media (max-width: 767px){#s-28b84984-a9e2-460a-bf44-8798059db765 {
  margin-left: 0%;
margin-right: 0%;
padding-left: 2%;
padding-right: 2%;
min-height: 500px;
}
}







#s-28b84984-a9e2-460a-bf44-8798059db765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b84984-a9e2-460a-bf44-8798059db765.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-755215d7-50e6-4590-a455-3730de974cb7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-755215d7-50e6-4590-a455-3730de974cb7 .shogun-heading-component h3 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9ea8f0cb-8ef3-4122-9f7d-b6f3ebf323fd {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
@media (min-width: 1200px){#s-9ea8f0cb-8ef3-4122-9f7d-b6f3ebf323fd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ea8f0cb-8ef3-4122-9f7d-b6f3ebf323fd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ea8f0cb-8ef3-4122-9f7d-b6f3ebf323fd {
  
}
}@media (max-width: 767px){#s-9ea8f0cb-8ef3-4122-9f7d-b6f3ebf323fd {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
}
#s-9ea8f0cb-8ef3-4122-9f7d-b6f3ebf323fd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  line-height: 1.4em;
  
  
}


@media (max-width: 767px){#s-9ea8f0cb-8ef3-4122-9f7d-b6f3ebf323fd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  line-height: 1.4em;
  
  text-align: center;
}


}
#s-aa2c0003-e1a1-4150-ab38-bee680997083 {
  padding-left: 0%;
padding-right: 0%;
}

#s-aa2c0003-e1a1-4150-ab38-bee680997083 hr {
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-86234031-c606-425b-94da-3f3b300a5ea8 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 20px;
padding-bottom: 20px;
text-align: center;
}
@media (min-width: 1200px){#s-86234031-c606-425b-94da-3f3b300a5ea8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-86234031-c606-425b-94da-3f3b300a5ea8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-86234031-c606-425b-94da-3f3b300a5ea8 {
  
}
}@media (max-width: 767px){#s-86234031-c606-425b-94da-3f3b300a5ea8 {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}
}
#s-86234031-c606-425b-94da-3f3b300a5ea8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.6em;
  
  
}


@media (max-width: 767px){#s-86234031-c606-425b-94da-3f3b300a5ea8 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  line-height: 1.6em;
  
  text-align: center;
}


}
#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 20%;
padding-bottom: 100px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
}







#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-328f83aa-6da0-4a85-9f1a-23eba1c9c296.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-210c6ea9-9f2b-4fe6-b096-65323f2143aa {
  padding-top: 10px;
padding-bottom: 50px;
text-align: center;
}

#s-210c6ea9-9f2b-4fe6-b096-65323f2143aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-210c6ea9-9f2b-4fe6-b096-65323f2143aa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  
}


}
@media (min-width: 0px) {
[id="s-60f61f5e-d4e0-42d1-8ea1-07ec312405e7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60f61f5e-d4e0-42d1-8ea1-07ec312405e7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 992px) {
[id="s-60f61f5e-d4e0-42d1-8ea1-07ec312405e7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 25.0px);
}

}

@media (min-width: 1200px) {
[id="s-60f61f5e-d4e0-42d1-8ea1-07ec312405e7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 25.0px);
}

}

#s-c9088d22-c6d5-4095-83a6-b177189be876 {
  text-align: center;
}
@media (max-width: 767px){#s-c9088d22-c6d5-4095-83a6-b177189be876 {
  margin-top: 40px;
margin-bottom: 40px;
}
}






  img.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
    
    
  }


.s-c9088d22-c6d5-4095-83a6-b177189be876 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
    
    
  }


.s-c9088d22-c6d5-4095-83a6-b177189be876 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
    
    
  }


.s-c9088d22-c6d5-4095-83a6-b177189be876 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
    
    
  }


.s-c9088d22-c6d5-4095-83a6-b177189be876 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
  box-sizing: border-box;
}



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





  img.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
    
    
  }


.s-c9088d22-c6d5-4095-83a6-b177189be876 .shogun-image-content {
  
    align-items: center;
  
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c9088d22-c6d5-4095-83a6-b177189be876.shogun-image {
  box-sizing: border-box;
}



}
#s-da03bbf7-f6f4-49a8-b447-3bb8c19c3a3d {
  margin-left: 0%;
margin-right: 0%;
}

#s-3ecc16da-6647-4a79-961f-dab84da6bf00 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 20%;
padding-bottom: 100px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3ecc16da-6647-4a79-961f-dab84da6bf00 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ecc16da-6647-4a79-961f-dab84da6bf00 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ecc16da-6647-4a79-961f-dab84da6bf00 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3ecc16da-6647-4a79-961f-dab84da6bf00 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
}







#s-3ecc16da-6647-4a79-961f-dab84da6bf00 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3ecc16da-6647-4a79-961f-dab84da6bf00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-3ecc16da-6647-4a79-961f-dab84da6bf00 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3ecc16da-6647-4a79-961f-dab84da6bf00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-fbe2164d-499b-4368-b0cc-aaaa17725ba2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-fbe2164d-499b-4368-b0cc-aaaa17725ba2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-9e294328-bee3-4fa4-af8b-0e8fa00fd86d {
  margin-top: 50px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 0px) {
[id="s-9e294328-bee3-4fa4-af8b-0e8fa00fd86d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9e294328-bee3-4fa4-af8b-0e8fa00fd86d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9e294328-bee3-4fa4-af8b-0e8fa00fd86d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9e294328-bee3-4fa4-af8b-0e8fa00fd86d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

#s-e611504f-d93f-43ee-8b6b-1ae33817ef36 {
  text-align: center;
}







  img.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
    
    
  }


.s-e611504f-d93f-43ee-8b6b-1ae33817ef36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
    
    
  }


.s-e611504f-d93f-43ee-8b6b-1ae33817ef36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
    
    
  }


.s-e611504f-d93f-43ee-8b6b-1ae33817ef36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
    
    
  }


.s-e611504f-d93f-43ee-8b6b-1ae33817ef36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
  box-sizing: border-box;
}



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





  img.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
    
    
  }


.s-e611504f-d93f-43ee-8b6b-1ae33817ef36 .shogun-image-content {
  
    align-items: center;
  
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shg-align-container {
  display: flex;
  justify-content: center
}

.s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-e611504f-d93f-43ee-8b6b-1ae33817ef36.shogun-image {
  box-sizing: border-box;
}



}
#s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241 {
  text-align: center;
}







  img.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
    
    
  }


.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
    
    
  }


.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
    
    
  }


.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
    
    
  }


.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
  box-sizing: border-box;
}



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





  img.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
    
    
  }


.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241 .shogun-image-content {
  
    align-items: center;
  
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shg-align-container {
  display: flex;
  justify-content: center
}

.s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-5f3c92e3-00c0-4c7a-bb3d-3e73bf906241.shogun-image {
  box-sizing: border-box;
}



}
#s-6aa47922-194f-48c5-9d47-b5fdf6a07876 {
  text-align: center;
}







  img.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
    
    
  }


.s-6aa47922-194f-48c5-9d47-b5fdf6a07876 .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
  box-sizing: border-box;
}



@media (min-width: 1200px){





  img.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
    
    
  }


.s-6aa47922-194f-48c5-9d47-b5fdf6a07876 .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
    
    
  }


.s-6aa47922-194f-48c5-9d47-b5fdf6a07876 .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
    
    
  }


.s-6aa47922-194f-48c5-9d47-b5fdf6a07876 .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
  box-sizing: border-box;
}



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





  img.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
    
    
  }


.s-6aa47922-194f-48c5-9d47-b5fdf6a07876 .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shg-align-container {
  display: flex;
  justify-content: center
}

.s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47922-194f-48c5-9d47-b5fdf6a07876.shogun-image {
  box-sizing: border-box;
}



}
#s-93cabcc0-da70-4cac-82e1-51b00e8d4c13 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-93cabcc0-da70-4cac-82e1-51b00e8d4c13 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-93cabcc0-da70-4cac-82e1-51b00e8d4c13"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-1c1125c9-aafe-496b-b0ab-8d79cb5f3503 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1c1125c9-aafe-496b-b0ab-8d79cb5f3503 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-f97ae0c5-fed5-48a8-93fd-2be78b48788a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f97ae0c5-fed5-48a8-93fd-2be78b48788a .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-001a580c-2f2c-411f-8ec9-bc1c0e53a466 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-001a580c-2f2c-411f-8ec9-bc1c0e53a466 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-001a580c-2f2c-411f-8ec9-bc1c0e53a466 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-001a580c-2f2c-411f-8ec9-bc1c0e53a466 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-bd245b16-5103-4c8c-8cc7-63b76b37c107 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-bd245b16-5103-4c8c-8cc7-63b76b37c107 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-bd245b16-5103-4c8c-8cc7-63b76b37c107"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-f430fb05-324f-474f-90d3-89f7229f46ca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f430fb05-324f-474f-90d3-89f7229f46ca .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-02892687-9bf6-4214-835b-cdbe32707499 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02892687-9bf6-4214-835b-cdbe32707499 .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-f005d379-db2e-430b-80b7-ee025dfa16c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-f005d379-db2e-430b-80b7-ee025dfa16c6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-f005d379-db2e-430b-80b7-ee025dfa16c6 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-f005d379-db2e-430b-80b7-ee025dfa16c6 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-ec1b7802-e792-430b-b7c6-7585f0f47eb0 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-ec1b7802-e792-430b-b7c6-7585f0f47eb0 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ec1b7802-e792-430b-b7c6-7585f0f47eb0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b44ebebb-59e5-4595-b324-050f88d4100c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b44ebebb-59e5-4595-b324-050f88d4100c .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-0f019a20-c98a-420b-9ef4-9168548a3855 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f019a20-c98a-420b-9ef4-9168548a3855 .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-2e0044f2-f2f9-4d94-8fde-91139af25f22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-2e0044f2-f2f9-4d94-8fde-91139af25f22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-2e0044f2-f2f9-4d94-8fde-91139af25f22 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-2e0044f2-f2f9-4d94-8fde-91139af25f22 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-bcec2481-dca7-4e1b-8bfa-a816eeea8e8e hr {
  border-top: 1px solid #ddd;
}

#s-63ded850-56c0-4bee-8096-8926afc2c371 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-63ded850-56c0-4bee-8096-8926afc2c371 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-63ded850-56c0-4bee-8096-8926afc2c371"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-b518029c-c49f-4e87-a9b0-73d85c2d63ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b518029c-c49f-4e87-a9b0-73d85c2d63ec .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-32552e4a-c412-4e10-acd0-d3728fcb2734 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-32552e4a-c412-4e10-acd0-d3728fcb2734 .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-3b3e348b-f29e-4555-b2fd-b5f9491b5100 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-3b3e348b-f29e-4555-b2fd-b5f9491b5100 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-3b3e348b-f29e-4555-b2fd-b5f9491b5100 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-3b3e348b-f29e-4555-b2fd-b5f9491b5100 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-e5e6f8e0-bb86-4061-9101-104a0a534cba {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-e5e6f8e0-bb86-4061-9101-104a0a534cba {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e5e6f8e0-bb86-4061-9101-104a0a534cba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-4d6c0191-2e8a-4d67-b5b8-ef1f7006ee2e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4d6c0191-2e8a-4d67-b5b8-ef1f7006ee2e .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-b4fe13c5-1ebd-4942-a180-8a583d21ef4b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4fe13c5-1ebd-4942-a180-8a583d21ef4b .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-cb9ae1b5-2dae-45d6-900c-8d5a6d69a0a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-cb9ae1b5-2dae-45d6-900c-8d5a6d69a0a0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-cb9ae1b5-2dae-45d6-900c-8d5a6d69a0a0 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-cb9ae1b5-2dae-45d6-900c-8d5a6d69a0a0 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-de22a38a-3ca0-4f14-ab10-dbce226397d1 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-de22a38a-3ca0-4f14-ab10-dbce226397d1 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-de22a38a-3ca0-4f14-ab10-dbce226397d1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-36254cce-e271-4279-8e93-9626d5b3c074 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-36254cce-e271-4279-8e93-9626d5b3c074 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-f6325f61-f51f-49ba-9c61-8deb5d3f4e45 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f6325f61-f51f-49ba-9c61-8deb5d3f4e45 .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-7632f22d-dab3-4c0f-b0b1-647b58bbc7bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-7632f22d-dab3-4c0f-b0b1-647b58bbc7bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-7632f22d-dab3-4c0f-b0b1-647b58bbc7bd .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-7632f22d-dab3-4c0f-b0b1-647b58bbc7bd .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-94dd1352-f11b-463e-a16e-04f7a00066e2 hr {
  border-top: 1px solid #ddd;
}

#s-f36f52dd-d474-4a30-bf39-641a22da7939 {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-f36f52dd-d474-4a30-bf39-641a22da7939 {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f36f52dd-d474-4a30-bf39-641a22da7939"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-51110d71-711b-4232-aa66-9bb3949cabca {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-51110d71-711b-4232-aa66-9bb3949cabca .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-10d674ee-0c75-4cfb-afce-3d2385d09880 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10d674ee-0c75-4cfb-afce-3d2385d09880 .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-9f765921-886c-4c75-b63b-081f3fb4c763 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-9f765921-886c-4c75-b63b-081f3fb4c763 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-9f765921-886c-4c75-b63b-081f3fb4c763 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-9f765921-886c-4c75-b63b-081f3fb4c763 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-e4e5d557-03ce-447c-bf7b-ec2d718c7800 hr {
  border-top: 1px solid #ddd;
}

#s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc {
  padding-top: 20px;
padding-bottom: 20px;
}
@media (max-width: 767px){#s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-a3e80ab5-96d4-4549-a7d6-b8898bd4aadc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-fa858057-2f66-43ad-8109-b3ef21d66bfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa858057-2f66-43ad-8109-b3ef21d66bfa .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}



#s-852aac39-cead-4f01-8977-3db2b1d23d75 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-852aac39-cead-4f01-8977-3db2b1d23d75 .shogun-heading-component h1 {
  color: rgba(110, 110, 110, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-6fdc7a0f-bd49-4139-9c22-eb4daf341bd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (max-width: 767px){#s-6fdc7a0f-bd49-4139-9c22-eb4daf341bd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
}
#s-6fdc7a0f-bd49-4139-9c22-eb4daf341bd6 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: right;
}


@media (max-width: 767px){#s-6fdc7a0f-bd49-4139-9c22-eb4daf341bd6 .shogun-heading-component h1 {
  color: rgba(59, 171, 232, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 26px;
  
  
  text-align: left;
}


}
#s-b013db2a-9e73-40ed-888e-7daa6e803e4d hr {
  border-top: 1px solid #ddd;
}

#s-2f96e507-1be9-4cc5-8626-2d27cbbb558b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-2f96e507-1be9-4cc5-8626-2d27cbbb558b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: right;
}



#s-0e22e7a9-8309-4165-9033-714409f1bac9 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 20%;
padding-bottom: 100px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0e22e7a9-8309-4165-9033-714409f1bac9 {
  padding-left: 30%;
padding-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e22e7a9-8309-4165-9033-714409f1bac9 {
  padding-left: 30%;
padding-right: 30%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e22e7a9-8309-4165-9033-714409f1bac9 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-0e22e7a9-8309-4165-9033-714409f1bac9 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
}







#s-0e22e7a9-8309-4165-9033-714409f1bac9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0e22e7a9-8309-4165-9033-714409f1bac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-0e22e7a9-8309-4165-9033-714409f1bac9 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0e22e7a9-8309-4165-9033-714409f1bac9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-151b7898-9f3a-446a-a2a5-7fcc48494c7b {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-151b7898-9f3a-446a-a2a5-7fcc48494c7b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
text-align: center;
}
}
#s-151b7898-9f3a-446a-a2a5-7fcc48494c7b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-151b7898-9f3a-446a-a2a5-7fcc48494c7b .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-7d725934-e404-4ced-a718-8223363dd367 {
  text-align: left;
}


  #s-7d725934-e404-4ced-a718-8223363dd367 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(238, 238, 238, 1);
    border: 1px solid #DDDDDD;
  }
  #s-7d725934-e404-4ced-a718-8223363dd367 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-7d725934-e404-4ced-a718-8223363dd367 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(163, 163, 163, 1);
  font-family: Poppins;
  font-weight: ;
  font-style: ;
  font-size: 18px;
}

#s-7d725934-e404-4ced-a718-8223363dd367 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(103, 193, 242, 1);
}

#s-7d725934-e404-4ced-a718-8223363dd367 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-7d725934-e404-4ced-a718-8223363dd367 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

#s-91abeb0f-1573-4562-a1ea-16b65f6cdafd {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-91abeb0f-1573-4562-a1ea-16b65f6cdafd {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-91abeb0f-1573-4562-a1ea-16b65f6cdafd .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-91abeb0f-1573-4562-a1ea-16b65f6cdafd .shg-sld-nav-button.shg-sld-left,
#s-91abeb0f-1573-4562-a1ea-16b65f6cdafd .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-a8859d10-53bd-48ec-bf64-0f9a367609d2 {
  text-align: center;
}








#s-a8859d10-53bd-48ec-bf64-0f9a367609d2 .shogun-image-content {
  
    align-items: center;
  
}

#s-21829ee5-5dde-4b6b-8b51-c07702aac53a {
  text-align: center;
}








#s-21829ee5-5dde-4b6b-8b51-c07702aac53a .shogun-image-content {
  
    align-items: center;
  
}

#s-43923cba-9d30-4d07-82d2-8c332fc97a32 {
  text-align: center;
}







  #s-43923cba-9d30-4d07-82d2-8c332fc97a32 img.shogun-image {
    

    
    
    
  }


#s-43923cba-9d30-4d07-82d2-8c332fc97a32 .shogun-image-content {
  
    align-items: center;
  
}

#s-826f4f72-f189-4005-95a4-491fd2b178a6 {
  text-align: center;
}







  #s-826f4f72-f189-4005-95a4-491fd2b178a6 img.shogun-image {
    

    
    
    
  }


#s-826f4f72-f189-4005-95a4-491fd2b178a6 .shogun-image-content {
  
    align-items: center;
  
}

#s-797444df-4280-47a5-ad8b-9072d90f0db9 {
  text-align: center;
}







  #s-797444df-4280-47a5-ad8b-9072d90f0db9 img.shogun-image {
    

    
    
    
  }


#s-797444df-4280-47a5-ad8b-9072d90f0db9 .shogun-image-content {
  
    align-items: center;
  
}

#s-2921a031-8725-468e-ab21-5cff45577230 {
  text-align: center;
}







  #s-2921a031-8725-468e-ab21-5cff45577230 img.shogun-image {
    

    
    
    
  }


#s-2921a031-8725-468e-ab21-5cff45577230 .shogun-image-content {
  
    align-items: center;
  
}

#s-f80e8c9c-3d15-4822-b363-1dec45dd18ab {
  text-align: center;
}







  #s-f80e8c9c-3d15-4822-b363-1dec45dd18ab img.shogun-image {
    

    
    
    
  }


#s-f80e8c9c-3d15-4822-b363-1dec45dd18ab .shogun-image-content {
  
    align-items: center;
  
}

#s-78fa47ee-e759-4106-802d-0b71295b0b7a {
  text-align: center;
}







  #s-78fa47ee-e759-4106-802d-0b71295b0b7a img.shogun-image {
    

    
    
    
  }


#s-78fa47ee-e759-4106-802d-0b71295b0b7a .shogun-image-content {
  
    align-items: center;
  
}

#s-aa0a9cc1-e31c-4287-a9a9-ea1c8773f2bd {
  text-align: center;
}







  #s-aa0a9cc1-e31c-4287-a9a9-ea1c8773f2bd img.shogun-image {
    

    
    
    
  }


#s-aa0a9cc1-e31c-4287-a9a9-ea1c8773f2bd .shogun-image-content {
  
    align-items: center;
  
}

#s-ee50981b-ff63-4250-836c-603d2b561a44 {
  text-align: center;
}







  #s-ee50981b-ff63-4250-836c-603d2b561a44 img.shogun-image {
    

    
    
    
  }


#s-ee50981b-ff63-4250-836c-603d2b561a44 .shogun-image-content {
  
    align-items: center;
  
}

#s-66b3fd71-84ed-4802-97e1-3fb26711e26c {
  text-align: center;
}







  #s-66b3fd71-84ed-4802-97e1-3fb26711e26c img.shogun-image {
    

    
    
    
  }


#s-66b3fd71-84ed-4802-97e1-3fb26711e26c .shogun-image-content {
  
    align-items: center;
  
}

#s-92b4c1c9-30f8-455b-a383-bcb8ed511946 {
  text-align: center;
}







  #s-92b4c1c9-30f8-455b-a383-bcb8ed511946 img.shogun-image {
    

    
    
    
  }


#s-92b4c1c9-30f8-455b-a383-bcb8ed511946 .shogun-image-content {
  
    align-items: center;
  
}

#s-cd13b0a8-3688-4567-81b3-67aca4cf2c5b {
  text-align: center;
}








#s-cd13b0a8-3688-4567-81b3-67aca4cf2c5b .shogun-image-content {
  
    align-items: center;
  
}

#s-cc25c179-9d99-4964-b17e-af7803814a04 {
  text-align: center;
}








#s-cc25c179-9d99-4964-b17e-af7803814a04 .shogun-image-content {
  
    align-items: center;
  
}

#s-55d9f168-ecfe-4fe3-9ead-df0edccf2a4d {
  text-align: center;
}








#s-55d9f168-ecfe-4fe3-9ead-df0edccf2a4d .shogun-image-content {
  
    align-items: center;
  
}

#s-37038ebe-43ba-485e-93e2-b5ee0e16159e {
  text-align: center;
}








#s-37038ebe-43ba-485e-93e2-b5ee0e16159e .shogun-image-content {
  
    align-items: center;
  
}

#s-b39c1117-ea96-4510-9408-249e80367183 {
  text-align: center;
}








#s-b39c1117-ea96-4510-9408-249e80367183 .shogun-image-content {
  
    align-items: center;
  
}

#s-3a13434a-ecfd-42ec-ad20-56c0d51df356 {
  text-align: center;
}








#s-3a13434a-ecfd-42ec-ad20-56c0d51df356 .shogun-image-content {
  
    align-items: center;
  
}

#s-8ab7d6ca-0c3c-48f4-878e-846fd10df2fe {
  text-align: center;
}
@media (max-width: 767px){#s-8ab7d6ca-0c3c-48f4-878e-846fd10df2fe {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-8ab7d6ca-0c3c-48f4-878e-846fd10df2fe .shogun-image-content {
  
    align-items: center;
  
}

#s-d669b0b5-b50e-49da-847e-f89584b49f14 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
}
@media (max-width: 767px){#s-d669b0b5-b50e-49da-847e-f89584b49f14 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-d669b0b5-b50e-49da-847e-f89584b49f14 .shg-sld-dot {
  background-color: rgba(255, 255, 255, 1);
}

#s-d669b0b5-b50e-49da-847e-f89584b49f14 .shg-sld-nav-button.shg-sld-left,
#s-d669b0b5-b50e-49da-847e-f89584b49f14 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(255, 255, 255, 1);
}

#s-19a68a58-80c7-418d-8676-32c6de8eef26 {
  text-align: center;
}







  #s-19a68a58-80c7-418d-8676-32c6de8eef26 img.shogun-image {
    

    
    
    
  }


#s-19a68a58-80c7-418d-8676-32c6de8eef26 .shogun-image-content {
  
    align-items: center;
  
}

#s-4cd9c619-b2e3-4b3b-96c8-2a2218940cd6 {
  text-align: center;
}








#s-4cd9c619-b2e3-4b3b-96c8-2a2218940cd6 .shogun-image-content {
  
    align-items: center;
  
}

#s-54fd0bde-c553-4bbf-89a7-c384ebba098b {
  text-align: center;
}







  #s-54fd0bde-c553-4bbf-89a7-c384ebba098b img.shogun-image {
    

    
    
    
  }


#s-54fd0bde-c553-4bbf-89a7-c384ebba098b .shogun-image-content {
  
    align-items: center;
  
}

#s-9119c758-c946-4996-8542-757793010ae0 {
  text-align: center;
}







  #s-9119c758-c946-4996-8542-757793010ae0 img.shogun-image {
    

    
    
    
  }


#s-9119c758-c946-4996-8542-757793010ae0 .shogun-image-content {
  
    align-items: center;
  
}

#s-05787073-578a-495f-b135-dfc0f8e58441 {
  text-align: center;
}







  #s-05787073-578a-495f-b135-dfc0f8e58441 img.shogun-image {
    

    
    
    
  }


#s-05787073-578a-495f-b135-dfc0f8e58441 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ab93810-91cb-4dfc-8ee4-97c4bd8de4ce {
  text-align: center;
}







  #s-0ab93810-91cb-4dfc-8ee4-97c4bd8de4ce img.shogun-image {
    

    
    
    
  }


#s-0ab93810-91cb-4dfc-8ee4-97c4bd8de4ce .shogun-image-content {
  
    align-items: center;
  
}

#s-858130a9-46e2-47dc-9082-ffa080c96428 {
  text-align: center;
}







  #s-858130a9-46e2-47dc-9082-ffa080c96428 img.shogun-image {
    

    
    
    
  }


#s-858130a9-46e2-47dc-9082-ffa080c96428 .shogun-image-content {
  
    align-items: center;
  
}

#s-ed93bea1-92c2-4b7b-85db-5dd4af3b0f15 {
  text-align: center;
}







  #s-ed93bea1-92c2-4b7b-85db-5dd4af3b0f15 img.shogun-image {
    

    
    
    
  }


#s-ed93bea1-92c2-4b7b-85db-5dd4af3b0f15 .shogun-image-content {
  
    align-items: center;
  
}

#s-364cf9c4-c8b2-4971-a91e-9bf7ef045e51 {
  text-align: center;
}







  #s-364cf9c4-c8b2-4971-a91e-9bf7ef045e51 img.shogun-image {
    

    
    
    
  }


#s-364cf9c4-c8b2-4971-a91e-9bf7ef045e51 .shogun-image-content {
  
    align-items: center;
  
}

#s-193d520f-53a0-444b-8e5b-bc994c718e04 {
  text-align: center;
}







  #s-193d520f-53a0-444b-8e5b-bc994c718e04 img.shogun-image {
    

    
    
    
  }


#s-193d520f-53a0-444b-8e5b-bc994c718e04 .shogun-image-content {
  
    align-items: center;
  
}

#s-fed404e4-01aa-4ad3-8aab-03c6bfacf7f8 {
  text-align: center;
}







  #s-fed404e4-01aa-4ad3-8aab-03c6bfacf7f8 img.shogun-image {
    

    
    
    
  }


#s-fed404e4-01aa-4ad3-8aab-03c6bfacf7f8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f9d95412-3485-4c2e-9994-d80a66edd916 {
  text-align: center;
}







  #s-f9d95412-3485-4c2e-9994-d80a66edd916 img.shogun-image {
    

    
    
    
  }


#s-f9d95412-3485-4c2e-9994-d80a66edd916 .shogun-image-content {
  
    align-items: center;
  
}

#s-959e2f50-509e-4703-a553-b52891c12396 {
  text-align: center;
}








#s-959e2f50-509e-4703-a553-b52891c12396 .shogun-image-content {
  
    align-items: center;
  
}

#s-9f81d75b-00cd-4162-8916-d0eb36d7eee4 {
  text-align: center;
}








#s-9f81d75b-00cd-4162-8916-d0eb36d7eee4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4f8bb145-01ea-4ffc-9372-54796921c7f4 {
  text-align: center;
}








#s-4f8bb145-01ea-4ffc-9372-54796921c7f4 .shogun-image-content {
  
    align-items: center;
  
}

#s-88db898a-e582-43fe-8645-584793cccc59 {
  text-align: center;
}








#s-88db898a-e582-43fe-8645-584793cccc59 .shogun-image-content {
  
    align-items: center;
  
}

#s-a8598281-08c1-4a3b-adc3-b1cf449747d6 {
  text-align: center;
}








#s-a8598281-08c1-4a3b-adc3-b1cf449747d6 .shogun-image-content {
  
    align-items: center;
  
}

#s-43e42c11-7a6a-4644-b191-25f72b613b7c {
  text-align: center;
}








#s-43e42c11-7a6a-4644-b191-25f72b613b7c .shogun-image-content {
  
    align-items: center;
  
}

#s-0837fdff-eac4-4073-ad8e-1c30ef43f9bb {
  text-align: center;
}
@media (max-width: 767px){#s-0837fdff-eac4-4073-ad8e-1c30ef43f9bb {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-0837fdff-eac4-4073-ad8e-1c30ef43f9bb .shogun-image-content {
  
    align-items: center;
  
}

#s-ed29d704-6e9f-4f45-8817-1ae8483ec120 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 100px;
padding-left: 20%;
padding-bottom: 100px;
padding-right: 20%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-ed29d704-6e9f-4f45-8817-1ae8483ec120 {
  padding-left: 30%;
padding-right: 30%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ed29d704-6e9f-4f45-8817-1ae8483ec120 {
  padding-left: 30%;
padding-right: 30%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-ed29d704-6e9f-4f45-8817-1ae8483ec120 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-ed29d704-6e9f-4f45-8817-1ae8483ec120 {
  padding-top: 50px;
padding-left: 2%;
padding-bottom: 50px;
padding-right: 2%;
}
}







#s-ed29d704-6e9f-4f45-8817-1ae8483ec120 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ed29d704-6e9f-4f45-8817-1ae8483ec120.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-ed29d704-6e9f-4f45-8817-1ae8483ec120 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ed29d704-6e9f-4f45-8817-1ae8483ec120.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-72e34c1f-7c31-4579-96d8-005a1a8164cc {
  margin-top: 0px;
margin-bottom: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-72e34c1f-7c31-4579-96d8-005a1a8164cc {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 50px;
padding-right: 0%;
text-align: center;
}
}
#s-72e34c1f-7c31-4579-96d8-005a1a8164cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


@media (max-width: 767px){#s-72e34c1f-7c31-4579-96d8-005a1a8164cc .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: center;
}


}
#s-d84455a8-e4c7-4d0c-8971-b9ec65449f5c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d84455a8-e4c7-4d0c-8971-b9ec65449f5c .shg-sld-dot {
  background-color: rgba(67, 67, 67, 1);
}

#s-d84455a8-e4c7-4d0c-8971-b9ec65449f5c .shg-sld-nav-button.shg-sld-left,
#s-d84455a8-e4c7-4d0c-8971-b9ec65449f5c .shg-sld-nav-button.shg-sld-right {
  fill: rgba(67, 67, 67, 1);
}

#s-ab51bfa3-1736-4082-9bc4-42c7d1766304 {
  min-height: 50px;
}








#s-ab51bfa3-1736-4082-9bc4-42c7d1766304 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab51bfa3-1736-4082-9bc4-42c7d1766304.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-617f89b0-501b-482c-b679-36e68a41dc03 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-617f89b0-501b-482c-b679-36e68a41dc03 img.shogun-image {
    

    
    
    
  }


#s-617f89b0-501b-482c-b679-36e68a41dc03 .shogun-image-content {
  
    align-items: center;
  
}

#s-77d30468-a9f8-497b-99dd-65fd8a9ca004 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-77d30468-a9f8-497b-99dd-65fd8a9ca004 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-8be083a8-ae0e-472a-826c-0e6873dc3e6d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 246, 255, 0);
border-style: solid;
border-radius: 50px;
max-width: 1200px;
background-color: rgba(255, 143, 174, 1);
}

#s-c79e2f12-1667-4470-b9cd-af78032ce44a {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-c79e2f12-1667-4470-b9cd-af78032ce44a {
  margin-top: 20px;
margin-bottom: 50px;
}
}
#s-6d5293f6-6ec9-4e11-b1de-510436310512 {
  min-height: 50px;
}








#s-6d5293f6-6ec9-4e11-b1de-510436310512 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d5293f6-6ec9-4e11-b1de-510436310512.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d06be61b-5525-408a-9c9d-0fd8824f79cb {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-d06be61b-5525-408a-9c9d-0fd8824f79cb img.shogun-image {
    

    
    
    
  }


#s-d06be61b-5525-408a-9c9d-0fd8824f79cb .shogun-image-content {
  
    align-items: center;
  
}

#s-fdb8e6eb-d9d2-412a-9771-905ea0afe831 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fdb8e6eb-d9d2-412a-9771-905ea0afe831 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-2f98775c-de01-4fd0-9a1f-536f6d18a5d6 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 246, 255, 0);
border-style: solid;
border-radius: 50px;
max-width: 1200px;
background-color: rgba(255, 143, 174, 1);
}

#s-2752cffb-b445-4088-9484-ece7bd1200b0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-2752cffb-b445-4088-9484-ece7bd1200b0 {
  margin-top: 20px;
margin-bottom: 50px;
}
}
#s-d109326f-6805-49b7-9194-8a32c1373bc7 {
  min-height: 50px;
}








#s-d109326f-6805-49b7-9194-8a32c1373bc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d109326f-6805-49b7-9194-8a32c1373bc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-050e8485-7b8e-4568-9c47-6dde00bc2f87 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-050e8485-7b8e-4568-9c47-6dde00bc2f87 img.shogun-image {
    

    
    
    
  }


#s-050e8485-7b8e-4568-9c47-6dde00bc2f87 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b808415-d090-439a-8530-8955c208f011 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1b808415-d090-439a-8530-8955c208f011 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-7ba3c7bd-6760-4641-b544-bd415d66d6e0 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 246, 255, 0);
border-style: solid;
border-radius: 50px;
max-width: 1200px;
background-color: rgba(255, 143, 174, 1);
}

#s-f4c25d74-34ef-4b83-8f9b-6a5f7a826728 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-f4c25d74-34ef-4b83-8f9b-6a5f7a826728 {
  margin-top: 20px;
margin-bottom: 50px;
}
}
#s-32beaf15-af2f-4538-864a-0cc62ab0a87e {
  min-height: 50px;
}








#s-32beaf15-af2f-4538-864a-0cc62ab0a87e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32beaf15-af2f-4538-864a-0cc62ab0a87e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-49dc9961-d543-47aa-bb07-d33b145b264f {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-49dc9961-d543-47aa-bb07-d33b145b264f img.shogun-image {
    

    
    
    
  }


#s-49dc9961-d543-47aa-bb07-d33b145b264f .shogun-image-content {
  
    align-items: center;
  
}

#s-4afc5a45-c22c-4b9c-9026-e571ddc00e9c {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4afc5a45-c22c-4b9c-9026-e571ddc00e9c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-25bbdd92-c120-48ed-8c8b-505ce37b887d {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 246, 255, 0);
border-style: solid;
border-radius: 50px;
max-width: 1200px;
background-color: rgba(255, 143, 174, 1);
}

#s-ee05f3c3-733f-436b-9226-0cb8186738a3 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-ee05f3c3-733f-436b-9226-0cb8186738a3 {
  margin-top: 20px;
margin-bottom: 50px;
}
}
#s-c32c9ab5-4e80-4a7b-ad90-165dd21cdd46 {
  min-height: 50px;
}








#s-c32c9ab5-4e80-4a7b-ad90-165dd21cdd46 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c32c9ab5-4e80-4a7b-ad90-165dd21cdd46.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-785d3038-c7fe-43f6-8064-84f9a3250e44 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-785d3038-c7fe-43f6-8064-84f9a3250e44 img.shogun-image {
    

    
    
    
  }


#s-785d3038-c7fe-43f6-8064-84f9a3250e44 .shogun-image-content {
  
    align-items: center;
  
}

#s-60e0132e-c533-4a42-ae5e-f19154e95730 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-60e0132e-c533-4a42-ae5e-f19154e95730 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-683299df-aa20-477b-8503-2bc6a15603e2 {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 246, 255, 0);
border-style: solid;
border-radius: 50px;
max-width: 1200px;
background-color: rgba(219, 249, 238, 1);
}

#s-8a86667b-a04a-4393-a86f-6fa8ba7bbfde {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-8a86667b-a04a-4393-a86f-6fa8ba7bbfde {
  margin-top: 20px;
margin-bottom: 50px;
}
}
#s-426b28ea-ff27-4c91-8b2e-57d2a507931d {
  min-height: 50px;
}








#s-426b28ea-ff27-4c91-8b2e-57d2a507931d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-426b28ea-ff27-4c91-8b2e-57d2a507931d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f0fc81cd-3d92-4c09-a556-aad4ee06e8eb {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-f0fc81cd-3d92-4c09-a556-aad4ee06e8eb img.shogun-image {
    

    
    
    
  }


#s-f0fc81cd-3d92-4c09-a556-aad4ee06e8eb .shogun-image-content {
  
    align-items: center;
  
}

#s-c1fed520-ec4a-4aae-8fc0-249cec192e47 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c1fed520-ec4a-4aae-8fc0-249cec192e47 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-b0d10e1b-f670-415a-836e-2f1896cfafdf {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 246, 255, 0);
border-style: solid;
border-radius: 50px;
max-width: 1200px;
background-color: rgba(219, 249, 238, 1);
}

#s-9870d499-aa5c-4a4f-98cc-0094e821abc0 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-9870d499-aa5c-4a4f-98cc-0094e821abc0 {
  margin-top: 20px;
margin-bottom: 50px;
}
}
#s-5fc00a4f-20b6-43f1-99a9-f6c8f5530bc2 {
  min-height: 50px;
}








#s-5fc00a4f-20b6-43f1-99a9-f6c8f5530bc2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fc00a4f-20b6-43f1-99a9-f6c8f5530bc2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fd35c6cd-aca0-498e-9635-eb1d9ee4b24b {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 0%;
padding-left: 0%;
padding-bottom: 0%;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}







  #s-fd35c6cd-aca0-498e-9635-eb1d9ee4b24b img.shogun-image {
    

    
    
    
  }


#s-fd35c6cd-aca0-498e-9635-eb1d9ee4b24b .shogun-image-content {
  
    align-items: center;
  
}

#s-843c93ef-48aa-4392-8cd2-942476f15441 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-843c93ef-48aa-4392-8cd2-942476f15441 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-a7b2538e-c28a-4912-ae16-6f94777fc92c {
  margin-top: 10px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-left: 0%;
padding-right: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(239, 246, 255, 0);
border-style: solid;
border-radius: 50px;
max-width: 1200px;
background-color: rgba(219, 249, 238, 1);
}

#s-01ebdf56-4c50-4320-82d5-f8fb0745b803 {
  margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-bottom: 50px;
max-width: 1200px;
}
@media (max-width: 767px){#s-01ebdf56-4c50-4320-82d5-f8fb0745b803 {
  margin-top: 20px;
margin-bottom: 50px;
}
}
#s-d9387d92-743c-457a-8ce0-c022543faecf {
  min-height: 500px;
background-color: rgba(19, 19, 19, 1);
}
@media (max-width: 767px){#s-d9387d92-743c-457a-8ce0-c022543faecf {
  margin-top: 50px;
}
}
@media (min-width: 0px) {
[id="s-d9387d92-743c-457a-8ce0-c022543faecf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9387d92-743c-457a-8ce0-c022543faecf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-d9387d92-743c-457a-8ce0-c022543faecf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9387d92-743c-457a-8ce0-c022543faecf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (max-width: 767px){#s-1708b02e-0b97-45a4-975c-5e6cde1df353 {
  min-height: 0px;
}
}







#s-1708b02e-0b97-45a4-975c-5e6cde1df353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1708b02e-0b97-45a4-975c-5e6cde1df353.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-map-info-window-container {
  max-width: 200px;
  color: #000000;
}

.shg-map-container {
  height: 400px;
}

.shg-map {
  height: 100%;
}

.shg-map .gm-style-cc,
.shg-map .gm-style-cc + div {
  visibility: visible !important;
}

#s-14bf3d4e-c01f-4eaa-879d-299a47848aa2 {
  margin-right: 0%;
min-height: 600px;
}
@media (max-width: 767px){#s-14bf3d4e-c01f-4eaa-879d-299a47848aa2 {
  min-height: 300px;
}
}
#s-9cc53004-3e0d-44a8-942d-50d80eebf501 {
  min-height: 50px;
}
@media (max-width: 767px){#s-9cc53004-3e0d-44a8-942d-50d80eebf501 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-9cc53004-3e0d-44a8-942d-50d80eebf501 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9cc53004-3e0d-44a8-942d-50d80eebf501.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-67f4bf62-d92f-4ebd-94da-63b4616ecb98 {
  min-height: 50px;
}








#s-67f4bf62-d92f-4ebd-94da-63b4616ecb98 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67f4bf62-d92f-4ebd-94da-63b4616ecb98.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4af12a95-9c89-4327-9bf3-28f870ca7ede {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-4af12a95-9c89-4327-9bf3-28f870ca7ede {
  margin-right: 5%;
padding-bottom: 0px;
}
}
#s-4af12a95-9c89-4327-9bf3-28f870ca7ede .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-721247ca-b612-4fc9-8fd6-6e94bcb9d722 {
  margin-top: 25px;
margin-bottom: 25px;
}

#s-c7fc9ccd-e9ac-4f48-b2ae-057fde50cd7a {
  padding-top: 10px;
padding-bottom: 10px;
padding-right: 20%;
}

#s-c7fc9ccd-e9ac-4f48-b2ae-057fde50cd7a hr {
  border-top: 1px solid #ddd;
}

#s-95f69075-2d02-4229-a71a-5a186d9b3db2 {
  margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-95f69075-2d02-4229-a71a-5a186d9b3db2 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 35px;
  
  
  text-align: left;
}



#s-c02053f9-508b-4297-a3aa-af959a277e3a {
  margin-top: 25px;
margin-bottom: 25px;
}
@media (max-width: 767px){#s-c02053f9-508b-4297-a3aa-af959a277e3a {
  margin-top: 5%;
margin-bottom: 5%;
}
}
/*
  $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}
