.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: #232323;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
}

.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: 500;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #232323;
  font-family: Plus Jakarta Sans;
}

.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: #232323;
  font-family: Plus Jakarta Sans;
  font-weight: 600;
}

.shg-theme-text-content p {
  color: #232323;
  font-family: Plus Jakarta Sans;
  font-weight: 500;
}

.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-9f80a274-ca5a-4233-89ba-454af9519cd6 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-color: rgba(236, 236, 236, 1);
}
@media (min-width: 1200px){#s-9f80a274-ca5a-4233-89ba-454af9519cd6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f80a274-ca5a-4233-89ba-454af9519cd6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f80a274-ca5a-4233-89ba-454af9519cd6 {
  
}
}@media (max-width: 767px){#s-9f80a274-ca5a-4233-89ba-454af9519cd6 {
  
}
}







#s-9f80a274-ca5a-4233-89ba-454af9519cd6 > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-9f80a274-ca5a-4233-89ba-454af9519cd6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-b0577e55-3a38-4587-a1db-b0a92557227e {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-b0577e55-3a38-4587-a1db-b0a92557227e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0577e55-3a38-4587-a1db-b0a92557227e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-b0577e55-3a38-4587-a1db-b0a92557227e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0577e55-3a38-4587-a1db-b0a92557227e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-6c715832-900b-4c4d-bfaf-119e9f0266ac {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
}
@media (min-width: 1200px){#s-6c715832-900b-4c4d-bfaf-119e9f0266ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6c715832-900b-4c4d-bfaf-119e9f0266ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6c715832-900b-4c4d-bfaf-119e9f0266ac {
  
}
}@media (max-width: 767px){#s-6c715832-900b-4c4d-bfaf-119e9f0266ac {
  
}
}
.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: #232323;
  font-family: Plus Jakarta Sans;
  text-transform: none;
  font-weight: 600;
  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-f05eb88d-bf3d-402a-ac0f-a4cf4c02f520 {
  margin-top: 0px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-f05eb88d-bf3d-402a-ac0f-a4cf4c02f520 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f05eb88d-bf3d-402a-ac0f-a4cf4c02f520 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f05eb88d-bf3d-402a-ac0f-a4cf4c02f520 {
  
}
}@media (max-width: 767px){#s-f05eb88d-bf3d-402a-ac0f-a4cf4c02f520 {
  
}
}
#s-f05eb88d-bf3d-402a-ac0f-a4cf4c02f520 .shogun-heading-component h1 {
  color: rgba(5, 0, 56, 1);
  font-weight:  900 ;
  font-family: "Raleway";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-b275aab6-a166-474a-9b84-33de8ba10837 {
  border-style: solid;
margin-top: 10px;
margin-left: 30px;
margin-bottom: 10px;
margin-right: 30px;
padding-top: 20px;
padding-bottom: 20px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-b275aab6-a166-474a-9b84-33de8ba10837 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b275aab6-a166-474a-9b84-33de8ba10837 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b275aab6-a166-474a-9b84-33de8ba10837 {
  
}
}@media (max-width: 767px){#s-b275aab6-a166-474a-9b84-33de8ba10837 {
  
}
}
#s-71b51caa-2dc6-4e51-bc38-4c9bd2772575 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-71b51caa-2dc6-4e51-bc38-4c9bd2772575 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71b51caa-2dc6-4e51-bc38-4c9bd2772575 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-71b51caa-2dc6-4e51-bc38-4c9bd2772575 {
  
}
}@media (max-width: 767px){#s-71b51caa-2dc6-4e51-bc38-4c9bd2772575 {
  
}
}
@media (min-width: 0px) {
[id="s-71b51caa-2dc6-4e51-bc38-4c9bd2772575"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-71b51caa-2dc6-4e51-bc38-4c9bd2772575"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-71b51caa-2dc6-4e51-bc38-4c9bd2772575"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-71b51caa-2dc6-4e51-bc38-4c9bd2772575"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.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: 500;
  font-family: Plus Jakarta Sans;
}

.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-96390a6d-bb22-472e-a436-043325c51d80 {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(5, 0, 56, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-96390a6d-bb22-472e-a436-043325c51d80:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-96390a6d-bb22-472e-a436-043325c51d80:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-96390a6d-bb22-472e-a436-043325c51d80 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96390a6d-bb22-472e-a436-043325c51d80 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96390a6d-bb22-472e-a436-043325c51d80 {
  
}
}@media (max-width: 767px){#s-96390a6d-bb22-472e-a436-043325c51d80 {
  
}
}

  #s-96390a6d-bb22-472e-a436-043325c51d80-root {
    text-align: center;
  }


#s-96390a6d-bb22-472e-a436-043325c51d80.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-96390a6d-bb22-472e-a436-043325c51d80-root {
    text-align: center;
  }


#s-96390a6d-bb22-472e-a436-043325c51d80.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-96390a6d-bb22-472e-a436-043325c51d80-root {
    text-align: center;
  }


#s-96390a6d-bb22-472e-a436-043325c51d80.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-96390a6d-bb22-472e-a436-043325c51d80-root {
    text-align: center;
  }


#s-96390a6d-bb22-472e-a436-043325c51d80.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-96390a6d-bb22-472e-a436-043325c51d80-root {
    text-align: center;
  }


#s-96390a6d-bb22-472e-a436-043325c51d80.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-d4a6ab7a-ac5f-42b2-a478-025c403d6734 {
  max-width: 870px;
aspect-ratio: 870/836;
text-align: center;
}





  #s-d4a6ab7a-ac5f-42b2-a478-025c403d6734 img.shogun-image,
  #s-d4a6ab7a-ac5f-42b2-a478-025c403d6734 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-d4a6ab7a-ac5f-42b2-a478-025c403d6734 {
    width: 100%;
    height: auto;
  }



  #s-d4a6ab7a-ac5f-42b2-a478-025c403d6734 img.shogun-image {
    

    
    
    
  }


#s-d4a6ab7a-ac5f-42b2-a478-025c403d6734 .shogun-image-content {
  
    align-items: center;
  
}

#s-6781f721-d77b-40a4-9497-97070186624e {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-6781f721-d77b-40a4-9497-97070186624e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6781f721-d77b-40a4-9497-97070186624e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 {
  max-width: 500px;
aspect-ratio: 1550/401;
text-align: center;
}





  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 img.shogun-image,
  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 {
    width: 100%;
    height: auto;
  }




.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shg-align-container {
  text-align: center
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 img.shogun-image,
  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 {
    width: 100%;
    height: auto;
  }




.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shg-align-container {
  text-align: center
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image {
  box-sizing: border-box;
}


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



  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 img.shogun-image,
  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 {
    width: 100%;
    height: auto;
  }




.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shg-align-container {
  text-align: center
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image {
  box-sizing: border-box;
}


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



  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 img.shogun-image,
  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 {
    width: 100%;
    height: auto;
  }




.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shg-align-container {
  text-align: center
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image {
  box-sizing: border-box;
}


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



  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 img.shogun-image,
  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 {
    width: 100%;
    height: auto;
  }




.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2 .shogun-image-content {
  
    align-items: center;
  
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shg-align-container {
  text-align: center
}

.s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-00b93cd5-2bdf-4ade-973e-7a225b103ab2.shogun-image {
  box-sizing: border-box;
}


}
#s-0b29cfa3-2fcc-43d0-aca8-81c5a0069d96 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(5, 0, 56, 1);
}








#s-0b29cfa3-2fcc-43d0-aca8-81c5a0069d96 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b29cfa3-2fcc-43d0-aca8-81c5a0069d96.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7fd620ea-19c9-4900-92d0-4dfd0750027b {
  max-width: 1775px;
aspect-ratio: 1775/199;
text-align: center;
}





  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b img.shogun-image,
  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b {
    width: 100%;
    height: auto;
  }



  img.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
    
    
  }


.s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shogun-image-content {
  
    align-items: center;
  
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shg-align-container {
  text-align: center
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b img.shogun-image,
  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b {
    width: 100%;
    height: auto;
  }



  img.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
    
    
  }


.s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shogun-image-content {
  
    align-items: center;
  
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shg-align-container {
  text-align: center
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
  box-sizing: border-box;
}


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



  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b img.shogun-image,
  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b {
    width: 100%;
    height: auto;
  }



  img.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
    
    
  }


.s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shogun-image-content {
  
    align-items: center;
  
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shg-align-container {
  text-align: center
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
  box-sizing: border-box;
}


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



  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b img.shogun-image,
  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b {
    width: 100%;
    height: auto;
  }



  img.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
    
    
  }


.s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shogun-image-content {
  
    align-items: center;
  
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shg-align-container {
  text-align: center
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
  box-sizing: border-box;
}


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



  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b img.shogun-image,
  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-7fd620ea-19c9-4900-92d0-4dfd0750027b {
    width: 100%;
    height: auto;
  }



  img.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
    
    
  }


.s-7fd620ea-19c9-4900-92d0-4dfd0750027b .shogun-image-content {
  
    align-items: center;
  
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shg-align-container {
  text-align: center
}

.s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7fd620ea-19c9-4900-92d0-4dfd0750027b.shogun-image {
  box-sizing: border-box;
}


}
#s-1c24b6ca-d83c-4d39-8737-862ff01d2562 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-1c24b6ca-d83c-4d39-8737-862ff01d2562 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1c24b6ca-d83c-4d39-8737-862ff01d2562 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1c24b6ca-d83c-4d39-8737-862ff01d2562 {
  
}
}@media (max-width: 767px){#s-1c24b6ca-d83c-4d39-8737-862ff01d2562 {
  
}
}
@media (min-width: 0px) {
[id="s-1c24b6ca-d83c-4d39-8737-862ff01d2562"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1c24b6ca-d83c-4d39-8737-862ff01d2562"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c24b6ca-d83c-4d39-8737-862ff01d2562"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c24b6ca-d83c-4d39-8737-862ff01d2562"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-262615cd-2122-48f5-9c65-cab5720964e3 {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 20px;
margin-right: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (min-width: 1200px){#s-262615cd-2122-48f5-9c65-cab5720964e3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-262615cd-2122-48f5-9c65-cab5720964e3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-262615cd-2122-48f5-9c65-cab5720964e3 {
  
}
}@media (max-width: 767px){#s-262615cd-2122-48f5-9c65-cab5720964e3 {
  
}
}
#s-262615cd-2122-48f5-9c65-cab5720964e3 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-78f96fa6-160a-42d6-aca3-63669522ce74 {
  border-style: solid;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.15);
}
@media (min-width: 1200px){#s-78f96fa6-160a-42d6-aca3-63669522ce74 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-78f96fa6-160a-42d6-aca3-63669522ce74 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-78f96fa6-160a-42d6-aca3-63669522ce74 {
  
}
}@media (max-width: 767px){#s-78f96fa6-160a-42d6-aca3-63669522ce74 {
  
}
}
#s-84bf70cf-547e-474c-9e39-8c6470ccc218 {
  min-height: 50px;
background-color: rgba(245, 245, 245, 1);
}
@media (min-width: 1200px){#s-84bf70cf-547e-474c-9e39-8c6470ccc218 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84bf70cf-547e-474c-9e39-8c6470ccc218 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84bf70cf-547e-474c-9e39-8c6470ccc218 {
  
}
}@media (max-width: 767px){#s-84bf70cf-547e-474c-9e39-8c6470ccc218 {
  
}
}







#s-84bf70cf-547e-474c-9e39-8c6470ccc218 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-84bf70cf-547e-474c-9e39-8c6470ccc218.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-212e246d-e188-40a4-809a-d8b49bdd109d {
  margin-top: 40px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-212e246d-e188-40a4-809a-d8b49bdd109d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-212e246d-e188-40a4-809a-d8b49bdd109d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-212e246d-e188-40a4-809a-d8b49bdd109d {
  
}
}@media (max-width: 767px){#s-212e246d-e188-40a4-809a-d8b49bdd109d {
  
}
}
@media (min-width: 0px) {
[id="s-212e246d-e188-40a4-809a-d8b49bdd109d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-212e246d-e188-40a4-809a-d8b49bdd109d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-212e246d-e188-40a4-809a-d8b49bdd109d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-212e246d-e188-40a4-809a-d8b49bdd109d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-71793d72-59d3-4fc3-ae7e-65aed47af1f9 .shogun-icon-wrapper {
  text-align: left;
}


#s-71793d72-59d3-4fc3-ae7e-65aed47af1f9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-137ddeda-d097-4fc2-9dac-8fb00312d113 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-137ddeda-d097-4fc2-9dac-8fb00312d113 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-137ddeda-d097-4fc2-9dac-8fb00312d113 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-137ddeda-d097-4fc2-9dac-8fb00312d113 {
  
}
}@media (max-width: 767px){#s-137ddeda-d097-4fc2-9dac-8fb00312d113 {
  
}
}
#s-3fa736e5-27d5-448a-b53f-844fa8068fe5 .shogun-icon-wrapper {
  text-align: left;
}


#s-3fa736e5-27d5-448a-b53f-844fa8068fe5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-9f941031-ec3a-45ad-90a8-91a85f446739 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-9f941031-ec3a-45ad-90a8-91a85f446739 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9f941031-ec3a-45ad-90a8-91a85f446739 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9f941031-ec3a-45ad-90a8-91a85f446739 {
  
}
}@media (max-width: 767px){#s-9f941031-ec3a-45ad-90a8-91a85f446739 {
  
}
}
#s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9 {
  margin-top: 0px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9 {
  
}
}@media (max-width: 767px){#s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9 {
  
}
}
@media (min-width: 0px) {
[id="s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e1a10d7-0d91-400b-b5ec-edf46a6e8fe9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-91973e52-7df0-4580-92a1-1b4109db62d3 .shogun-icon-wrapper {
  text-align: left;
}


#s-91973e52-7df0-4580-92a1-1b4109db62d3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-ffa9b690-c332-4fc3-9749-3d2add222cff {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-ffa9b690-c332-4fc3-9749-3d2add222cff {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ffa9b690-c332-4fc3-9749-3d2add222cff {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ffa9b690-c332-4fc3-9749-3d2add222cff {
  
}
}@media (max-width: 767px){#s-ffa9b690-c332-4fc3-9749-3d2add222cff {
  
}
}
#s-63bfff62-8517-4638-a839-64e0c395299e .shogun-icon-wrapper {
  text-align: left;
}


#s-63bfff62-8517-4638-a839-64e0c395299e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-e8efd4ca-1602-4074-80bf-09c7aceec2e8 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-e8efd4ca-1602-4074-80bf-09c7aceec2e8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e8efd4ca-1602-4074-80bf-09c7aceec2e8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e8efd4ca-1602-4074-80bf-09c7aceec2e8 {
  
}
}@media (max-width: 767px){#s-e8efd4ca-1602-4074-80bf-09c7aceec2e8 {
  
}
}
#s-2837ebba-4eea-4950-9b4b-6489c1d2ee64 {
  margin-top: 0px;
margin-left: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-2837ebba-4eea-4950-9b4b-6489c1d2ee64 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2837ebba-4eea-4950-9b4b-6489c1d2ee64 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2837ebba-4eea-4950-9b4b-6489c1d2ee64 {
  
}
}@media (max-width: 767px){#s-2837ebba-4eea-4950-9b4b-6489c1d2ee64 {
  
}
}
@media (min-width: 0px) {
[id="s-2837ebba-4eea-4950-9b4b-6489c1d2ee64"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2837ebba-4eea-4950-9b4b-6489c1d2ee64"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-2837ebba-4eea-4950-9b4b-6489c1d2ee64"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-2837ebba-4eea-4950-9b4b-6489c1d2ee64"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 10.0px);
}

}

#s-8e679a71-d3f5-4fbe-bc02-cb9d4d404d0c .shogun-icon-wrapper {
  text-align: left;
}


#s-8e679a71-d3f5-4fbe-bc02-cb9d4d404d0c .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-37195b30-cf54-4892-8807-8586c03c9147 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-37195b30-cf54-4892-8807-8586c03c9147 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-37195b30-cf54-4892-8807-8586c03c9147 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-37195b30-cf54-4892-8807-8586c03c9147 {
  
}
}@media (max-width: 767px){#s-37195b30-cf54-4892-8807-8586c03c9147 {
  
}
}
#s-a79d4ef2-05c5-43bf-b743-ee94e2d119ed .shogun-icon-wrapper {
  text-align: left;
}


#s-a79d4ef2-05c5-43bf-b743-ee94e2d119ed .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-5821b688-01df-48fb-96f9-dfadf5c30cf3 {
  margin-bottom: 40px;
opacity: 1;
}
@media (min-width: 1200px){#s-5821b688-01df-48fb-96f9-dfadf5c30cf3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5821b688-01df-48fb-96f9-dfadf5c30cf3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5821b688-01df-48fb-96f9-dfadf5c30cf3 {
  
}
}@media (max-width: 767px){#s-5821b688-01df-48fb-96f9-dfadf5c30cf3 {
  
}
}
#s-128c4b96-8217-4820-aa77-3aa2b8b314b5 {
  padding-top: 40px;
padding-left: 5%;
padding-bottom: 40px;
padding-right: 5%;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-128c4b96-8217-4820-aa77-3aa2b8b314b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-128c4b96-8217-4820-aa77-3aa2b8b314b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f6fdaedf-ee6f-46c9-ae95-4365f5ebd227 {
  margin-bottom: 40px;
padding-top: 0px;
text-align: center;
}

#s-f6fdaedf-ee6f-46c9-ae95-4365f5ebd227 .shogun-heading-component h3 {
  color: rgba(5, 0, 56, 1);
  font-weight:  normal ;
  font-family: "Plus Jakarta Sans";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-f09a61ee-3803-403f-a353-c3d22b3e7bec {
  max-width: 1550px;
aspect-ratio: 1550/401;
text-align: center;
}





  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec img.shogun-image,
  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec {
    width: 100%;
    height: auto;
  }



  img.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
    
    
  }


.s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shogun-image-content {
  
    align-items: center;
  
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shg-align-container {
  text-align: center
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec img.shogun-image,
  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec {
    width: 100%;
    height: auto;
  }



  img.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
    
    
  }


.s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shogun-image-content {
  
    align-items: center;
  
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shg-align-container {
  text-align: center
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
  box-sizing: border-box;
}


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



  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec img.shogun-image,
  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec {
    width: 100%;
    height: auto;
  }



  img.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
    
    
  }


.s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shogun-image-content {
  
    align-items: center;
  
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shg-align-container {
  text-align: center
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
  box-sizing: border-box;
}


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



  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec img.shogun-image,
  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec {
    width: 100%;
    height: auto;
  }



  img.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
    
    
  }


.s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shogun-image-content {
  
    align-items: center;
  
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shg-align-container {
  text-align: center
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
  box-sizing: border-box;
}


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



  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec img.shogun-image,
  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-f09a61ee-3803-403f-a353-c3d22b3e7bec {
    width: 100%;
    height: auto;
  }



  img.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
    
    
  }


.s-f09a61ee-3803-403f-a353-c3d22b3e7bec .shogun-image-content {
  
    align-items: center;
  
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shg-align-container {
  text-align: center
}

.s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-f09a61ee-3803-403f-a353-c3d22b3e7bec.shogun-image {
  box-sizing: border-box;
}


}
#s-d342d9bd-abdb-4423-acff-acb2509e86a3 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 400px;
}








#s-d342d9bd-abdb-4423-acff-acb2509e86a3 > .shg-box-overlay {
  background-color: rgba(9, 54, 55, 1);
  opacity: 0;
}#s-d342d9bd-abdb-4423-acff-acb2509e86a3.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-45be41d2-bcb6-4853-ac77-844da4a6360b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-45be41d2-bcb6-4853-ac77-844da4a6360b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-45be41d2-bcb6-4853-ac77-844da4a6360b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-45be41d2-bcb6-4853-ac77-844da4a6360b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-9c533573-57e5-41ba-abae-da3dbee8a29b {
  border-style: solid;
margin-top: 50px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-9c533573-57e5-41ba-abae-da3dbee8a29b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-2fdb1048-6526-4bdb-abf6-ac7ffaf26a77 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-dbca816e-dd09-41e2-8dd1-6ef994e118b6 {
  border-style: solid;
margin-left: 50px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
border-top-width: 4px;
border-left-width: 0px;
border-bottom-width: 4px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
}

#s-dbca816e-dd09-41e2-8dd1-6ef994e118b6 .shogun-countdown span, #s-dbca816e-dd09-41e2-8dd1-6ef994e118b6 .shogun-countdown label {
  color: rgba(0, 0, 0, 1);
}
#s-b667893d-f94c-41ac-b7c7-1a0fbfc5fdaa {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
max-width: 1080px;
aspect-ratio: 1/1;
text-align: center;
}





  #s-b667893d-f94c-41ac-b7c7-1a0fbfc5fdaa img.shogun-image,
  #s-b667893d-f94c-41ac-b7c7-1a0fbfc5fdaa .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-b667893d-f94c-41ac-b7c7-1a0fbfc5fdaa {
    width: 100%;
    height: auto;
  }



  #s-b667893d-f94c-41ac-b7c7-1a0fbfc5fdaa img.shogun-image {
    

    
    
    
  }


#s-b667893d-f94c-41ac-b7c7-1a0fbfc5fdaa .shogun-image-content {
  
    align-items: center;
  
}

#s-bf84831a-f3a0-420c-a477-461461ae4ee8 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 0, 103, 1);
background-color: rgba(234, 234, 234, 1);
}

#s-bf84831a-f3a0-420c-a477-461461ae4ee8 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

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

#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
text-align: left;
}



.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-e5068070-8b0c-4f14-98aa-5e74c0dc88bd img.shogun-image {
  width: 100%;
}



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

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

#s-414c910a-3875-4a2b-9d93-a7a55843e554 {
  margin-top: 50px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-414c910a-3875-4a2b-9d93-a7a55843e554 .shg-product-title-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-bf204308-ff61-4676-81d4-21cef26a894b {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f {
  
}
}@media (max-width: 767px){#s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f {
  
}
}
@media (min-width: 0px) {
[id="s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4a67aecf-131b-4a3b-8d8d-cfaf2f90c82f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-a76b74f4-2af5-485f-a8a3-b9876995a65a {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(5, 0, 56, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-a76b74f4-2af5-485f-a8a3-b9876995a65a:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-a76b74f4-2af5-485f-a8a3-b9876995a65a:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-a76b74f4-2af5-485f-a8a3-b9876995a65a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a76b74f4-2af5-485f-a8a3-b9876995a65a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a76b74f4-2af5-485f-a8a3-b9876995a65a {
  
}
}@media (max-width: 767px){#s-a76b74f4-2af5-485f-a8a3-b9876995a65a {
  
}
}

  #s-a76b74f4-2af5-485f-a8a3-b9876995a65a-root {
    text-align: center;
  }


#s-a76b74f4-2af5-485f-a8a3-b9876995a65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a76b74f4-2af5-485f-a8a3-b9876995a65a-root {
    text-align: center;
  }


#s-a76b74f4-2af5-485f-a8a3-b9876995a65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a76b74f4-2af5-485f-a8a3-b9876995a65a-root {
    text-align: center;
  }


#s-a76b74f4-2af5-485f-a8a3-b9876995a65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a76b74f4-2af5-485f-a8a3-b9876995a65a-root {
    text-align: center;
  }


#s-a76b74f4-2af5-485f-a8a3-b9876995a65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a76b74f4-2af5-485f-a8a3-b9876995a65a-root {
    text-align: center;
  }


#s-a76b74f4-2af5-485f-a8a3-b9876995a65a.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-92a23bc1-4af0-4706-b796-621dc0c51e12 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 0px;
margin-right: 50px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: center;
}

#s-92a23bc1-4af0-4706-b796-621dc0c51e12 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-28f8eaa5-bcc6-4752-9a13-483219200e4d {
  border-style: solid;
margin-top: 25px;
margin-left: 50px;
margin-right: 50px;
border-top-width: 1px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(234, 234, 234, 1);
}

@media (min-width: 0px) {
[id="s-28f8eaa5-bcc6-4752-9a13-483219200e4d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-28f8eaa5-bcc6-4752-9a13-483219200e4d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-28f8eaa5-bcc6-4752-9a13-483219200e4d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-28f8eaa5-bcc6-4752-9a13-483219200e4d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-28f8eaa5-bcc6-4752-9a13-483219200e4d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-7f44d00f-6de1-42f2-b34c-3d188cd68d15 {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}

#s-7f44d00f-6de1-42f2-b34c-3d188cd68d15 .shogun-icon-wrapper {
  text-align: center;
}


#s-7f44d00f-6de1-42f2-b34c-3d188cd68d15 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(5, 0, 56, 1);
}

#s-606aab86-079c-4c38-b968-91a79cb439b2 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-cdfab7eb-b2cb-48b3-bafe-e7b847cc868e {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}

#s-cdfab7eb-b2cb-48b3-bafe-e7b847cc868e .shogun-icon-wrapper {
  text-align: center;
}


#s-cdfab7eb-b2cb-48b3-bafe-e7b847cc868e .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(5, 0, 56, 1);
}

#s-ef9d6537-359e-4685-b2e7-be61b869f752 {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-6f032d80-b6ac-4948-8071-38d366a2e2de {
  margin-top: 25px;
margin-left: 25px;
margin-right: 25px;
}

#s-6f032d80-b6ac-4948-8071-38d366a2e2de .shogun-icon-wrapper {
  text-align: center;
}


#s-6f032d80-b6ac-4948-8071-38d366a2e2de .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(5, 0, 56, 1);
}

#s-093e521e-d77b-4b52-876a-ddd6cec1aade {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

@media (min-width: 0px) {
[id="s-9d22bf64-3e5d-4cf2-80ba-befe1b0b1f08"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9d22bf64-3e5d-4cf2-80ba-befe1b0b1f08"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9d22bf64-3e5d-4cf2-80ba-befe1b0b1f08"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9d22bf64-3e5d-4cf2-80ba-befe1b0b1f08"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-b68eebfa-8e9a-4bb2-8f6e-ea74ed7d9135 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 0, 103, 1);
background-color: rgba(234, 234, 234, 1);
}

#s-b68eebfa-8e9a-4bb2-8f6e-ea74ed7d9135 {
  display: none;
}
#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 {
  border-style: solid;
margin-top: 50px;
margin-left: 50px;
margin-bottom: 25px;
margin-right: 50px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(255, 255, 255, 1);
text-align: left;
}



.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-534fdbcb-641d-40d0-b9ae-3f1d9a7e0020 img.shogun-image {
  width: 100%;
}



}
#s-0bd4f453-18de-4074-ab35-852e55348bd6 {
  border-style: solid;
margin-top: 50px;
margin-left: 25px;
margin-bottom: 0px;
margin-right: 25px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
text-align: left;
}

#s-0bd4f453-18de-4074-ab35-852e55348bd6 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-cb3c999b-ade0-4ae2-b111-67f7b70e489e {
  border-style: solid;
margin-top: 25px;
margin-left: 25px;
margin-bottom: 50px;
margin-right: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 152, 142, 1);
}

#s-f212b2e2-454d-4060-a54b-c381240504b0 {
  border-style: solid;
margin-left: 30px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-f212b2e2-454d-4060-a54b-c381240504b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f212b2e2-454d-4060-a54b-c381240504b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f212b2e2-454d-4060-a54b-c381240504b0 {
  
}
}@media (max-width: 767px){#s-f212b2e2-454d-4060-a54b-c381240504b0 {
  
}
}
@media (min-width: 0px) {
[id="s-f212b2e2-454d-4060-a54b-c381240504b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f212b2e2-454d-4060-a54b-c381240504b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f212b2e2-454d-4060-a54b-c381240504b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f212b2e2-454d-4060-a54b-c381240504b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518 {
  box-shadow:00px 0px 0px 0px rgba(0, 0, 0, 0);
border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 30px;
opacity: 1;
text-align: center;
background-color: rgba(5, 0, 56, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
}
#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518:hover {box-shadow:  0px   !important;
border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 30px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518:active {box-shadow: 0px 0px   !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518 {
  
}
}@media (max-width: 767px){#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518 {
  
}
}

  #s-2eebd2bf-cac9-4d9c-8961-9a065d79b518-root {
    text-align: center;
  }


#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
@media (min-width: 1200px){
  #s-2eebd2bf-cac9-4d9c-8961-9a065d79b518-root {
    text-align: center;
  }


#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2eebd2bf-cac9-4d9c-8961-9a065d79b518-root {
    text-align: center;
  }


#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2eebd2bf-cac9-4d9c-8961-9a065d79b518-root {
    text-align: center;
  }


#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}@media (max-width: 767px){
  #s-2eebd2bf-cac9-4d9c-8961-9a065d79b518-root {
    text-align: center;
  }


#s-2eebd2bf-cac9-4d9c-8961-9a065d79b518.shg-btn {
  color: rgba(255, 255, 255, 1);
  
  font-weight: 900;
  
  font-family: Raleway;
  display:  block ;
}
}
#s-7e0f147c-1b01-43ea-81db-ceb766741746 {
  margin-top: 40px;
min-height: 50px;
background-color: rgba(255, 199, 51, 1);
}
@media (min-width: 1200px){#s-7e0f147c-1b01-43ea-81db-ceb766741746 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7e0f147c-1b01-43ea-81db-ceb766741746 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7e0f147c-1b01-43ea-81db-ceb766741746 {
  
}
}@media (max-width: 767px){#s-7e0f147c-1b01-43ea-81db-ceb766741746 {
  
}
}







#s-7e0f147c-1b01-43ea-81db-ceb766741746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e0f147c-1b01-43ea-81db-ceb766741746.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bb00fc6f-b5c5-4784-bc09-8125b969afbf {
  margin-top: 40px;
margin-left: 40px;
margin-bottom: 40px;
margin-right: 40px;
}
@media (min-width: 1200px){#s-bb00fc6f-b5c5-4784-bc09-8125b969afbf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bb00fc6f-b5c5-4784-bc09-8125b969afbf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bb00fc6f-b5c5-4784-bc09-8125b969afbf {
  
}
}@media (max-width: 767px){#s-bb00fc6f-b5c5-4784-bc09-8125b969afbf {
  
}
}
@media (min-width: 0px) {
[id="s-bb00fc6f-b5c5-4784-bc09-8125b969afbf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bb00fc6f-b5c5-4784-bc09-8125b969afbf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bb00fc6f-b5c5-4784-bc09-8125b969afbf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-bb00fc6f-b5c5-4784-bc09-8125b969afbf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bb00fc6f-b5c5-4784-bc09-8125b969afbf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-bb00fc6f-b5c5-4784-bc09-8125b969afbf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-bb00fc6f-b5c5-4784-bc09-8125b969afbf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

}

#s-b5ddb155-1e22-43f6-b315-fe352d1a3e92 {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(242, 242, 242, 1);
text-align: center;
}
@media (min-width: 1200px){#s-b5ddb155-1e22-43f6-b315-fe352d1a3e92 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b5ddb155-1e22-43f6-b315-fe352d1a3e92 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b5ddb155-1e22-43f6-b315-fe352d1a3e92 {
  
}
}@media (max-width: 767px){#s-b5ddb155-1e22-43f6-b315-fe352d1a3e92 {
  
}
}
#s-b5ddb155-1e22-43f6-b315-fe352d1a3e92 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-08d0fb8d-2550-4b14-a9a3-cfe6e74894f5 {
  margin-left: 0px;
margin-right: 0px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-08d0fb8d-2550-4b14-a9a3-cfe6e74894f5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-08d0fb8d-2550-4b14-a9a3-cfe6e74894f5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-08d0fb8d-2550-4b14-a9a3-cfe6e74894f5 {
  
}
}@media (max-width: 767px){#s-08d0fb8d-2550-4b14-a9a3-cfe6e74894f5 {
  
}
}
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-color: rgba(205, 205, 205, 0);
}
@media (min-width: 1200px){#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 {
  
}
}@media (max-width: 767px){#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 {
  
}
}
#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 .shogun-success-alert {
  background-color: #E2EFDA;
  color: #3c763d;
}

#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 .shogun-form .shogun-form-label {
  color: rgba(85, 85, 85, 0);
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 .shogun-form .shogun-form-field {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-size: 18px;
  font-weight: ;
  font-style: ;
}

#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 .shogun-form .shogun-form-submit {
  background-color: rgba(255, 255, 255, 1) !important;
}

#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-a4a85e79-8138-414c-a6cc-d2e07b8310c0 .shogun-form .shogun-form-submit-label {
  color: rgba(0, 0, 0, 1) !important;
}

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