.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-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center bottom;
}

#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f {
  background-image: url(https://i.shgcdn.com/5ceb60d6-ae21-459b-a0a3-a3bb3ed7e3ca/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e1cabc4-4928-4d4d-9881-01031b2d0c1f.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-208195cf-71f4-4d8c-b2e7-936fb874814d {
  margin-bottom: 40px;
padding-top: 0px;
padding-bottom: 12px;
min-height: 47px;
}








#s-208195cf-71f4-4d8c-b2e7-936fb874814d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0.6;
}#s-208195cf-71f4-4d8c-b2e7-936fb874814d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

#s-8012e222-99af-45ed-8da0-291204f15fdb {
  margin-top: 30px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-8012e222-99af-45ed-8da0-291204f15fdb .shogun-heading-component h1 {
  color: rgba(46, 119, 138, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 68px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-49dc6a6c-08ad-4b3f-b5b1-86452448c7fb {
  margin-top: 0px;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-49dc6a6c-08ad-4b3f-b5b1-86452448c7fb .shogun-heading-component h1 {
  color: rgba(57, 79, 85, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  line-height: 1.25em;
  
  text-align: center;
}



#s-e1d56a64-8101-43bb-86e4-83ba2e79cd20 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 51px;
background-color: rgba(93, 95, 95, 1);
}
@media (max-width: 767px){#s-e1d56a64-8101-43bb-86e4-83ba2e79cd20 {
  margin-bottom: 20px;
}
}







#s-e1d56a64-8101-43bb-86e4-83ba2e79cd20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e1d56a64-8101-43bb-86e4-83ba2e79cd20.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-267c87fe-26ef-407f-95f1-efccb61a6d80 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-267c87fe-26ef-407f-95f1-efccb61a6d80 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


#s-267c87fe-26ef-407f-95f1-efccb61a6d80 .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}


#s-fbf0ecd0-b85a-4fe6-8dbe-96088e15b3f3 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-fbf0ecd0-b85a-4fe6-8dbe-96088e15b3f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fbf0ecd0-b85a-4fe6-8dbe-96088e15b3f3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

#s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19 {
  margin-top: 0px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 13%;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 7px;
min-height: 0px;
background-color: rgba(147, 211, 230, 1);
text-align: center;
text-decoration: none;
color: rgba(65, 75, 86, 1);
background-image: none;
hover-type: color;
background-position: center center;
}
#s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19:hover {border-radius: 7px !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19:active {border-style: solid !important;
border-color: rgba(46, 119, 138, 1) !important;
border-radius: 7px !important;
background-color: #000000 !important;
text-decoration: none !important;}

  #s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19-root {
    text-align: center;
  }


#s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19-root {
    text-align: center;
  }


#s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19-root {
    text-align: center;
  }


#s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19-root {
    text-align: center;
  }


#s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19-root {
    text-align: center;
  }


#s-f5fb4ed5-c1d3-4e3d-a443-de1c7a277d19.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
}
#s-c7821a33-1dc1-4eb3-bb15-75ef48efcdb4 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
min-height: 718px;
background-color: rgba(228, 239, 245, 1);
}








#s-c7821a33-1dc1-4eb3-bb15-75ef48efcdb4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7821a33-1dc1-4eb3-bb15-75ef48efcdb4.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-cd9c4e9f-f55e-4079-84ed-92b64da503f1 {
  box-shadow:1px 1px 1px 1px rgba(65, 75, 86, 0);
margin-left: 0%;
margin-right: 0%;
padding-left: 1%;
padding-right: 1%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-cd9c4e9f-f55e-4079-84ed-92b64da503f1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 7.5px);
}

}

@media (min-width: 768px) {
[id="s-cd9c4e9f-f55e-4079-84ed-92b64da503f1"] > .shg-row > .shg-c-sm-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 992px) {
[id="s-cd9c4e9f-f55e-4079-84ed-92b64da503f1"] > .shg-row > .shg-c-md-2_4 {
  width: calc(20.0% - 12.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd9c4e9f-f55e-4079-84ed-92b64da503f1"] > .shg-row > .shg-c-lg-2_4 {
  width: calc(20.0% - 12.0px);
}

}

.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-fef2b78e-6b5d-4271-9f48-e6f7723a8d3b {
  text-align: center;
}







  #s-fef2b78e-6b5d-4271-9f48-e6f7723a8d3b img.shogun-image {
    

    
    
    
  }


#s-fef2b78e-6b5d-4271-9f48-e6f7723a8d3b .shogun-image-content {
  
    align-items: center;
  
}

#s-c04072fd-3349-4856-90bc-63382260262d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-c04072fd-3349-4856-90bc-63382260262d .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



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

#s-d58e134e-8637-4040-8195-cba3a49131ba {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-d58e134e-8637-4040-8195-cba3a49131ba .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2aacedf5-f6bb-4acd-9369-24b268d3bb6b {
  margin-top: 10px;
}

#s-f31ee961-c16b-423e-9fd7-9de720dedfe6 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-f31ee961-c16b-423e-9fd7-9de720dedfe6 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-85a21b1e-79ef-4a06-9e2d-6440d49cedb5 {
  padding-top: 10px;
}

#s-695133a4-2089-40ff-9feb-68aa0246b5c5 {
  text-align: center;
}







  #s-695133a4-2089-40ff-9feb-68aa0246b5c5 img.shogun-image {
    

    
    
    
  }


#s-695133a4-2089-40ff-9feb-68aa0246b5c5 .shogun-image-content {
  
    align-items: center;
  
}

#s-23d3ef1f-7974-41de-bc72-104abaeeb93d {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-23d3ef1f-7974-41de-bc72-104abaeeb93d .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-a114ed52-0bb8-4bed-aca6-e5d198173902 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-a114ed52-0bb8-4bed-aca6-e5d198173902 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-8d56c9d7-5b0d-4fdc-a223-9bd349e771c7 {
  padding-top: 10px;
}

#s-7aae0b85-da88-4e8a-b0e4-17b2a780cff9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-7aae0b85-da88-4e8a-b0e4-17b2a780cff9 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-87b59515-5849-40db-bc11-3da96c037ead {
  padding-top: 10px;
}

#s-9d93c41b-faa5-49cf-82c0-3041a846ab7a {
  text-align: center;
}







  #s-9d93c41b-faa5-49cf-82c0-3041a846ab7a img.shogun-image {
    

    
    
    
  }


#s-9d93c41b-faa5-49cf-82c0-3041a846ab7a .shogun-image-content {
  
    align-items: center;
  
}

#s-f704f8c4-f346-4c91-a899-d33a8d4e2a05 {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-f704f8c4-f346-4c91-a899-d33a8d4e2a05 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9d2355c0-ec90-4161-aacd-d521422dcfd7 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-9d2355c0-ec90-4161-aacd-d521422dcfd7 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-84d35bfd-3711-415d-ba13-9ea115a2866d {
  padding-top: 10px;
}

#s-2caa7ac7-5157-482b-8a04-7e161dd2e090 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2caa7ac7-5157-482b-8a04-7e161dd2e090 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-2c9e74e4-17f4-48cf-b107-21c5459d2e6c {
  padding-top: 10px;
}

#s-63039bdc-826f-461b-b01b-edbbd8c7dd17 {
  text-align: center;
}







  #s-63039bdc-826f-461b-b01b-edbbd8c7dd17 img.shogun-image {
    

    
    
    
  }


#s-63039bdc-826f-461b-b01b-edbbd8c7dd17 .shogun-image-content {
  
    align-items: center;
  
}

#s-894b3dbe-bdf5-44fb-9258-a4cb49e2c204 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-894b3dbe-bdf5-44fb-9258-a4cb49e2c204 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-2b6e4a7e-f411-4dd9-b2e7-6df6d17a1fdd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-2b6e4a7e-f411-4dd9-b2e7-6df6d17a1fdd .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e7b941ba-038c-4eae-90f9-5f12fe420ca0 {
  padding-top: 10px;
}

#s-935d620e-1796-47e3-bbbc-21b58259b059 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-935d620e-1796-47e3-bbbc-21b58259b059 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 16px;
  
  
  
}



#s-af112754-9984-40f8-b401-c6bffc95cad3 {
  padding-top: 10px;
}

#s-c6e33be1-b0e9-44ee-8333-018d1ca45b42 {
  text-align: center;
}







  #s-c6e33be1-b0e9-44ee-8333-018d1ca45b42 img.shogun-image {
    

    
    
    
  }


#s-c6e33be1-b0e9-44ee-8333-018d1ca45b42 .shogun-image-content {
  
    align-items: center;
  
}

#s-105ab33f-529b-42f6-8894-b96f6d320253 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-105ab33f-529b-42f6-8894-b96f6d320253 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-e817d1e9-b20b-4408-ae17-edd3ec1ef5f0 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-e817d1e9-b20b-4408-ae17-edd3ec1ef5f0 .shogun-heading-component h2 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-d030f29b-46b0-4dcb-956b-b723b81168a1 {
  padding-top: 10px;
}

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

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

#s-7839b49c-4a0c-4af1-aed1-111fb03ac07d hr {
  border-top: 1px solid rgba(46, 119, 138, 1);
}

@media (min-width: 0px) {
[id="s-82960a6f-305b-4ebf-81d4-daba1d9b2b58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-82960a6f-305b-4ebf-81d4-daba1d9b2b58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-82960a6f-305b-4ebf-81d4-daba1d9b2b58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-82960a6f-305b-4ebf-81d4-daba1d9b2b58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(46, 119, 138, 1);
border-radius: 7px;
background-color: rgba(147, 211, 230, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 75, 86, 1);
background-position: center center;
}
#s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27:hover {background-color: rgba(69, 184, 214, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27-root {
    text-align: center;
  }


#s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27-root {
    text-align: center;
  }


#s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27-root {
    text-align: center;
  }


#s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27-root {
    text-align: center;
  }


#s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27-root {
    text-align: center;
  }


#s-6ee709c6-70c4-4dc0-aa23-46fe100e5e27.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-fa5b197d-47cb-4112-8568-896a2110e029 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(46, 119, 138, 1);
border-radius: 7px;
background-color: rgba(147, 211, 230, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 75, 86, 1);
background-position: center center;
}
#s-fa5b197d-47cb-4112-8568-896a2110e029:hover {background-color: rgba(69, 184, 214, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-fa5b197d-47cb-4112-8568-896a2110e029:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-fa5b197d-47cb-4112-8568-896a2110e029-root {
    text-align: center;
  }


#s-fa5b197d-47cb-4112-8568-896a2110e029.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-fa5b197d-47cb-4112-8568-896a2110e029-root {
    text-align: center;
  }


#s-fa5b197d-47cb-4112-8568-896a2110e029.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-fa5b197d-47cb-4112-8568-896a2110e029-root {
    text-align: center;
  }


#s-fa5b197d-47cb-4112-8568-896a2110e029.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-fa5b197d-47cb-4112-8568-896a2110e029-root {
    text-align: center;
  }


#s-fa5b197d-47cb-4112-8568-896a2110e029.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-fa5b197d-47cb-4112-8568-896a2110e029-root {
    text-align: center;
  }


#s-fa5b197d-47cb-4112-8568-896a2110e029.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-a6f0389f-7548-4a88-89e0-63428170d8c3 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(46, 119, 138, 1);
border-radius: 7px;
background-color: rgba(147, 211, 230, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 75, 86, 1);
background-position: center center;
}
#s-a6f0389f-7548-4a88-89e0-63428170d8c3:hover {background-color: rgba(69, 184, 214, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a6f0389f-7548-4a88-89e0-63428170d8c3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a6f0389f-7548-4a88-89e0-63428170d8c3-root {
    text-align: center;
  }


#s-a6f0389f-7548-4a88-89e0-63428170d8c3.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a6f0389f-7548-4a88-89e0-63428170d8c3-root {
    text-align: center;
  }


#s-a6f0389f-7548-4a88-89e0-63428170d8c3.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a6f0389f-7548-4a88-89e0-63428170d8c3-root {
    text-align: center;
  }


#s-a6f0389f-7548-4a88-89e0-63428170d8c3.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a6f0389f-7548-4a88-89e0-63428170d8c3-root {
    text-align: center;
  }


#s-a6f0389f-7548-4a88-89e0-63428170d8c3.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a6f0389f-7548-4a88-89e0-63428170d8c3-root {
    text-align: center;
  }


#s-a6f0389f-7548-4a88-89e0-63428170d8c3.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-83af3daa-a50d-4f79-a6d5-7e30adf823d6 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(46, 119, 138, 1);
border-radius: 7px;
background-color: rgba(147, 211, 230, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 75, 86, 1);
background-position: center center;
}
#s-83af3daa-a50d-4f79-a6d5-7e30adf823d6:hover {background-color: rgba(69, 184, 214, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-83af3daa-a50d-4f79-a6d5-7e30adf823d6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-83af3daa-a50d-4f79-a6d5-7e30adf823d6-root {
    text-align: center;
  }


#s-83af3daa-a50d-4f79-a6d5-7e30adf823d6.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-83af3daa-a50d-4f79-a6d5-7e30adf823d6-root {
    text-align: center;
  }


#s-83af3daa-a50d-4f79-a6d5-7e30adf823d6.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-83af3daa-a50d-4f79-a6d5-7e30adf823d6-root {
    text-align: center;
  }


#s-83af3daa-a50d-4f79-a6d5-7e30adf823d6.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-83af3daa-a50d-4f79-a6d5-7e30adf823d6-root {
    text-align: center;
  }


#s-83af3daa-a50d-4f79-a6d5-7e30adf823d6.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-83af3daa-a50d-4f79-a6d5-7e30adf823d6-root {
    text-align: center;
  }


#s-83af3daa-a50d-4f79-a6d5-7e30adf823d6.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-c6722082-edd0-47f0-96b0-d2e172e8dab6 hr {
  border-top: 1px solid rgba(46, 119, 138, 1);
}

#s-2e4ac717-cf89-4399-8b4f-1ead3e1c7552 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-2e4ac717-cf89-4399-8b4f-1ead3e1c7552"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2e4ac717-cf89-4399-8b4f-1ead3e1c7552"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2e4ac717-cf89-4399-8b4f-1ead3e1c7552"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2e4ac717-cf89-4399-8b4f-1ead3e1c7552"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f7d0ad98-1dc9-4ed2-a806-adfdc1b24cb0 {
  min-height: 50px;
}








#s-f7d0ad98-1dc9-4ed2-a806-adfdc1b24cb0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7d0ad98-1dc9-4ed2-a806-adfdc1b24cb0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-81b23117-b3eb-4ed4-9705-10c366a2aa78 {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-45aee7ba-17ab-434d-8262-7b42a5fe173e {
  margin-top: 3px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-f4c3a850-ff37-4d18-9640-dfeb2100654d hr {
  border-top: 1px solid rgba(46, 119, 138, 1);
}

#s-4fd18f96-5598-418b-a9e9-fdccf1a03302 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: 25px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-4fd18f96-5598-418b-a9e9-fdccf1a03302"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4fd18f96-5598-418b-a9e9-fdccf1a03302"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.5px);
}

[id="s-4fd18f96-5598-418b-a9e9-fdccf1a03302"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.5px);
}

}

@media (min-width: 992px) {
[id="s-4fd18f96-5598-418b-a9e9-fdccf1a03302"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.5px);
}

[id="s-4fd18f96-5598-418b-a9e9-fdccf1a03302"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.5px);
}

}

@media (min-width: 1200px) {
[id="s-4fd18f96-5598-418b-a9e9-fdccf1a03302"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.5px);
}

[id="s-4fd18f96-5598-418b-a9e9-fdccf1a03302"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.5px);
}

}

#s-0c329fa5-2ee0-4d26-92f4-aee21b62b404 {
  min-height: 50px;
}








#s-0c329fa5-2ee0-4d26-92f4-aee21b62b404 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0c329fa5-2ee0-4d26-92f4-aee21b62b404.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2b7ea467-9139-46c2-8537-ef7fb9c4b4b5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(93, 95, 95, 1);
}
@media (max-width: 767px){#s-2b7ea467-9139-46c2-8537-ef7fb9c4b4b5 {
  margin-bottom: 20px;
}
}







#s-2b7ea467-9139-46c2-8537-ef7fb9c4b4b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7ea467-9139-46c2-8537-ef7fb9c4b4b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-23d8246e-f537-4222-a640-59ccbcc0b315 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-23d8246e-f537-4222-a640-59ccbcc0b315 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


#s-23d8246e-f537-4222-a640-59ccbcc0b315 .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}


#s-1fc77410-84d3-46bd-8e79-cedd71f9e058 {
  border-style: solid;
margin-top: 16px;
margin-bottom: 20px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(46, 119, 138, 1);
border-radius: 7px;
background-color: rgba(147, 211, 230, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(65, 75, 86, 1);
background-position: center center;
}
#s-1fc77410-84d3-46bd-8e79-cedd71f9e058:hover {background-color: rgba(69, 184, 214, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1fc77410-84d3-46bd-8e79-cedd71f9e058:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1fc77410-84d3-46bd-8e79-cedd71f9e058-root {
    text-align: center;
  }


#s-1fc77410-84d3-46bd-8e79-cedd71f9e058.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fc77410-84d3-46bd-8e79-cedd71f9e058-root {
    text-align: center;
  }


#s-1fc77410-84d3-46bd-8e79-cedd71f9e058.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fc77410-84d3-46bd-8e79-cedd71f9e058-root {
    text-align: center;
  }


#s-1fc77410-84d3-46bd-8e79-cedd71f9e058.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fc77410-84d3-46bd-8e79-cedd71f9e058-root {
    text-align: center;
  }


#s-1fc77410-84d3-46bd-8e79-cedd71f9e058.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fc77410-84d3-46bd-8e79-cedd71f9e058-root {
    text-align: center;
  }


#s-1fc77410-84d3-46bd-8e79-cedd71f9e058.shg-btn {
  color: rgba(65, 75, 86, 1);
  font-size: 18px;
  
  
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-e8aa239e-9ac2-4ea3-9f6e-b02f27753a74 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-e8aa239e-9ac2-4ea3-9f6e-b02f27753a74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8aa239e-9ac2-4ea3-9f6e-b02f27753a74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8aa239e-9ac2-4ea3-9f6e-b02f27753a74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e8aa239e-9ac2-4ea3-9f6e-b02f27753a74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8aa239e-9ac2-4ea3-9f6e-b02f27753a74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8aa239e-9ac2-4ea3-9f6e-b02f27753a74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e8aa239e-9ac2-4ea3-9f6e-b02f27753a74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-7d35cb15-6a02-40f7-aefa-6eac6e90e3f6 {
  min-height: 50px;
}








#s-7d35cb15-6a02-40f7-aefa-6eac6e90e3f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d35cb15-6a02-40f7-aefa-6eac6e90e3f6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92af9de6-146e-4f76-9638-81403ba9498b {
  margin-top: 3px;
margin-left: 10%;
margin-bottom: 0px;
margin-right: 10%;
}

#s-92a5050c-0690-4552-87c0-6c39db258dbb {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(93, 95, 95, 1);
}
@media (max-width: 767px){#s-92a5050c-0690-4552-87c0-6c39db258dbb {
  margin-bottom: 20px;
}
}







#s-92a5050c-0690-4552-87c0-6c39db258dbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92a5050c-0690-4552-87c0-6c39db258dbb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd0dced3-a3c4-4052-b451-8924e1510a49 {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-bd0dced3-a3c4-4052-b451-8924e1510a49 .shogun-heading-component h5 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: center;
}


#s-bd0dced3-a3c4-4052-b451-8924e1510a49 .shogun-heading-component h5 a {
  color: rgba(255, 255, 255, 1);
}


#s-31adeca6-6977-40e1-9c4e-8384f57f320d {
  min-height: 50px;
background-color: rgba(53, 155, 182, 1);
}








#s-31adeca6-6977-40e1-9c4e-8384f57f320d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31adeca6-6977-40e1-9c4e-8384f57f320d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6a2e52fb-ad94-4d23-980a-c840612ab0e8 {
  margin-top: 30px;
margin-left: 0%;
margin-bottom: 30px;
margin-right: 0%;
padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}

@media (min-width: 0px) {
[id="s-6a2e52fb-ad94-4d23-980a-c840612ab0e8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6a2e52fb-ad94-4d23-980a-c840612ab0e8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a2e52fb-ad94-4d23-980a-c840612ab0e8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a2e52fb-ad94-4d23-980a-c840612ab0e8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-003dd584-7545-4e96-82d5-7b443a440835 {
  margin-top: 0px;
margin-bottom: 10px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-003dd584-7545-4e96-82d5-7b443a440835 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 60px;
  line-height: 1em;
  
  text-align: left;
}



#s-fed26107-2b2f-4bb4-b88b-38a86e72b409 {
  margin-bottom: 30px;
}

#s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 3px;
border-left-width: 3px;
border-bottom-width: 3px;
border-right-width: 3px;
border-color: rgba(46, 119, 138, 1);
border-radius: 7px;
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
background-color: rgba(147, 211, 230, 1);
color: rgba(93, 95, 95, 1);
}
#s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1:hover {text-decoration: none !important;
background-image: none !important;
background-color: rgba(69, 184, 214, 1) !important;
hover-type: color !important;}#s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1-root {
    text-align: center;
  }


#s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1.shg-btn {
  color: rgba(93, 95, 95, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Quicksand;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1-root {
    text-align: center;
  }


#s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1.shg-btn {
  color: rgba(93, 95, 95, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1-root {
    text-align: center;
  }


#s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1.shg-btn {
  color: rgba(93, 95, 95, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1-root {
    text-align: center;
  }


#s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1.shg-btn {
  color: rgba(93, 95, 95, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Quicksand;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1-root {
    text-align: center;
  }


#s-d07ccc0a-cb7d-4287-ab17-cef85995ffa1.shg-btn {
  color: rgba(93, 95, 95, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Quicksand;
  display:  inline-block ;
}
}
#s-e1b6f33d-1cd5-4015-81d3-14b8282a3441 {
  text-align: center;
}







  #s-e1b6f33d-1cd5-4015-81d3-14b8282a3441 img.shogun-image {
    

    
    
    
  }


#s-e1b6f33d-1cd5-4015-81d3-14b8282a3441 .shogun-image-content {
  
    align-items: center;
  
}

#s-325c3cca-0b9a-47b3-bbdf-61f8fae90ad1 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 20px;
margin-bottom: 20px;
padding-top: 100px;
padding-left: 26%;
padding-bottom: 100px;
padding-right: 26%;
min-height: 50px;
background-position: center center;
opacity: 1;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-325c3cca-0b9a-47b3-bbdf-61f8fae90ad1 {
  padding-top: 60px;
padding-bottom: 60px;
}
}@media (max-width: 767px){#s-325c3cca-0b9a-47b3-bbdf-61f8fae90ad1 {
  padding-top: 60px;
padding-bottom: 60px;
}
}







#s-325c3cca-0b9a-47b3-bbdf-61f8fae90ad1 > .shg-box-overlay {
  background-color: rgba(65, 75, 86, 1);
  opacity: 0.2;
}#s-325c3cca-0b9a-47b3-bbdf-61f8fae90ad1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d041ac54-4400-4836-aa8d-aa33a5797b72 {
  margin-bottom: 8px;
text-align: center;
opacity: 1;
}

#s-d041ac54-4400-4836-aa8d-aa33a5797b72 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Work Sans";
  font-style:  normal ;
  font-size: 72px;
  
  
  
}



#s-628689b1-2e81-4c17-b25c-628fc4655681 {
  margin-bottom: 20px;
text-align: center;
}

#s-628689b1-2e81-4c17-b25c-628fc4655681 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: "Quicksand";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  
  
}



#s-9eb0ade7-b863-44fc-bcef-d8d61162b1db {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-9eb0ade7-b863-44fc-bcef-d8d61162b1db .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-9eb0ade7-b863-44fc-bcef-d8d61162b1db .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: ;
  font-style: ;
  color: rgba(34, 188, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-9eb0ade7-b863-44fc-bcef-d8d61162b1db .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(34, 188, 34, 1);
}

#s-9eb0ade7-b863-44fc-bcef-d8d61162b1db .shogun-form-error-msg-container, #s-9eb0ade7-b863-44fc-bcef-d8d61162b1db .shogun-form-field-error-msg-container {
  display: none;
}

#s-9eb0ade7-b863-44fc-bcef-d8d61162b1db .shogun-form-error-msg {
  
  font-style: ;
  color: rgba(224, 0, 0, 1);
  font-family: Spartan;
  font-weight: 500;
  
  
  
}

#s-9eb0ade7-b863-44fc-bcef-d8d61162b1db .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(224, 0, 0, 1);
}

#s-6725c4af-a1b9-4bee-beac-71e85cef58e9 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-6725c4af-a1b9-4bee-beac-71e85cef58e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6725c4af-a1b9-4bee-beac-71e85cef58e9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6725c4af-a1b9-4bee-beac-71e85cef58e9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 992px) {
[id="s-6725c4af-a1b9-4bee-beac-71e85cef58e9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6725c4af-a1b9-4bee-beac-71e85cef58e9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

@media (min-width: 1200px) {
[id="s-6725c4af-a1b9-4bee-beac-71e85cef58e9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 10.0px);
}

[id="s-6725c4af-a1b9-4bee-beac-71e85cef58e9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 10.0px);
}

}

.shogun-form-text-input-field {
  width: 100%;
}

.shogun-form-text-input-field:focus {
  outline: none;
}

textarea.shogun-form-text-input-field {
  resize: none;
  overflow: hidden;
  min-height: 70px !important;
}

#s-8fafab24-9bcb-4326-82af-49ee409588c2 {
  margin-bottom: 10px;
}
@media (max-width: 767px){#s-8fafab24-9bcb-4326-82af-49ee409588c2 {
  margin-bottom: 10px;
}
}
#s-8fafab24-9bcb-4326-82af-49ee409588c2  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  background-color: rgba(245, 245, 245, 1);
  
  font-size: 16px;
  font-style: ;
  color: #000;
  font-family: Work Sans;
  font-weight: 500;
  line-height: 2em;
  
}

#s-8fafab24-9bcb-4326-82af-49ee409588c2  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: ;
  color: rgba(34, 34, 34, 1);
  font-family: Work Sans;
  font-weight: 500;
  
  
}


#s-8fafab24-9bcb-4326-82af-49ee409588c2 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  background-color: rgba(241, 241, 241, 1);
  color: #000;
}



#s-8fafab24-9bcb-4326-82af-49ee409588c2 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: #000;
  border-radius: 0px;
  
  color: #000;
}


.shogun-form-box-submit {
  border: 0;
  font-size: 1em;
  line-height: 1.8;
}

.shogun-form-box-submit:focus {
  outline: none;
}

.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-520834e0-11fd-4d7e-a6d9-08f8cfb939af {
  border-style: solid;
margin-top: 0px;
padding-top: 10px;
padding-left: 27px;
padding-bottom: 10px;
padding-right: 27px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(0, 162, 225, 1);
text-align: center;
cursor: pointer;
font-family: Poppins;
font-weight: 600;
background-image: none;
hover-type: color;
}
#s-520834e0-11fd-4d7e-a6d9-08f8cfb939af:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(34, 34, 34, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-520834e0-11fd-4d7e-a6d9-08f8cfb939af:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(68, 68, 68, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-520834e0-11fd-4d7e-a6d9-08f8cfb939af[disabled],
#s-520834e0-11fd-4d7e-a6d9-08f8cfb939af[disabled]:hover,
#s-520834e0-11fd-4d7e-a6d9-08f8cfb939af[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-520834e0-11fd-4d7e-a6d9-08f8cfb939af {
  display:  inline-block ;
  width:  auto ;
}


#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba {
  padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(147, 211, 230, 1);
}








#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-09299236-9b6e-4f76-b7ef-eadf1fd299ba.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-de0ff945-57fb-4240-b9e0-1192a72dc4fd .shogun-heading-component h4 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
#s-5f21a4c3-814c-4dc4-ba9c-74848c06624f {
  text-align: center;
}







  #s-5f21a4c3-814c-4dc4-ba9c-74848c06624f img.shogun-image {
    

    
    
    
  }


#s-5f21a4c3-814c-4dc4-ba9c-74848c06624f .shogun-image-content {
  
    align-items: center;
  
}

#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-top: 20px;
margin-left: 10%;
margin-bottom: 30px;
margin-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 5%;
margin-right: 5%;
}
}@media (max-width: 767px){#s-ecd8b668-0cef-4b6c-a9d0-548de72025c0 {
  margin-left: 20px;
margin-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd8b668-0cef-4b6c-a9d0-548de72025c0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d3b4304f-f11e-4c50-be41-5748604da256 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-d3b4304f-f11e-4c50-be41-5748604da256 {
  margin-bottom: 20px;
}
}







#s-d3b4304f-f11e-4c50-be41-5748604da256 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3b4304f-f11e-4c50-be41-5748604da256.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 {
  padding-left: 0%;
padding-right: 60%;
text-align: left;
}







  #s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 img.shogun-image {
    

    
    
    
  }


#s-fc74f0b8-1fb6-4572-9b69-32c841a733e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0b74859-5da0-438d-982f-0e150fe55a36 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e0b74859-5da0-438d-982f-0e150fe55a36 .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-de877c6d-f6b0-485f-99ef-e828f8fd67ef {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-8467e550-c659-4f93-a815-358c98f0efff {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-8467e550-c659-4f93-a815-358c98f0efff {
  margin-bottom: 20px;
}
}







#s-8467e550-c659-4f93-a815-358c98f0efff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8467e550-c659-4f93-a815-358c98f0efff.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02ae77cb-03e4-4768-bf55-43cb25aa49cb {
  padding-left: 0%;
padding-right: 60%;
text-align: left;
}







  #s-02ae77cb-03e4-4768-bf55-43cb25aa49cb img.shogun-image {
    

    
    
    
  }


#s-02ae77cb-03e4-4768-bf55-43cb25aa49cb .shogun-image-content {
  
    align-items: center;
  
}

#s-b5aa87a0-75a0-40ca-9ae2-4e0a76e998ee {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b5aa87a0-75a0-40ca-9ae2-4e0a76e998ee .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-8779cd91-b24f-4a34-b0b8-eaf09cce8a52 {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 {
  padding-top: 20px;
padding-left: 20px;
padding-bottom: 20px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9c5ebf7-a46d-4cac-943d-2689d900baa5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de4ea715-85d1-45b3-b42f-19c476ddb57e {
  text-align: left;
}







  #s-de4ea715-85d1-45b3-b42f-19c476ddb57e img.shogun-image {
    

    
    
    
  }


#s-de4ea715-85d1-45b3-b42f-19c476ddb57e .shogun-image-content {
  
    align-items: center;
  
}

#s-e67e7689-8857-426c-b5b8-f23ae571164b {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-e67e7689-8857-426c-b5b8-f23ae571164b .shogun-heading-component h5 {
  color: #000;
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  text-align: left;
}



#s-f194a102-037f-474e-92b1-82df57c0fb5d {
  margin-top: 15px;
margin-bottom: 15px;
}

#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa {
  border-style: solid;
border-color: #000;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-radius: 7px;
background-color: rgba(46, 119, 138, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa:hover {background-color: rgba(51, 51, 51, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa:active {background-color: rgba(102, 102, 102, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d9254f1d-4a39-4959-af30-2bd23a9af1fa-root {
    text-align: center;
  }


#s-d9254f1d-4a39-4959-af30-2bd23a9af1fa.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-068372a3-d044-4120-a638-f2e80a8f3f57 {
  padding-top: 80px;
padding-bottom: 80px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-068372a3-d044-4120-a638-f2e80a8f3f57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-068372a3-d044-4120-a638-f2e80a8f3f57.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-57928be1-3f71-496c-b4a7-5d81611dfed9 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-57928be1-3f71-496c-b4a7-5d81611dfed9 .shogun-heading-component h4 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-57928be1-3f71-496c-b4a7-5d81611dfed9 .shogun-heading-component h4 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-57928be1-3f71-496c-b4a7-5d81611dfed9 .shogun-heading-component h4 {
  color: rgba(93, 95, 95, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  
}


}
#s-00325ebc-736e-4029-bb5e-8ae053d4fdfe {
  text-align: center;
}







  #s-00325ebc-736e-4029-bb5e-8ae053d4fdfe img.shogun-image {
    

    
    
    
  }


#s-00325ebc-736e-4029-bb5e-8ae053d4fdfe .shogun-image-content {
  
    align-items: center;
  
}

#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-f21b6fca-1399-41ce-beda-a2c5b970852f {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-f21b6fca-1399-41ce-beda-a2c5b970852f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-2afdb6f5-0189-4f19-b387-97a5ac780d82 {
  text-align: center;
}







  #s-2afdb6f5-0189-4f19-b387-97a5ac780d82 img.shogun-image {
    

    
    
    
  }


#s-2afdb6f5-0189-4f19-b387-97a5ac780d82 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad {
  text-align: center;
}







  #s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad img.shogun-image {
    

    
    
    
  }


#s-6d062031-7a6d-4157-8b72-fea2f2f6a8ad .shogun-image-content {
  
    align-items: center;
  
}

#s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf {
  text-align: center;
}







  #s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf img.shogun-image {
    

    
    
    
  }


#s-6dceeb2f-3b8a-427a-88e0-798c7a6bb6cf .shogun-image-content {
  
    align-items: center;
  
}

#s-39b116d7-c254-4f45-839f-511094189ded {
  text-align: center;
}







  #s-39b116d7-c254-4f45-839f-511094189ded img.shogun-image {
    

    
    
    
  }


#s-39b116d7-c254-4f45-839f-511094189ded .shogun-image-content {
  
    align-items: center;
  
}

#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  margin-top: 0px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-abc8d332-99b8-467b-9909-7b9a64eeb79b {
  padding-left: 20px;
padding-right: 20px;
}
}
@media (min-width: 0px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-abc8d332-99b8-467b-9909-7b9a64eeb79b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

}

#s-149c79da-2969-4fcf-b57e-5d75bbc4642d {
  text-align: center;
}







  #s-149c79da-2969-4fcf-b57e-5d75bbc4642d img.shogun-image {
    

    
    
    
  }


#s-149c79da-2969-4fcf-b57e-5d75bbc4642d .shogun-image-content {
  
    align-items: center;
  
}

#s-0545d705-bdf1-43c7-865a-697c1981aac9 {
  text-align: center;
}







  #s-0545d705-bdf1-43c7-865a-697c1981aac9 img.shogun-image {
    

    
    
    
  }


#s-0545d705-bdf1-43c7-865a-697c1981aac9 .shogun-image-content {
  
    align-items: center;
  
}

#s-1091fc50-6990-4caa-8c30-ce7651e18d26 {
  text-align: center;
}







  #s-1091fc50-6990-4caa-8c30-ce7651e18d26 img.shogun-image {
    

    
    
    
  }


#s-1091fc50-6990-4caa-8c30-ce7651e18d26 .shogun-image-content {
  
    align-items: center;
  
}

#s-07c56dac-d201-4659-9ab8-68632741f049 {
  text-align: center;
}







  #s-07c56dac-d201-4659-9ab8-68632741f049 img.shogun-image {
    

    
    
    
  }


#s-07c56dac-d201-4659-9ab8-68632741f049 .shogun-image-content {
  
    align-items: center;
  
}

#s-e796bf0b-dcff-4a7b-8181-f9b181ef40b3 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 10%;
margin-bottom: 0%;
margin-right: 10%;
padding-top: 1px;
padding-left: 10%;
padding-bottom: 1px;
padding-right: 10%;
min-height: 50px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-e796bf0b-dcff-4a7b-8181-f9b181ef40b3 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e796bf0b-dcff-4a7b-8181-f9b181ef40b3 {
  padding-left: 20px;
padding-right: 20px;
}
}







#s-e796bf0b-dcff-4a7b-8181-f9b181ef40b3 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.1;
}#s-e796bf0b-dcff-4a7b-8181-f9b181ef40b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6f363377-50e9-4d85-9d85-c30515605d2c {
  margin-bottom: 0px;
text-align: center;
}

#s-6f363377-50e9-4d85-9d85-c30515605d2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 48px;
  
  letter-spacing: 2px;
  
}


@media (min-width: 768px) and (max-width: 991px){#s-6f363377-50e9-4d85-9d85-c30515605d2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  letter-spacing: 2px;
  
}


}@media (max-width: 767px){#s-6f363377-50e9-4d85-9d85-c30515605d2c .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 36px;
  
  letter-spacing: 2px;
  
}


}
#s-2540e93c-c86f-433b-bbe5-7e98cd9a5bad {
  margin-bottom: 30px;
text-align: center;
}

#s-2540e93c-c86f-433b-bbe5-7e98cd9a5bad .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


@media (min-width: 768px) and (max-width: 991px){#s-2540e93c-c86f-433b-bbe5-7e98cd9a5bad .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


}@media (max-width: 767px){#s-2540e93c-c86f-433b-bbe5-7e98cd9a5bad .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}


}
#s-8e056b16-9759-4d5b-aa4f-2ff7a728b3a1 {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-8e056b16-9759-4d5b-aa4f-2ff7a728b3a1 .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  
  
  
  
  
  
  
  
  
  
}

#s-8e056b16-9759-4d5b-aa4f-2ff7a728b3a1 .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-style: ;
  color: rgba(1, 202, 114, 1);
  font-family: Poppins;
  font-weight: 500;
  
  
  justify-content: center;
}

#s-8e056b16-9759-4d5b-aa4f-2ff7a728b3a1 .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(1, 202, 114, 1);
}

#s-8e056b16-9759-4d5b-aa4f-2ff7a728b3a1 .shogun-form-error-msg-container, #s-8e056b16-9759-4d5b-aa4f-2ff7a728b3a1 .shogun-form-field-error-msg-container {
  display: none;
}

#s-8e056b16-9759-4d5b-aa4f-2ff7a728b3a1 .shogun-form-error-msg {
  font-size: 16px;
  font-style: ;
  color: rgba(227, 1, 100, 1);
  font-family: Poppins;
  font-weight: 500;
  
  
  justify-content: flex-start;
}

#s-8e056b16-9759-4d5b-aa4f-2ff7a728b3a1 .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(227, 1, 100, 1);
}

@media (min-width: 0px) {
[id="s-59ab8fef-a3c9-4359-9283-ef52c21228c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59ab8fef-a3c9-4359-9283-ef52c21228c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-59ab8fef-a3c9-4359-9283-ef52c21228c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-59ab8fef-a3c9-4359-9283-ef52c21228c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}








#s-da832538-467b-4b68-8391-18a43cd4b046 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da832538-467b-4b68-8391-18a43cd4b046.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cb9ab378-824f-4ff7-90bf-1010635ca1e0 {
  margin-bottom: 15px;
}

#s-cb9ab378-824f-4ff7-90bf-1010635ca1e0  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 2em;
  
}

#s-cb9ab378-824f-4ff7-90bf-1010635ca1e0  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 2em;
  
}


#s-cb9ab378-824f-4ff7-90bf-1010635ca1e0 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-cb9ab378-824f-4ff7-90bf-1010635ca1e0 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}









#s-726ac45b-c151-4068-bcc7-1576bf4ab5aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-726ac45b-c151-4068-bcc7-1576bf4ab5aa.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4e19dd0-034a-4435-8f7a-b0be6bf53f08 {
  margin-bottom: 15px;
}

#s-b4e19dd0-034a-4435-8f7a-b0be6bf53f08  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 2em;
  
}

#s-b4e19dd0-034a-4435-8f7a-b0be6bf53f08  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 2em;
  
}


#s-b4e19dd0-034a-4435-8f7a-b0be6bf53f08 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-b4e19dd0-034a-4435-8f7a-b0be6bf53f08 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


@media (min-width: 0px) {
[id="s-9eea57b0-988d-4ed9-a603-68931fba4e73"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9eea57b0-988d-4ed9-a603-68931fba4e73"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9eea57b0-988d-4ed9-a603-68931fba4e73"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9eea57b0-988d-4ed9-a603-68931fba4e73"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f754e2b4-7323-4205-80d8-7d4899186ea6 {
  margin-bottom: 15px;
}

#s-f754e2b4-7323-4205-80d8-7d4899186ea6  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 2em;
  
}

#s-f754e2b4-7323-4205-80d8-7d4899186ea6  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 2em;
  
}


#s-f754e2b4-7323-4205-80d8-7d4899186ea6 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-f754e2b4-7323-4205-80d8-7d4899186ea6 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


.shogun-form-dropdown .shogun-form-label {
  margin-bottom: 8px;
}

.shogun-form-dropdown select {
  margin: 0;
  width: 100%;
}

#s-5c664e9e-8eac-4e8e-9ff7-a83acb959b9d {
  margin-top: 0px;
margin-bottom: 15px;
}

#s-5c664e9e-8eac-4e8e-9ff7-a83acb959b9d select.is-placeholder-selected {
  color: rgba(0, 0, 0, 0.6) !important;
  font-weight:  normal  !important;
  font-family: Poppins !important;
  font-size: 16px !important;
  line-height: 2em !important;
  
  
}

#s-5c664e9e-8eac-4e8e-9ff7-a83acb959b9d .shogun-form-dropdown > select {
  display: block;
  width: 100%;
  cursor: initial;

  
  border-color: rgba(210, 212, 214, 1);
  border-width: 0px;
  border-radius: 0px;
  box-shadow: ;

  font-family: Poppins;
  font-size: 16px;
  font-variant: normal;
  font-weight: normal;
  
  line-height: 2em;
  
}

#s-5c664e9e-8eac-4e8e-9ff7-a83acb959b9d .shogun-form-dropdown > select:focus {
  outline: none;
}


  #s-5c664e9e-8eac-4e8e-9ff7-a83acb959b9d .shogun-form-dropdown > select:hover {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: rgba(168, 169, 171, 1);
    border-width: 0px;
    border-radius: 0px;
    box-shadow: ;
  }



  #s-5c664e9e-8eac-4e8e-9ff7-a83acb959b9d .shogun-form-dropdown > select:focus {
     
     border-color: rgba(168, 169, 171, 1);
     border-width: 0px;
     border-radius: 0px;
     box-shadow: ;
  }


#s-c22a60f1-c602-4804-b70d-9a0036a59938  .shogun-form-text-input-field {
  border-width: 0px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 2em;
  
}

#s-c22a60f1-c602-4804-b70d-9a0036a59938  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 2em;
  
}


#s-c22a60f1-c602-4804-b70d-9a0036a59938 .shogun-form-text-input-field:hover {
  border-width: 0px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgba(21, 21, 21, 1);
}



#s-c22a60f1-c602-4804-b70d-9a0036a59938 .shogun-form-text-input-field:focus {
  border-width: 0px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(21, 21, 21, 1);
}


#s-e64acc04-c17c-433e-9ff5-0795a8def009 {
  border-style: solid;
margin-top: 30px;
margin-bottom: 30px;
padding-top: 15px;
padding-left: 40px;
padding-bottom: 15px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #2C2A34;
border-radius: 0px;
color: rgba(0, 0, 0, 1);
background-color: rgba(0, 162, 225, 1);
text-align: center;
cursor: pointer;
font-family: Poppins;
font-weight: 600;
font-size: 16px;
letter-spacing: 2px;
background-image: none;
hover-type: color;
}
#s-e64acc04-c17c-433e-9ff5-0795a8def009:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(1, 202, 114, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-e64acc04-c17c-433e-9ff5-0795a8def009:active {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: #2C2A34 !important;
border-radius: 0px !important;
background-color: rgba(1, 202, 114, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}
#s-e64acc04-c17c-433e-9ff5-0795a8def009[disabled],
#s-e64acc04-c17c-433e-9ff5-0795a8def009[disabled]:hover,
#s-e64acc04-c17c-433e-9ff5-0795a8def009[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-e64acc04-c17c-433e-9ff5-0795a8def009 {
  display:  inline-block ;
  width:  auto ;
}


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