.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-8a9db98b-fb77-48e3-9ee8-d099477459c7 {
  box-shadow:0px 0px 0px 0px rgba(134, 133, 133, 1);
background-repeat: no-repeat;
background-size: cover;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-position: center bottom;
}
@media (max-width: 767px){#s-8a9db98b-fb77-48e3-9ee8-d099477459c7 {
  padding-top: 10%;
padding-bottom: 10%;
display: none;
}
#s-8a9db98b-fb77-48e3-9ee8-d099477459c7, #wrap-s-8a9db98b-fb77-48e3-9ee8-d099477459c7 { display:none !important; }}







#s-8a9db98b-fb77-48e3-9ee8-d099477459c7 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-8a9db98b-fb77-48e3-9ee8-d099477459c7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

@media (min-width: 0px) {
[id="s-79c273e6-2471-4ae9-9c7f-098ea34a38b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79c273e6-2471-4ae9-9c7f-098ea34a38b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-79c273e6-2471-4ae9-9c7f-098ea34a38b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-79c273e6-2471-4ae9-9c7f-098ea34a38b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

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

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

#s-b86ddfd6-fd21-4a4b-92c9-d53c0b5c3d9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-b86ddfd6-fd21-4a4b-92c9-d53c0b5c3d9c {
  display: none;
}
#s-b86ddfd6-fd21-4a4b-92c9-d53c0b5c3d9c, #wrap-s-b86ddfd6-fd21-4a4b-92c9-d53c0b5c3d9c { display:none !important; }}
#s-b86ddfd6-fd21-4a4b-92c9-d53c0b5c3d9c .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4b404ab1-ef51-4802-ac18-ed67975f7a31 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-4b404ab1-ef51-4802-ac18-ed67975f7a31 {
  display: none;
}
#s-4b404ab1-ef51-4802-ac18-ed67975f7a31, #wrap-s-4b404ab1-ef51-4802-ac18-ed67975f7a31 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4b404ab1-ef51-4802-ac18-ed67975f7a31 {
  display: none;
}
#s-4b404ab1-ef51-4802-ac18-ed67975f7a31, #wrap-s-4b404ab1-ef51-4802-ac18-ed67975f7a31 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4b404ab1-ef51-4802-ac18-ed67975f7a31 {
  display: none;
}
#s-4b404ab1-ef51-4802-ac18-ed67975f7a31, #wrap-s-4b404ab1-ef51-4802-ac18-ed67975f7a31 { display:none !important; }}
#s-4b404ab1-ef51-4802-ac18-ed67975f7a31 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



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

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

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

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

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

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

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

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

#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(3, 3, 3, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1 {
  display: none;
}
#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1, #wrap-s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1 { display:none !important; }}

  #s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1-root {
    text-align: right;
  }


#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1-root {
    text-align: right;
  }


#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1-root {
    text-align: right;
  }


#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1-root {
    text-align: right;
  }


#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1-root {
    text-align: right;
  }


#s-7e2d592f-66b3-4cfd-bb5f-7fa51fff87f1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(3, 3, 3, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9 {
  display: none;
}
#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9, #wrap-s-1dc41c76-5aa1-484e-b587-81b7ad6121f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9 {
  display: none;
}
#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9, #wrap-s-1dc41c76-5aa1-484e-b587-81b7ad6121f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9 {
  display: none;
}
#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9, #wrap-s-1dc41c76-5aa1-484e-b587-81b7ad6121f9 { display:none !important; }}

  #s-1dc41c76-5aa1-484e-b587-81b7ad6121f9-root {
    text-align: left;
  }


#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1dc41c76-5aa1-484e-b587-81b7ad6121f9-root {
    text-align: left;
  }


#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dc41c76-5aa1-484e-b587-81b7ad6121f9-root {
    text-align: left;
  }


#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dc41c76-5aa1-484e-b587-81b7ad6121f9-root {
    text-align: left;
  }


#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1dc41c76-5aa1-484e-b587-81b7ad6121f9-root {
    text-align: left;
  }


#s-1dc41c76-5aa1-484e-b587-81b7ad6121f9.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9 {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9 {
  display: none;
}
#s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9, #wrap-s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9 { display:none !important; }}@media (max-width: 767px){#s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9 {
  margin-top: 5%;
margin-bottom: 5%;
}
}
@media (min-width: 0px) {
[id="s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-0fefc91f-0be2-4834-8ad5-9b02a79d28c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-c4069e34-bca7-4a61-bf29-46226825dde3 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-c4069e34-bca7-4a61-bf29-46226825dde3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c4069e34-bca7-4a61-bf29-46226825dde3.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-4908604a-f047-4f52-9006-7640fe8c82f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4908604a-f047-4f52-9006-7640fe8c82f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



.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;
}

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;
}

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

.shogun-image.hover ~ * {
  z-index: 1;
}

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

#s-d0c743e3-abf5-4937-8d47-a5c2dd67e851 {
  text-align: left;
}
@media (max-width: 767px){#s-d0c743e3-abf5-4937-8d47-a5c2dd67e851 {
  display: none;
}
#s-d0c743e3-abf5-4937-8d47-a5c2dd67e851, #wrap-s-d0c743e3-abf5-4937-8d47-a5c2dd67e851 { display:none !important; }}






  img.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
    
    
  }


.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shg-align-container {
  text-align: left
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
    
    
  }


.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shg-align-container {
  text-align: left
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
    
    
  }


.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shg-align-container {
  text-align: left
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
    
    
  }


.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shg-align-container {
  text-align: left
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
    
    
  }


.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851 .shogun-image-content {
  
    align-items: center;
  
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shg-align-container {
  text-align: left
}

.s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d0c743e3-abf5-4937-8d47-a5c2dd67e851.shogun-image {
  box-sizing: border-box;
}


}
#s-ef15b303-48f9-43dc-b366-2b80eb1202e2 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-ef15b303-48f9-43dc-b366-2b80eb1202e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef15b303-48f9-43dc-b366-2b80eb1202e2.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-0d5c5b67-bd37-43e7-97d6-e5c426409803 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d5c5b67-bd37-43e7-97d6-e5c426409803 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-ba04f95e-f5e9-4bb6-a792-49bc8214448c {
  text-align: left;
}
@media (max-width: 767px){#s-ba04f95e-f5e9-4bb6-a792-49bc8214448c {
  display: none;
}
#s-ba04f95e-f5e9-4bb6-a792-49bc8214448c, #wrap-s-ba04f95e-f5e9-4bb6-a792-49bc8214448c { display:none !important; }}






  img.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
    
    
  }


.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shg-align-container {
  text-align: left
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
    
    
  }


.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shg-align-container {
  text-align: left
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
    
    
  }


.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shg-align-container {
  text-align: left
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
    
    
  }


.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shg-align-container {
  text-align: left
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
    
    
  }


.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c .shogun-image-content {
  
    align-items: center;
  
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shg-align-container {
  text-align: left
}

.s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ba04f95e-f5e9-4bb6-a792-49bc8214448c.shogun-image {
  box-sizing: border-box;
}


}
#s-bc2ea448-ec21-43cf-a55d-50cda91ef077 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-bc2ea448-ec21-43cf-a55d-50cda91ef077 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc2ea448-ec21-43cf-a55d-50cda91ef077.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-e77d8621-ba6d-4eab-864b-f610ebf6dd61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e77d8621-ba6d-4eab-864b-f610ebf6dd61 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-16ed2ef1-19e6-47e9-888a-b44f73e0da12 {
  text-align: left;
}
@media (max-width: 767px){#s-16ed2ef1-19e6-47e9-888a-b44f73e0da12 {
  display: none;
}
#s-16ed2ef1-19e6-47e9-888a-b44f73e0da12, #wrap-s-16ed2ef1-19e6-47e9-888a-b44f73e0da12 { display:none !important; }}






  img.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
    
    
  }


.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12 .shogun-image-content {
  
    align-items: center;
  
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shg-align-container {
  text-align: left
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
    
    
  }


.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12 .shogun-image-content {
  
    align-items: center;
  
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shg-align-container {
  text-align: left
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
    
    
  }


.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12 .shogun-image-content {
  
    align-items: center;
  
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shg-align-container {
  text-align: left
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
    
    
  }


.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12 .shogun-image-content {
  
    align-items: center;
  
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shg-align-container {
  text-align: left
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
  box-sizing: border-box;
}


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





  img.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
    
    
  }


.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12 .shogun-image-content {
  
    align-items: center;
  
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shg-align-container {
  text-align: left
}

.s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-16ed2ef1-19e6-47e9-888a-b44f73e0da12.shogun-image {
  box-sizing: border-box;
}


}
#s-43406de0-8c6f-412c-81b3-bb4b4cb8a1de {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-43406de0-8c6f-412c-81b3-bb4b4cb8a1de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-43406de0-8c6f-412c-81b3-bb4b4cb8a1de.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-72af0388-0d06-49b1-b219-36e22817cdce {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72af0388-0d06-49b1-b219-36e22817cdce .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac {
  text-align: left;
}
@media (max-width: 767px){#s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac {
  display: none;
}
#s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac, #wrap-s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac { display:none !important; }}






  img.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
    
    
  }


.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shg-align-container {
  text-align: left
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
    
    
  }


.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shg-align-container {
  text-align: left
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
    
    
  }


.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shg-align-container {
  text-align: left
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
    
    
  }


.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shg-align-container {
  text-align: left
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
  box-sizing: border-box;
}


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





  img.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
    
    
  }


.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac .shogun-image-content {
  
    align-items: center;
  
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shg-align-container {
  text-align: left
}

.s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4cd9e2aa-9820-4203-b3d4-9d0df15ad1ac.shogun-image {
  box-sizing: border-box;
}


}
#s-06c69b61-e56b-431b-b9db-46b7b0385d46 {
  padding-top: 5%;
}
@media (min-width: 1200px){#s-06c69b61-e56b-431b-b9db-46b7b0385d46 {
  display: none;
}
#s-06c69b61-e56b-431b-b9db-46b7b0385d46, #wrap-s-06c69b61-e56b-431b-b9db-46b7b0385d46 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06c69b61-e56b-431b-b9db-46b7b0385d46 {
  display: none;
}
#s-06c69b61-e56b-431b-b9db-46b7b0385d46, #wrap-s-06c69b61-e56b-431b-b9db-46b7b0385d46 { display:none !important; }}@media (max-width: 767px){#s-06c69b61-e56b-431b-b9db-46b7b0385d46 {
  display: none;
}
#s-06c69b61-e56b-431b-b9db-46b7b0385d46, #wrap-s-06c69b61-e56b-431b-b9db-46b7b0385d46 { display:none !important; }}
@media (min-width: 0px) {
[id="s-06c69b61-e56b-431b-b9db-46b7b0385d46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06c69b61-e56b-431b-b9db-46b7b0385d46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-06c69b61-e56b-431b-b9db-46b7b0385d46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-06c69b61-e56b-431b-b9db-46b7b0385d46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-8bfba719-3b7f-473d-a0ae-ba9bf023521a {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8bfba719-3b7f-473d-a0ae-ba9bf023521a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8bfba719-3b7f-473d-a0ae-ba9bf023521a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-f9c8caa8-137b-4219-a5fd-451982765696 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f9c8caa8-137b-4219-a5fd-451982765696 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d1baf040-fd60-4561-a379-b7f3f5a4870a {
  text-align: left;
}







  img.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
    
    
  }


.s-d1baf040-fd60-4561-a379-b7f3f5a4870a .shogun-image-content {
  
    align-items: center;
  
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shg-align-container {
  text-align: left
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
    
    
  }


.s-d1baf040-fd60-4561-a379-b7f3f5a4870a .shogun-image-content {
  
    align-items: center;
  
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shg-align-container {
  text-align: left
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
    
    
  }


.s-d1baf040-fd60-4561-a379-b7f3f5a4870a .shogun-image-content {
  
    align-items: center;
  
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shg-align-container {
  text-align: left
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
    
    
  }


.s-d1baf040-fd60-4561-a379-b7f3f5a4870a .shogun-image-content {
  
    align-items: center;
  
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shg-align-container {
  text-align: left
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
    
    
  }


.s-d1baf040-fd60-4561-a379-b7f3f5a4870a .shogun-image-content {
  
    align-items: center;
  
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shg-align-container {
  text-align: left
}

.s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d1baf040-fd60-4561-a379-b7f3f5a4870a.shogun-image {
  box-sizing: border-box;
}


}
#s-f0bd0139-c488-4dd8-84cd-b4e7c1d6cc8a {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f0bd0139-c488-4dd8-84cd-b4e7c1d6cc8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f0bd0139-c488-4dd8-84cd-b4e7c1d6cc8a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-ffe3297f-e979-4a8f-8c81-2dcd4ce4fb53 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ffe3297f-e979-4a8f-8c81-2dcd4ce4fb53 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf {
  text-align: left;
}







  img.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
    
    
  }


.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shg-align-container {
  text-align: left
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
    
    
  }


.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shg-align-container {
  text-align: left
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
    
    
  }


.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shg-align-container {
  text-align: left
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
    
    
  }


.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shg-align-container {
  text-align: left
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
    
    
  }


.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf .shogun-image-content {
  
    align-items: center;
  
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shg-align-container {
  text-align: left
}

.s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d669e5ab-0463-4bb3-9ed8-cada85d29ccf.shogun-image {
  box-sizing: border-box;
}


}
#s-205821af-c621-4788-93aa-77f1d5095bf5 {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-205821af-c621-4788-93aa-77f1d5095bf5 {
  display: none;
}
#s-205821af-c621-4788-93aa-77f1d5095bf5, #wrap-s-205821af-c621-4788-93aa-77f1d5095bf5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-205821af-c621-4788-93aa-77f1d5095bf5 {
  display: none;
}
#s-205821af-c621-4788-93aa-77f1d5095bf5, #wrap-s-205821af-c621-4788-93aa-77f1d5095bf5 { display:none !important; }}@media (max-width: 767px){#s-205821af-c621-4788-93aa-77f1d5095bf5 {
  display: none;
}
#s-205821af-c621-4788-93aa-77f1d5095bf5, #wrap-s-205821af-c621-4788-93aa-77f1d5095bf5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-205821af-c621-4788-93aa-77f1d5095bf5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-205821af-c621-4788-93aa-77f1d5095bf5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-205821af-c621-4788-93aa-77f1d5095bf5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-205821af-c621-4788-93aa-77f1d5095bf5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-e9de539f-7e89-4896-99b3-c05d37865029 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-e9de539f-7e89-4896-99b3-c05d37865029 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9de539f-7e89-4896-99b3-c05d37865029.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fe59ce62-aabe-4040-a490-884a1266b8f5 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fe59ce62-aabe-4040-a490-884a1266b8f5 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-d59e8465-0be0-4cc4-9816-7d29062a470f {
  text-align: left;
}







  img.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
    
    
  }


.s-d59e8465-0be0-4cc4-9816-7d29062a470f .shogun-image-content {
  
    align-items: center;
  
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shg-align-container {
  text-align: left
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
    
    
  }


.s-d59e8465-0be0-4cc4-9816-7d29062a470f .shogun-image-content {
  
    align-items: center;
  
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shg-align-container {
  text-align: left
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
    
    
  }


.s-d59e8465-0be0-4cc4-9816-7d29062a470f .shogun-image-content {
  
    align-items: center;
  
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shg-align-container {
  text-align: left
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
    
    
  }


.s-d59e8465-0be0-4cc4-9816-7d29062a470f .shogun-image-content {
  
    align-items: center;
  
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shg-align-container {
  text-align: left
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
  box-sizing: border-box;
}


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





  img.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
    
    
  }


.s-d59e8465-0be0-4cc4-9816-7d29062a470f .shogun-image-content {
  
    align-items: center;
  
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shg-align-container {
  text-align: left
}

.s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-d59e8465-0be0-4cc4-9816-7d29062a470f.shogun-image {
  box-sizing: border-box;
}


}
#s-169ea0d2-20f2-48cd-90e1-0dc9b6b36c65 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-169ea0d2-20f2-48cd-90e1-0dc9b6b36c65 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-169ea0d2-20f2-48cd-90e1-0dc9b6b36c65.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-97461959-9e8b-42b8-a5c1-985115490545 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-97461959-9e8b-42b8-a5c1-985115490545 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa {
  text-align: left;
}







  img.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
    
    
  }


.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa .shogun-image-content {
  
    align-items: center;
  
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shg-align-container {
  text-align: left
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
    
    
  }


.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa .shogun-image-content {
  
    align-items: center;
  
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shg-align-container {
  text-align: left
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
    
    
  }


.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa .shogun-image-content {
  
    align-items: center;
  
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shg-align-container {
  text-align: left
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
    
    
  }


.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa .shogun-image-content {
  
    align-items: center;
  
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shg-align-container {
  text-align: left
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
    
    
  }


.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa .shogun-image-content {
  
    align-items: center;
  
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shg-align-container {
  text-align: left
}

.s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9cfb6a1e-1320-4380-84bb-b8d1ffb98dfa.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-eb3f860d-0024-43f0-b307-fd3c25adefd9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-eb3f860d-0024-43f0-b307-fd3c25adefd9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-eb3f860d-0024-43f0-b307-fd3c25adefd9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb3f860d-0024-43f0-b307-fd3c25adefd9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-e9cf438a-8a92-455a-baf0-52665c1c2f2b {
  margin-top: 5%;
margin-left: -4%;
margin-bottom: 5%;
margin-right: -4%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.99);
}








#s-e9cf438a-8a92-455a-baf0-52665c1c2f2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9cf438a-8a92-455a-baf0-52665c1c2f2b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-75db5d6b-249a-4054-ab28-6e6e69cf1fff {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75db5d6b-249a-4054-ab28-6e6e69cf1fff .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-0dcc09cf-909b-455f-990b-b7b84bd7c5a4 {
  padding-right: 5%;
}

#s-b0afc1ff-5dcc-4bf6-bbdc-2b33fe8045ef {
  min-height: 450px;
}








#s-b0afc1ff-5dcc-4bf6-bbdc-2b33fe8045ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0afc1ff-5dcc-4bf6-bbdc-2b33fe8045ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-89c7891a-8737-43e1-b339-0759721c6e94 {
  display: none;
}
#s-89c7891a-8737-43e1-b339-0759721c6e94, #wrap-s-89c7891a-8737-43e1-b339-0759721c6e94 { display:none !important; }}
@media (min-width: 0px) {
[id="s-89c7891a-8737-43e1-b339-0759721c6e94"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-89c7891a-8737-43e1-b339-0759721c6e94"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-89c7891a-8737-43e1-b339-0759721c6e94"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-89c7891a-8737-43e1-b339-0759721c6e94"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-5cfe53b1-8e48-4dcd-974f-51a861422998 {
  min-height: 450px;
}








#s-5cfe53b1-8e48-4dcd-974f-51a861422998 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cfe53b1-8e48-4dcd-974f-51a861422998.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07db2b69-5928-4a57-a9d2-6bb19b8e2722 {
  margin-top: 5%;
margin-left: -4%;
margin-bottom: 5%;
margin-right: -4%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.99);
}








#s-07db2b69-5928-4a57-a9d2-6bb19b8e2722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07db2b69-5928-4a57-a9d2-6bb19b8e2722.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1a2697af-ff6b-4a13-b9c6-5c0cb70292ae {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1a2697af-ff6b-4a13-b9c6-5c0cb70292ae .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43 {
  display: none;
}
#s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43, #wrap-s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43 {
  display: none;
}
#s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43, #wrap-s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43 {
  display: none;
}
#s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43, #wrap-s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43 { display:none !important; }}
@media (min-width: 0px) {
[id="s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-425be5b2-b1ea-4a3b-bb46-1e7289eeec43"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-255384ac-a43f-4301-aebc-d5d07e3ab8d1 {
  margin-top: 5%;
margin-left: -4%;
margin-bottom: 5%;
margin-right: -4%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.99);
}








#s-255384ac-a43f-4301-aebc-d5d07e3ab8d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-255384ac-a43f-4301-aebc-d5d07e3ab8d1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-422ea2e9-9e20-4ac5-b8e8-16b9a268398a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-422ea2e9-9e20-4ac5-b8e8-16b9a268398a .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-9f8f3a12-a1b9-425f-8065-ec38c9154636 {
  min-height: 450px;
}








#s-9f8f3a12-a1b9-425f-8065-ec38c9154636 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f8f3a12-a1b9-425f-8065-ec38c9154636.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-64429ae4-5164-499e-bd6d-c49d1835bce5 {
  min-height: 50px;
}








#s-64429ae4-5164-499e-bd6d-c49d1835bce5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-64429ae4-5164-499e-bd6d-c49d1835bce5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3c776894-56c0-49b8-b673-999c16874687 {
  min-height: 50px;
}








#s-3c776894-56c0-49b8-b673-999c16874687 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c776894-56c0-49b8-b673-999c16874687.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-653a7162-c41c-4d6f-a175-57c20ebaf378 {
  box-shadow:0px 0px 0px 0px rgba(134, 133, 133, 1);
background-repeat: repeat;
background-size: contain;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
background-position: center center;
}
@media (min-width: 1200px){#s-653a7162-c41c-4d6f-a175-57c20ebaf378 {
  display: none;
}
#s-653a7162-c41c-4d6f-a175-57c20ebaf378, #wrap-s-653a7162-c41c-4d6f-a175-57c20ebaf378 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-653a7162-c41c-4d6f-a175-57c20ebaf378 {
  display: none;
}
#s-653a7162-c41c-4d6f-a175-57c20ebaf378, #wrap-s-653a7162-c41c-4d6f-a175-57c20ebaf378 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-653a7162-c41c-4d6f-a175-57c20ebaf378 {
  display: none;
}
#s-653a7162-c41c-4d6f-a175-57c20ebaf378, #wrap-s-653a7162-c41c-4d6f-a175-57c20ebaf378 { display:none !important; }}@media (max-width: 767px){#s-653a7162-c41c-4d6f-a175-57c20ebaf378 {
  padding-top: 10%;
padding-bottom: 10%;
}
}







#s-653a7162-c41c-4d6f-a175-57c20ebaf378 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-653a7162-c41c-4d6f-a175-57c20ebaf378.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-046ed5ac-a7db-476c-b0db-def8fffda8d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-046ed5ac-a7db-476c-b0db-def8fffda8d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-046ed5ac-a7db-476c-b0db-def8fffda8d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-046ed5ac-a7db-476c-b0db-def8fffda8d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-22d6297a-0cfe-46b6-af19-d57b859b4374 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-22d6297a-0cfe-46b6-af19-d57b859b4374 {
  display: none;
}
#s-22d6297a-0cfe-46b6-af19-d57b859b4374, #wrap-s-22d6297a-0cfe-46b6-af19-d57b859b4374 { display:none !important; }}
#s-22d6297a-0cfe-46b6-af19-d57b859b4374 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-a25c254a-b287-477c-8dbd-343d3cd800f2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-a25c254a-b287-477c-8dbd-343d3cd800f2 {
  display: none;
}
#s-a25c254a-b287-477c-8dbd-343d3cd800f2, #wrap-s-a25c254a-b287-477c-8dbd-343d3cd800f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a25c254a-b287-477c-8dbd-343d3cd800f2 {
  display: none;
}
#s-a25c254a-b287-477c-8dbd-343d3cd800f2, #wrap-s-a25c254a-b287-477c-8dbd-343d3cd800f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a25c254a-b287-477c-8dbd-343d3cd800f2 {
  display: none;
}
#s-a25c254a-b287-477c-8dbd-343d3cd800f2, #wrap-s-a25c254a-b287-477c-8dbd-343d3cd800f2 { display:none !important; }}
#s-a25c254a-b287-477c-8dbd-343d3cd800f2 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 25px;
  
  
  text-align: left;
}



#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(3, 3, 3, 1);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c {
  display: none;
}
#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c, #wrap-s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c { display:none !important; }}

  #s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c-root {
    text-align: right;
  }


#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c-root {
    text-align: right;
  }


#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c-root {
    text-align: right;
  }


#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c-root {
    text-align: right;
  }


#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c-root {
    text-align: right;
  }


#s-35c2b77a-bb63-4ba2-bdb7-4e3eacdbdf4c.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-7918607c-7059-4187-806d-f4e86362c36e {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
padding-left: 15px;
padding-bottom: 10px;
padding-right: 15px;
border-radius: 2px;
background-color: rgba(3, 3, 3, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-7918607c-7059-4187-806d-f4e86362c36e:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: #2C2A34 !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(6, 6, 6, 1) !important;}#s-7918607c-7059-4187-806d-f4e86362c36e:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-7918607c-7059-4187-806d-f4e86362c36e {
  display: none;
}
#s-7918607c-7059-4187-806d-f4e86362c36e, #wrap-s-7918607c-7059-4187-806d-f4e86362c36e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7918607c-7059-4187-806d-f4e86362c36e {
  display: none;
}
#s-7918607c-7059-4187-806d-f4e86362c36e, #wrap-s-7918607c-7059-4187-806d-f4e86362c36e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7918607c-7059-4187-806d-f4e86362c36e {
  display: none;
}
#s-7918607c-7059-4187-806d-f4e86362c36e, #wrap-s-7918607c-7059-4187-806d-f4e86362c36e { display:none !important; }}

  #s-7918607c-7059-4187-806d-f4e86362c36e-root {
    text-align: left;
  }


#s-7918607c-7059-4187-806d-f4e86362c36e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-7918607c-7059-4187-806d-f4e86362c36e-root {
    text-align: left;
  }


#s-7918607c-7059-4187-806d-f4e86362c36e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7918607c-7059-4187-806d-f4e86362c36e-root {
    text-align: left;
  }


#s-7918607c-7059-4187-806d-f4e86362c36e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7918607c-7059-4187-806d-f4e86362c36e-root {
    text-align: left;
  }


#s-7918607c-7059-4187-806d-f4e86362c36e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-7918607c-7059-4187-806d-f4e86362c36e-root {
    text-align: left;
  }


#s-7918607c-7059-4187-806d-f4e86362c36e.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-8579c8b5-a4b0-4691-a467-526f177e4ea7 {
  padding-top: 5%;
}
@media (min-width: 1200px){#s-8579c8b5-a4b0-4691-a467-526f177e4ea7 {
  display: none;
}
#s-8579c8b5-a4b0-4691-a467-526f177e4ea7, #wrap-s-8579c8b5-a4b0-4691-a467-526f177e4ea7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8579c8b5-a4b0-4691-a467-526f177e4ea7 {
  display: none;
}
#s-8579c8b5-a4b0-4691-a467-526f177e4ea7, #wrap-s-8579c8b5-a4b0-4691-a467-526f177e4ea7 { display:none !important; }}@media (max-width: 767px){#s-8579c8b5-a4b0-4691-a467-526f177e4ea7 {
  display: none;
}
#s-8579c8b5-a4b0-4691-a467-526f177e4ea7, #wrap-s-8579c8b5-a4b0-4691-a467-526f177e4ea7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8579c8b5-a4b0-4691-a467-526f177e4ea7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8579c8b5-a4b0-4691-a467-526f177e4ea7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8579c8b5-a4b0-4691-a467-526f177e4ea7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8579c8b5-a4b0-4691-a467-526f177e4ea7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5fa6ec52-e790-4b9e-b9fe-82de495e1425 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-5fa6ec52-e790-4b9e-b9fe-82de495e1425 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fa6ec52-e790-4b9e-b9fe-82de495e1425.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-2298c874-5222-4b4d-81c6-a6811f937242 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2298c874-5222-4b4d-81c6-a6811f937242 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-584843b4-6500-4109-aec2-a6cf75bdfc37 {
  text-align: left;
}







  img.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
    
    
  }


.s-584843b4-6500-4109-aec2-a6cf75bdfc37 .shogun-image-content {
  
    align-items: center;
  
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shg-align-container {
  text-align: left
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
    
    
  }


.s-584843b4-6500-4109-aec2-a6cf75bdfc37 .shogun-image-content {
  
    align-items: center;
  
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shg-align-container {
  text-align: left
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
    
    
  }


.s-584843b4-6500-4109-aec2-a6cf75bdfc37 .shogun-image-content {
  
    align-items: center;
  
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shg-align-container {
  text-align: left
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
    
    
  }


.s-584843b4-6500-4109-aec2-a6cf75bdfc37 .shogun-image-content {
  
    align-items: center;
  
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shg-align-container {
  text-align: left
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
  box-sizing: border-box;
}


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





  img.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
    
    
  }


.s-584843b4-6500-4109-aec2-a6cf75bdfc37 .shogun-image-content {
  
    align-items: center;
  
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shg-align-container {
  text-align: left
}

.s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-584843b4-6500-4109-aec2-a6cf75bdfc37.shogun-image {
  box-sizing: border-box;
}


}
#s-8b27c33d-9eda-470b-a499-7e17dbc9edd1 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-8b27c33d-9eda-470b-a499-7e17dbc9edd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b27c33d-9eda-470b-a499-7e17dbc9edd1.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b11cfebc-f5de-449c-8fde-41eea74d535a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b11cfebc-f5de-449c-8fde-41eea74d535a .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-8117323b-27bc-4b33-ad43-e81147fe028a {
  text-align: left;
}







  img.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
    
    
  }


.s-8117323b-27bc-4b33-ad43-e81147fe028a .shogun-image-content {
  
    align-items: center;
  
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shg-align-container {
  text-align: left
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
    
    
  }


.s-8117323b-27bc-4b33-ad43-e81147fe028a .shogun-image-content {
  
    align-items: center;
  
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shg-align-container {
  text-align: left
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
    
    
  }


.s-8117323b-27bc-4b33-ad43-e81147fe028a .shogun-image-content {
  
    align-items: center;
  
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shg-align-container {
  text-align: left
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
    
    
  }


.s-8117323b-27bc-4b33-ad43-e81147fe028a .shogun-image-content {
  
    align-items: center;
  
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shg-align-container {
  text-align: left
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
    
    
  }


.s-8117323b-27bc-4b33-ad43-e81147fe028a .shogun-image-content {
  
    align-items: center;
  
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shg-align-container {
  text-align: left
}

.s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8117323b-27bc-4b33-ad43-e81147fe028a.shogun-image {
  box-sizing: border-box;
}


}
#s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57 {
  padding-top: 5%;
padding-bottom: 5%;
}
@media (min-width: 1200px){#s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57 {
  display: none;
}
#s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57, #wrap-s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57 {
  display: none;
}
#s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57, #wrap-s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57 { display:none !important; }}@media (max-width: 767px){#s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57 {
  display: none;
}
#s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57, #wrap-s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57 { display:none !important; }}
@media (min-width: 0px) {
[id="s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6650a6a7-833e-4dd9-9a0a-9bb5b721cd57"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-09ec4c94-f896-46f3-a4a0-888a51844bef {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-09ec4c94-f896-46f3-a4a0-888a51844bef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09ec4c94-f896-46f3-a4a0-888a51844bef.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fa192bcd-e9ba-4e06-a109-10991beff2a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fa192bcd-e9ba-4e06-a109-10991beff2a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b {
  text-align: left;
}







  img.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
    
    
  }


.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shg-align-container {
  text-align: left
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
    
    
  }


.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shg-align-container {
  text-align: left
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
    
    
  }


.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shg-align-container {
  text-align: left
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
    
    
  }


.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shg-align-container {
  text-align: left
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
  box-sizing: border-box;
}


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





  img.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
    
    
  }


.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b .shogun-image-content {
  
    align-items: center;
  
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shg-align-container {
  text-align: left
}

.s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-6aa47d8f-ae93-4dfe-aca7-3f273911c43b.shogun-image {
  box-sizing: border-box;
}


}
#s-6244023b-b364-4c26-bfed-100533aeae5a {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6244023b-b364-4c26-bfed-100533aeae5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6244023b-b364-4c26-bfed-100533aeae5a.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-73d6fecb-1352-4047-a4ae-8c1d009726ab {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-73d6fecb-1352-4047-a4ae-8c1d009726ab .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-ff507a33-e1ba-45db-bce2-c5d157e89b24 {
  text-align: left;
}







  img.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
    
    
  }


.s-ff507a33-e1ba-45db-bce2-c5d157e89b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shg-align-container {
  text-align: left
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
    
    
  }


.s-ff507a33-e1ba-45db-bce2-c5d157e89b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shg-align-container {
  text-align: left
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
    
    
  }


.s-ff507a33-e1ba-45db-bce2-c5d157e89b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shg-align-container {
  text-align: left
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
    
    
  }


.s-ff507a33-e1ba-45db-bce2-c5d157e89b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shg-align-container {
  text-align: left
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
  box-sizing: border-box;
}


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





  img.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
    
    
  }


.s-ff507a33-e1ba-45db-bce2-c5d157e89b24 .shogun-image-content {
  
    align-items: center;
  
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shg-align-container {
  text-align: left
}

.s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-ff507a33-e1ba-45db-bce2-c5d157e89b24.shogun-image {
  box-sizing: border-box;
}


}
.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-aa8fa659-8f35-4a00-8165-1b3f62e5536d {
  margin-top: 5%;
margin-bottom: 5%;
padding-top: 10px;
padding-bottom: 10px;
}

#s-aa8fa659-8f35-4a00-8165-1b3f62e5536d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-aa8fa659-8f35-4a00-8165-1b3f62e5536d .shg-sld-nav-button.shg-sld-left,
#s-aa8fa659-8f35-4a00-8165-1b3f62e5536d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-505341c3-1538-46ba-8224-6da069a63a71 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 185px;
background-color: rgba(255, 255, 255, 1);
}








#s-505341c3-1538-46ba-8224-6da069a63a71 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-505341c3-1538-46ba-8224-6da069a63a71.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-fcec888d-61f3-4451-89f4-1275e3dafaaf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fcec888d-61f3-4451-89f4-1275e3dafaaf .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-841ff790-eb2c-4008-9ab2-80cd22492742 {
  text-align: left;
}
@media (max-width: 767px){#s-841ff790-eb2c-4008-9ab2-80cd22492742 {
  display: none;
}
#s-841ff790-eb2c-4008-9ab2-80cd22492742, #wrap-s-841ff790-eb2c-4008-9ab2-80cd22492742 { display:none !important; }}






  img.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
    
    
  }


.s-841ff790-eb2c-4008-9ab2-80cd22492742 .shogun-image-content {
  
    align-items: center;
  
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shg-align-container {
  text-align: left
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
    
    
  }


.s-841ff790-eb2c-4008-9ab2-80cd22492742 .shogun-image-content {
  
    align-items: center;
  
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shg-align-container {
  text-align: left
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
  box-sizing: border-box;
}


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





  img.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
    
    
  }


.s-841ff790-eb2c-4008-9ab2-80cd22492742 .shogun-image-content {
  
    align-items: center;
  
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shg-align-container {
  text-align: left
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
  box-sizing: border-box;
}


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





  img.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
    
    
  }


.s-841ff790-eb2c-4008-9ab2-80cd22492742 .shogun-image-content {
  
    align-items: center;
  
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shg-align-container {
  text-align: left
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
  box-sizing: border-box;
}


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





  img.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
    
    
  }


.s-841ff790-eb2c-4008-9ab2-80cd22492742 .shogun-image-content {
  
    align-items: center;
  
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shg-align-container {
  text-align: left
}

.s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-841ff790-eb2c-4008-9ab2-80cd22492742.shogun-image {
  box-sizing: border-box;
}


}
#s-cca486e8-1cea-460f-8977-0c535dce1cfc {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 185px;
background-color: rgba(255, 255, 255, 1);
}








#s-cca486e8-1cea-460f-8977-0c535dce1cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cca486e8-1cea-460f-8977-0c535dce1cfc.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-087964fe-1289-4416-aea2-41db26b75b87 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-087964fe-1289-4416-aea2-41db26b75b87 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-95d6efd2-0191-4fb3-9392-4826c7f535bc {
  text-align: left;
}
@media (max-width: 767px){#s-95d6efd2-0191-4fb3-9392-4826c7f535bc {
  display: none;
}
#s-95d6efd2-0191-4fb3-9392-4826c7f535bc, #wrap-s-95d6efd2-0191-4fb3-9392-4826c7f535bc { display:none !important; }}






  img.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
    
    
  }


.s-95d6efd2-0191-4fb3-9392-4826c7f535bc .shogun-image-content {
  
    align-items: center;
  
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shg-align-container {
  text-align: left
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
    
    
  }


.s-95d6efd2-0191-4fb3-9392-4826c7f535bc .shogun-image-content {
  
    align-items: center;
  
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shg-align-container {
  text-align: left
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
    
    
  }


.s-95d6efd2-0191-4fb3-9392-4826c7f535bc .shogun-image-content {
  
    align-items: center;
  
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shg-align-container {
  text-align: left
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
    
    
  }


.s-95d6efd2-0191-4fb3-9392-4826c7f535bc .shogun-image-content {
  
    align-items: center;
  
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shg-align-container {
  text-align: left
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
  box-sizing: border-box;
}


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





  img.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
    
    
  }


.s-95d6efd2-0191-4fb3-9392-4826c7f535bc .shogun-image-content {
  
    align-items: center;
  
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shg-align-container {
  text-align: left
}

.s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-95d6efd2-0191-4fb3-9392-4826c7f535bc.shogun-image {
  box-sizing: border-box;
}


}
#s-cb552b4e-4f81-4232-9bba-8d7693aafd04 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 185px;
background-color: rgba(255, 255, 255, 1);
}








#s-cb552b4e-4f81-4232-9bba-8d7693aafd04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb552b4e-4f81-4232-9bba-8d7693aafd04.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-dbd6736b-2b74-49aa-8b7e-6d33c9271272 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dbd6736b-2b74-49aa-8b7e-6d33c9271272 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-07ab83d5-c119-40b0-ac5f-7a1b102a2534 {
  text-align: left;
}
@media (max-width: 767px){#s-07ab83d5-c119-40b0-ac5f-7a1b102a2534 {
  display: none;
}
#s-07ab83d5-c119-40b0-ac5f-7a1b102a2534, #wrap-s-07ab83d5-c119-40b0-ac5f-7a1b102a2534 { display:none !important; }}






  img.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
    
    
  }


.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shg-align-container {
  text-align: left
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
    
    
  }


.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shg-align-container {
  text-align: left
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
    
    
  }


.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shg-align-container {
  text-align: left
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
    
    
  }


.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shg-align-container {
  text-align: left
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
  box-sizing: border-box;
}


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





  img.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
    
    
  }


.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534 .shogun-image-content {
  
    align-items: center;
  
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shg-align-container {
  text-align: left
}

.s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-07ab83d5-c119-40b0-ac5f-7a1b102a2534.shogun-image {
  box-sizing: border-box;
}


}
#s-0d0475f8-f3cc-4b9c-9202-3e83f10eb6dd {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 185px;
background-color: rgba(255, 255, 255, 1);
}








#s-0d0475f8-f3cc-4b9c-9202-3e83f10eb6dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d0475f8-f3cc-4b9c-9202-3e83f10eb6dd.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-75141cff-4384-4fdb-9226-d3f22be13815 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-75141cff-4384-4fdb-9226-d3f22be13815 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-0c3e409c-c149-41d1-be76-f099831e0563 {
  text-align: left;
}
@media (max-width: 767px){#s-0c3e409c-c149-41d1-be76-f099831e0563 {
  display: none;
}
#s-0c3e409c-c149-41d1-be76-f099831e0563, #wrap-s-0c3e409c-c149-41d1-be76-f099831e0563 { display:none !important; }}






  img.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
    
    
  }


.s-0c3e409c-c149-41d1-be76-f099831e0563 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shg-align-container {
  text-align: left
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
    
    
  }


.s-0c3e409c-c149-41d1-be76-f099831e0563 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shg-align-container {
  text-align: left
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
    
    
  }


.s-0c3e409c-c149-41d1-be76-f099831e0563 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shg-align-container {
  text-align: left
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
    
    
  }


.s-0c3e409c-c149-41d1-be76-f099831e0563 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shg-align-container {
  text-align: left
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
    
    
  }


.s-0c3e409c-c149-41d1-be76-f099831e0563 .shogun-image-content {
  
    align-items: center;
  
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shg-align-container {
  text-align: left
}

.s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0c3e409c-c149-41d1-be76-f099831e0563.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-b47c0058-b24f-4afb-a96e-94174c534c56"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b47c0058-b24f-4afb-a96e-94174c534c56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b47c0058-b24f-4afb-a96e-94174c534c56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b47c0058-b24f-4afb-a96e-94174c534c56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6a05abb7-d46c-4458-860c-7dda08f2b3a1 {
  margin-top: 5%;
margin-left: -4%;
margin-bottom: 5%;
margin-right: -4%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.99);
}








#s-6a05abb7-d46c-4458-860c-7dda08f2b3a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6a05abb7-d46c-4458-860c-7dda08f2b3a1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4949f69d-5720-4f3c-a357-b3c33e25b0f9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-4949f69d-5720-4f3c-a357-b3c33e25b0f9 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-4d8a36b7-7626-463c-bb6c-46380d5ceb5d {
  padding-right: 5%;
}

#s-d13e8b51-b072-40ff-8858-b76f30ddc957 {
  min-height: 450px;
}








#s-d13e8b51-b072-40ff-8858-b76f30ddc957 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d13e8b51-b072-40ff-8858-b76f30ddc957.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (max-width: 767px){#s-9fc4248d-4678-459a-9d26-29e0e6408ef7 {
  display: none;
}
#s-9fc4248d-4678-459a-9d26-29e0e6408ef7, #wrap-s-9fc4248d-4678-459a-9d26-29e0e6408ef7 { display:none !important; }}
@media (min-width: 0px) {
[id="s-9fc4248d-4678-459a-9d26-29e0e6408ef7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9fc4248d-4678-459a-9d26-29e0e6408ef7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9fc4248d-4678-459a-9d26-29e0e6408ef7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9fc4248d-4678-459a-9d26-29e0e6408ef7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-8fe91bbe-a4f9-4057-8e16-bf56ead57d66 {
  min-height: 450px;
}








#s-8fe91bbe-a4f9-4057-8e16-bf56ead57d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fe91bbe-a4f9-4057-8e16-bf56ead57d66.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-11205bc2-cb90-4ea2-935b-e75bd82aabb4 {
  margin-top: 5%;
margin-left: -4%;
margin-bottom: 5%;
margin-right: -4%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.99);
}








#s-11205bc2-cb90-4ea2-935b-e75bd82aabb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11205bc2-cb90-4ea2-935b-e75bd82aabb4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0dca510f-ed0d-4d31-9ffd-a7c0628d9e56 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0dca510f-ed0d-4d31-9ffd-a7c0628d9e56 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



@media (min-width: 1200px){#s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9 {
  display: none;
}
#s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9, #wrap-s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9 {
  display: none;
}
#s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9, #wrap-s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9 {
  display: none;
}
#s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9, #wrap-s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a4fcdbd-d59e-48b0-bcf4-e6085d5b1ed9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-403081b5-4ae8-4682-9952-b86637f2b2e2 {
  margin-top: 5%;
margin-left: -4%;
margin-bottom: 5%;
margin-right: -4%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: dashed;
min-height: 400px;
background-color: rgba(255, 255, 255, 0.99);
}








#s-403081b5-4ae8-4682-9952-b86637f2b2e2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-403081b5-4ae8-4682-9952-b86637f2b2e2.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a2294a72-335d-4687-9c4f-7b21b2086a18 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a2294a72-335d-4687-9c4f-7b21b2086a18 .shogun-heading-component h1 {
  color: rgba(5, 5, 5, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  text-align: left;
}



#s-9f5d740d-1dd9-4fac-9e31-731fc60d847b {
  min-height: 450px;
}








#s-9f5d740d-1dd9-4fac-9e31-731fc60d847b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f5d740d-1dd9-4fac-9e31-731fc60d847b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe0711ee-49a1-4c11-a33a-d5e884b4e30d {
  min-height: 50px;
}








#s-fe0711ee-49a1-4c11-a33a-d5e884b4e30d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe0711ee-49a1-4c11-a33a-d5e884b4e30d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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