.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-847b7160-b98e-4a07-b121-583437754629 {
  margin-top: 0px;
margin-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 0px;
opacity: 1;
background-color: rgba(255, 255, 255, 0);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-847b7160-b98e-4a07-b121-583437754629 {
  display: none;
}
#s-847b7160-b98e-4a07-b121-583437754629, #wrap-s-847b7160-b98e-4a07-b121-583437754629 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-847b7160-b98e-4a07-b121-583437754629 {
  display: none;
}
#s-847b7160-b98e-4a07-b121-583437754629, #wrap-s-847b7160-b98e-4a07-b121-583437754629 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-847b7160-b98e-4a07-b121-583437754629 {
  display: none;
}
#s-847b7160-b98e-4a07-b121-583437754629, #wrap-s-847b7160-b98e-4a07-b121-583437754629 { display:none !important; }}@media (max-width: 767px){#s-847b7160-b98e-4a07-b121-583437754629 {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-847b7160-b98e-4a07-b121-583437754629 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-847b7160-b98e-4a07-b121-583437754629.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-8840003c-6c87-408a-a0d4-9b2851c894cd {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-left: 7%;
padding-bottom: 0px;
padding-right: 7%;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-8840003c-6c87-408a-a0d4-9b2851c894cd {
  display: none;
}
#s-8840003c-6c87-408a-a0d4-9b2851c894cd, #wrap-s-8840003c-6c87-408a-a0d4-9b2851c894cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8840003c-6c87-408a-a0d4-9b2851c894cd {
  display: none;
}
#s-8840003c-6c87-408a-a0d4-9b2851c894cd, #wrap-s-8840003c-6c87-408a-a0d4-9b2851c894cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8840003c-6c87-408a-a0d4-9b2851c894cd {
  display: none;
}
#s-8840003c-6c87-408a-a0d4-9b2851c894cd, #wrap-s-8840003c-6c87-408a-a0d4-9b2851c894cd { display:none !important; }}@media (max-width: 767px){#s-8840003c-6c87-408a-a0d4-9b2851c894cd {
  padding-left: 15px;
padding-right: 15px;
}
}
#s-8840003c-6c87-408a-a0d4-9b2851c894cd {
  background-image: url(https://i.shgcdn.com/3d37c44d-06a0-48ba-a1c9-2b76fc638cfd/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-8840003c-6c87-408a-a0d4-9b2851c894cd > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 0);
  opacity: 1;
}#s-8840003c-6c87-408a-a0d4-9b2851c894cd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-77d4aceb-8973-47c3-9b61-ff0987793aa7 {
  margin-top: 120px;
margin-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-77d4aceb-8973-47c3-9b61-ff0987793aa7 {
  margin-top: 30px;
}
}
.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-3f8d4440-b433-438e-920b-7c013c480cca {
  margin-top: 0px;
margin-bottom: 18px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3f8d4440-b433-438e-920b-7c013c480cca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 21px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}


@media (max-width: 767px){#s-3f8d4440-b433-438e-920b-7c013c480cca .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0px;
  text-align: left;
}


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

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

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

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

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

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

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

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

#s-c6423c78-a6ce-473c-99fc-98c1226c54ed {
  background-size: 200px 0px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-radius: 28px;
min-height: 1px;
max-width: 200px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-c6423c78-a6ce-473c-99fc-98c1226c54ed:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c6423c78-a6ce-473c-99fc-98c1226c54ed:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-c6423c78-a6ce-473c-99fc-98c1226c54ed {
  padding-top: 12px;
padding-left: 35px;
padding-bottom: 12px;
padding-right: 35px;
}
}

  #s-c6423c78-a6ce-473c-99fc-98c1226c54ed-root {
    text-align: left;
  }


#s-c6423c78-a6ce-473c-99fc-98c1226c54ed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c6423c78-a6ce-473c-99fc-98c1226c54ed-root {
    text-align: left;
  }


#s-c6423c78-a6ce-473c-99fc-98c1226c54ed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c6423c78-a6ce-473c-99fc-98c1226c54ed-root {
    text-align: left;
  }


#s-c6423c78-a6ce-473c-99fc-98c1226c54ed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c6423c78-a6ce-473c-99fc-98c1226c54ed-root {
    text-align: left;
  }


#s-c6423c78-a6ce-473c-99fc-98c1226c54ed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c6423c78-a6ce-473c-99fc-98c1226c54ed-root {
    text-align: left;
  }


#s-c6423c78-a6ce-473c-99fc-98c1226c54ed.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-4d7857c0-bc39-4917-9b03-009f71b16c14 {
  min-height: 50px;
}








#s-4d7857c0-bc39-4917-9b03-009f71b16c14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d7857c0-bc39-4917-9b03-009f71b16c14.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.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-8fdc490f-8cbb-4247-a9e1-47140a9566e3 {
  margin-top: 6px;
margin-bottom: 15px;
}

#s-63dce8b0-7b27-49de-ac32-018e3d1b1968 {
  margin-bottom: 100px;
}

#s-75a94cec-9301-4404-b6ed-acc771817e16 {
  min-height: 50px;
}








#s-75a94cec-9301-4404-b6ed-acc771817e16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-75a94cec-9301-4404-b6ed-acc771817e16.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
background-position: center center;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89 {
  
}
}@media (max-width: 767px){#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89 {
  padding-left: 0px;
padding-right: 0px;
display: none;
}
#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89, #wrap-s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89 { display:none !important; }}
#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89 {
  background-image: url(https://i.shgcdn.com/a8522bc5-fc5f-4e9e-8bd1-06855af7bb6a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7000000000000001;
}#s-84e9b6ab-d1f2-4d2b-8b71-d1eca1065d89.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae {
  margin-top: 150px;
margin-bottom: 150px;
padding-left: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0);
border-style: solid;
border-radius: 0px;
opacity: 1;
background-color: rgba(255, 255, 255, 0);
background-attachment: scroll;
}
@media (min-width: 1200px){#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae {
  display: none;
}
#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae, #wrap-s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae {
  display: none;
}
#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae, #wrap-s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae {
  display: none;
}
#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae, #wrap-s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae { display:none !important; }}@media (max-width: 767px){#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae {
  margin-left: 0px;
margin-right: 0px;
}
}







#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ee2ce17-f695-4be9-8e1b-ed7c1829b4ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-88a1b0a8-a5e9-4151-9570-da40f7392433 {
  margin-top: 120px;
margin-left: 7%;
margin-bottom: 120px;
margin-right: 7%;
min-height: 50px;
}
@media (min-width: 1200px){#s-88a1b0a8-a5e9-4151-9570-da40f7392433 {
  display: none;
}
#s-88a1b0a8-a5e9-4151-9570-da40f7392433, #wrap-s-88a1b0a8-a5e9-4151-9570-da40f7392433 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88a1b0a8-a5e9-4151-9570-da40f7392433 {
  display: none;
}
#s-88a1b0a8-a5e9-4151-9570-da40f7392433, #wrap-s-88a1b0a8-a5e9-4151-9570-da40f7392433 { display:none !important; }}@media (max-width: 767px){#s-88a1b0a8-a5e9-4151-9570-da40f7392433 {
  display: none;
}
#s-88a1b0a8-a5e9-4151-9570-da40f7392433, #wrap-s-88a1b0a8-a5e9-4151-9570-da40f7392433 { display:none !important; }}







#s-88a1b0a8-a5e9-4151-9570-da40f7392433 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-88a1b0a8-a5e9-4151-9570-da40f7392433.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e2f20ad8-485f-4829-8015-d8610ab4cd3a {
  margin-top: 0px;
margin-bottom: 0px;
text-align: left;
}

.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-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b {
  margin-top: 120px;
margin-left: 7%;
margin-bottom: 120px;
margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b {
  display: none;
}
#s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b, #wrap-s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b { display:none !important; }}@media (max-width: 767px){#s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b {
  display: none;
}
#s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b, #wrap-s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b { display:none !important; }}
@media (min-width: 0px) {
[id="s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7f2ac44-50f9-4969-93e3-0a4a7ff6184b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-79f38042-48c3-4e64-b833-f9662f2e3b39 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-f4125915-c8de-4718-971d-0a14d13d1626 {
  margin-top: 10px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f4125915-c8de-4718-971d-0a14d13d1626 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-99df109b-5513-4be8-9c3b-1225f549175b {
  max-width: 600px;
}

@media (min-width: 0px) {
[id="s-99df109b-5513-4be8-9c3b-1225f549175b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99df109b-5513-4be8-9c3b-1225f549175b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99df109b-5513-4be8-9c3b-1225f549175b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-99df109b-5513-4be8-9c3b-1225f549175b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99df109b-5513-4be8-9c3b-1225f549175b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-99df109b-5513-4be8-9c3b-1225f549175b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-99df109b-5513-4be8-9c3b-1225f549175b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-ac598176-34a0-4168-a1ed-e0813242e638 {
  background-size: 200px 0px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-radius: 28px;
min-height: 1px;
max-width: 200px;
background-color: rgba(5, 209, 173, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-ac598176-34a0-4168-a1ed-e0813242e638:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac598176-34a0-4168-a1ed-e0813242e638:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-ac598176-34a0-4168-a1ed-e0813242e638 {
  border-radius: 28px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-ac598176-34a0-4168-a1ed-e0813242e638:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac598176-34a0-4168-a1ed-e0813242e638:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-ac598176-34a0-4168-a1ed-e0813242e638 {
  border-radius: 28px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-ac598176-34a0-4168-a1ed-e0813242e638:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ac598176-34a0-4168-a1ed-e0813242e638:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-ac598176-34a0-4168-a1ed-e0813242e638-root {
    text-align: center;
  }


#s-ac598176-34a0-4168-a1ed-e0813242e638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ac598176-34a0-4168-a1ed-e0813242e638-root {
    text-align: left;
  }


#s-ac598176-34a0-4168-a1ed-e0813242e638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ac598176-34a0-4168-a1ed-e0813242e638-root {
    text-align: left;
  }


#s-ac598176-34a0-4168-a1ed-e0813242e638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ac598176-34a0-4168-a1ed-e0813242e638-root {
    text-align: center;
  }


#s-ac598176-34a0-4168-a1ed-e0813242e638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ac598176-34a0-4168-a1ed-e0813242e638-root {
    text-align: center;
  }


#s-ac598176-34a0-4168-a1ed-e0813242e638.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-552121d7-f910-4f50-8685-f54a0c502a86 {
  min-height: 50px;
}








#s-552121d7-f910-4f50-8685-f54a0c502a86 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-552121d7-f910-4f50-8685-f54a0c502a86.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4cdf1c30-b87f-4a82-8f0d-3144cfe7b36d {
  margin-top: 15%;
}

#s-0464c080-c293-4055-a406-ef989163ca5b {
  margin-top: 10px;
margin-bottom: 30px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0464c080-c293-4055-a406-ef989163ca5b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 23px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-146af655-af97-4621-8ed4-f36b7579d02e {
  margin-top: 120px;
margin-left: 7%;
margin-bottom: 120px;
margin-right: 7%;
}
@media (min-width: 768px) and (max-width: 991px){#s-146af655-af97-4621-8ed4-f36b7579d02e {
  display: none;
}
#s-146af655-af97-4621-8ed4-f36b7579d02e, #wrap-s-146af655-af97-4621-8ed4-f36b7579d02e { display:none !important; }}@media (max-width: 767px){#s-146af655-af97-4621-8ed4-f36b7579d02e {
  display: none;
}
#s-146af655-af97-4621-8ed4-f36b7579d02e, #wrap-s-146af655-af97-4621-8ed4-f36b7579d02e { display:none !important; }}
@media (min-width: 0px) {
[id="s-146af655-af97-4621-8ed4-f36b7579d02e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-146af655-af97-4621-8ed4-f36b7579d02e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-146af655-af97-4621-8ed4-f36b7579d02e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-146af655-af97-4621-8ed4-f36b7579d02e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6320acf9-3c70-4d9d-8c6e-01af6657a5b9 {
  margin-top: 10%;
margin-bottom: 0px;
}

#s-ecc57b43-27eb-4e4c-8198-27f0160bbba8 {
  margin-top: 10px;
margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ecc57b43-27eb-4e4c-8198-27f0160bbba8 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 20px;
  line-height: 1.5em;
  letter-spacing: 1px;
  text-align: left;
}



#s-6b5eb2dd-ea66-45a6-a0e7-5eb163ff3186 {
  max-width: 600px;
}

@media (min-width: 0px) {
[id="s-6b5eb2dd-ea66-45a6-a0e7-5eb163ff3186"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6b5eb2dd-ea66-45a6-a0e7-5eb163ff3186"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b5eb2dd-ea66-45a6-a0e7-5eb163ff3186"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6b5eb2dd-ea66-45a6-a0e7-5eb163ff3186"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b5eb2dd-ea66-45a6-a0e7-5eb163ff3186"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6b5eb2dd-ea66-45a6-a0e7-5eb163ff3186"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6b5eb2dd-ea66-45a6-a0e7-5eb163ff3186"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365 {
  background-size: 200px 0px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-radius: 28px;
min-height: 1px;
max-width: 200px;
background-color: rgba(5, 209, 173, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365 {
  border-radius: 28px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365 {
  border-radius: 28px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365-root {
    text-align: center;
  }


#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365-root {
    text-align: left;
  }


#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365-root {
    text-align: left;
  }


#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365-root {
    text-align: center;
  }


#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365-root {
    text-align: center;
  }


#s-b16ea1db-87b1-4f6c-a87f-60b4eff6a365.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-049bc4ca-1187-488d-8289-adc1b59a5da4 {
  min-height: 50px;
}








#s-049bc4ca-1187-488d-8289-adc1b59a5da4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-049bc4ca-1187-488d-8289-adc1b59a5da4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-933c75f0-af63-4d3c-8ace-e9bcdd700b7f {
  margin-top: 15%;
}

#s-6d358cdc-b67d-452d-8ef4-5e2f9ab66753 {
  min-height: 50px;
}








#s-6d358cdc-b67d-452d-8ef4-5e2f9ab66753 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d358cdc-b67d-452d-8ef4-5e2f9ab66753.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27 {
  background-size: 200px 0px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-radius: 28px;
min-height: 1px;
max-width: 200px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27-root {
    text-align: left;
  }


#s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27-root {
    text-align: left;
  }


#s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27-root {
    text-align: left;
  }


#s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27-root {
    text-align: left;
  }


#s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27-root {
    text-align: left;
  }


#s-b4afa49d-dbd3-4ee6-b796-929ff89a3c27.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-f09ff0d0-1986-412d-9eef-0d03297f63a6 {
  margin-top: 15px;
margin-left: 5px;
margin-bottom: 30px;
min-height: 50px;
}








#s-f09ff0d0-1986-412d-9eef-0d03297f63a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f09ff0d0-1986-412d-9eef-0d03297f63a6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc {
  margin-top: 135px;
margin-left: 4%;
margin-bottom: 175px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc {
  display: none;
}
#s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc, #wrap-s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc { display:none !important; }}@media (max-width: 767px){#s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc {
  display: none;
}
#s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc, #wrap-s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc { display:none !important; }}
@media (min-width: 0px) {
[id="s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b33cd57d-1dd0-4ea8-b4ce-5c9fdc8982dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-7223c1a3-ff13-4bfc-afdb-9ff82996ec5f {
  margin-bottom: 0px;
}

#s-486d452c-55ec-48ae-86fa-4c02149ca0fc {
  margin-top: 25px;
margin-bottom: 40px;
padding-top: 10px;
text-align: left;
}

#s-486d452c-55ec-48ae-86fa-4c02149ca0fc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 22px;
  line-height: 1.5em;
  
  text-align: left;
}



#s-0411c064-3fef-4d1b-be93-240f5d4f49d2 {
  max-width: 600px;
}

@media (min-width: 0px) {
[id="s-0411c064-3fef-4d1b-be93-240f5d4f49d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0411c064-3fef-4d1b-be93-240f5d4f49d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0411c064-3fef-4d1b-be93-240f5d4f49d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0411c064-3fef-4d1b-be93-240f5d4f49d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0411c064-3fef-4d1b-be93-240f5d4f49d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0411c064-3fef-4d1b-be93-240f5d4f49d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0411c064-3fef-4d1b-be93-240f5d4f49d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

}

#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1 {
  background-size: 200px 0px;
margin-top: -2px;
margin-bottom: 0px;
padding-top: 14px;
padding-left: 44px;
padding-bottom: 14px;
padding-right: 42px;
border-radius: 28px;
min-height: 1px;
max-width: 210px;
background-color: rgba(5, 209, 173, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0.3px;
background-image: none;
hover-type: color;
}
#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1 {
  border-radius: 28px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1 {
  border-radius: 28px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1-root {
    text-align: center;
  }


#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1-root {
    text-align: left;
  }


#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1-root {
    text-align: left;
  }


#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1-root {
    text-align: center;
  }


#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1-root {
    text-align: center;
  }


#s-0fc3c7e6-e819-487e-aa79-ecd36e2d9dc1.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
#s-e2abd9cf-2211-485f-96cf-94503eb9ceea {
  min-height: 50px;
}








#s-e2abd9cf-2211-485f-96cf-94503eb9ceea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2abd9cf-2211-485f-96cf-94503eb9ceea.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0e38242e-c184-40a4-88d9-ab0293a109e8 {
  margin-top: 2px;
margin-left: -13px;
margin-right: 0px;
}

#s-44fdefea-4abb-4849-b4de-5b36c40204cd {
  margin-top: 0%;
}

#s-d568a708-057c-40c1-8d32-15e33fc970c6 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
min-height: 400px;
max-width: 1220px;
}








#s-d568a708-057c-40c1-8d32-15e33fc970c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d568a708-057c-40c1-8d32-15e33fc970c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97685224-bb13-4c4a-ad55-96d019e283d7 {
  margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-97685224-bb13-4c4a-ad55-96d019e283d7 {
  margin-top: 10px;
margin-bottom: 10px;
}
}
#s-97685224-bb13-4c4a-ad55-96d019e283d7 .shogun-heading-component h6 {
  color: rgba(103, 103, 103, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}


@media (max-width: 767px){#s-97685224-bb13-4c4a-ad55-96d019e283d7 .shogun-heading-component h6 {
  color: rgba(103, 103, 103, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}


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

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

#s-44bc6eb6-3c80-4927-a217-43cb803fb8ef {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 30px;
margin-right: auto;
}

#s-44bc6eb6-3c80-4927-a217-43cb803fb8ef hr {
  border-top: 2px solid rgba(179, 229, 223, 1);
}

#s-027c51c5-c931-4143-b236-1f41d641086a {
  min-height: 50px;
}








#s-027c51c5-c931-4143-b236-1f41d641086a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-027c51c5-c931-4143-b236-1f41d641086a.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-e171d64f-ffbf-422a-89fc-8b5eb145c992"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e171d64f-ffbf-422a-89fc-8b5eb145c992"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e171d64f-ffbf-422a-89fc-8b5eb145c992"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e171d64f-ffbf-422a-89fc-8b5eb145c992"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.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-b837faa2-4683-4506-8824-f44121bd41df {
  text-align: center;
}
@media (max-width: 767px){#s-b837faa2-4683-4506-8824-f44121bd41df {
  display: none;
}
#s-b837faa2-4683-4506-8824-f44121bd41df, #wrap-s-b837faa2-4683-4506-8824-f44121bd41df { display:none !important; }}






  #s-b837faa2-4683-4506-8824-f44121bd41df img.shogun-image {
    

    
    
    
  }


#s-b837faa2-4683-4506-8824-f44121bd41df .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-932594f0-7398-422b-b495-2085f13c7f86 {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-932594f0-7398-422b-b495-2085f13c7f86 {
  
}
}@media (max-width: 767px){#s-932594f0-7398-422b-b495-2085f13c7f86 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
display: none;
}
#s-932594f0-7398-422b-b495-2085f13c7f86, #wrap-s-932594f0-7398-422b-b495-2085f13c7f86 { display:none !important; }}
#s-5bfdf642-60f4-41fe-8963-d0c83b64d15b {
  margin-bottom: 60px;
}
@media (max-width: 767px){#s-5bfdf642-60f4-41fe-8963-d0c83b64d15b {
  display: none;
}
#s-5bfdf642-60f4-41fe-8963-d0c83b64d15b, #wrap-s-5bfdf642-60f4-41fe-8963-d0c83b64d15b { display:none !important; }}
#s-81d7a8d4-1f99-49ca-b759-d476e6369a9b {
  min-height: 50px;
}








#s-81d7a8d4-1f99-49ca-b759-d476e6369a9b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}#s-81d7a8d4-1f99-49ca-b759-d476e6369a9b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-296e158c-bd22-455b-a58a-e9f445a11559 {
  text-align: center;
}
@media (max-width: 767px){#s-296e158c-bd22-455b-a58a-e9f445a11559 {
  margin-top: 5px;
display: none;
}
#s-296e158c-bd22-455b-a58a-e9f445a11559, #wrap-s-296e158c-bd22-455b-a58a-e9f445a11559 { display:none !important; }}






  #s-296e158c-bd22-455b-a58a-e9f445a11559 img.shogun-image {
    

    
    
    
  }


#s-296e158c-bd22-455b-a58a-e9f445a11559 .shogun-image-content {
  
    align-items: flex-end;
  
}

#s-ddf6859f-e6fd-4c97-bb62-21fc7493ba31 {
  margin-bottom: 15px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ddf6859f-e6fd-4c97-bb62-21fc7493ba31 {
  
}
}@media (max-width: 767px){#s-ddf6859f-e6fd-4c97-bb62-21fc7493ba31 {
  margin-top: 20px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
display: none;
}
#s-ddf6859f-e6fd-4c97-bb62-21fc7493ba31, #wrap-s-ddf6859f-e6fd-4c97-bb62-21fc7493ba31 { display:none !important; }}
#s-87cf4ce0-ba84-4cdb-947c-1b3f5309b665 {
  margin-bottom: 60px;
}
@media (max-width: 767px){#s-87cf4ce0-ba84-4cdb-947c-1b3f5309b665 {
  display: none;
}
#s-87cf4ce0-ba84-4cdb-947c-1b3f5309b665, #wrap-s-87cf4ce0-ba84-4cdb-947c-1b3f5309b665 { display:none !important; }}
#s-7319d9f9-6b70-4e66-b278-64cb78ceab12 {
  padding-top: 10px;
}

@media (min-width: 0px) {
[id="s-7319d9f9-6b70-4e66-b278-64cb78ceab12"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 5.0px);
}

}

@media (min-width: 768px) {
[id="s-7319d9f9-6b70-4e66-b278-64cb78ceab12"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7319d9f9-6b70-4e66-b278-64cb78ceab12"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7319d9f9-6b70-4e66-b278-64cb78ceab12"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 7.5px);
}

}

#s-2bff4df1-ee4e-4551-8d0c-960111a6ddd3 {
  min-height: 50px;
}








#s-2bff4df1-ee4e-4551-8d0c-960111a6ddd3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2bff4df1-ee4e-4551-8d0c-960111a6ddd3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb4beb3d-232e-4a00-ab24-23229f9bb1e5 {
  text-align: center;
}







  #s-eb4beb3d-232e-4a00-ab24-23229f9bb1e5 img.shogun-image {
    

    
    
    
  }


#s-eb4beb3d-232e-4a00-ab24-23229f9bb1e5 .shogun-image-content {
  
    align-items: center;
  
}

#s-c94e7b25-bf04-48c2-bfe5-4d6669b03cc0 {
  margin-bottom: 10px;
padding-bottom: 0%;
max-width: 334px;
}

#s-965bd6a1-1d47-4ad8-99bb-56f88da4b363 {
  margin-left: 5%;
margin-right: 5%;
min-height: 100px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-965bd6a1-1d47-4ad8-99bb-56f88da4b363 {
  display: none;
}
#s-965bd6a1-1d47-4ad8-99bb-56f88da4b363, #wrap-s-965bd6a1-1d47-4ad8-99bb-56f88da4b363 { display:none !important; }}
#s-ec9a3093-5765-4390-8fab-e9dc6d02fa61 {
  min-height: 50px;
}








#s-ec9a3093-5765-4390-8fab-e9dc6d02fa61 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec9a3093-5765-4390-8fab-e9dc6d02fa61.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b4a8da2-9178-4324-8735-2e2dd69be047 {
  text-align: center;
}







  #s-9b4a8da2-9178-4324-8735-2e2dd69be047 img.shogun-image {
    

    
    
    
  }


#s-9b4a8da2-9178-4324-8735-2e2dd69be047 .shogun-image-content {
  
    align-items: center;
  
}

#s-d689da1f-9ef8-416e-a704-755bff144253 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 0%;
max-width: 334px;
}

#s-8bd72099-ca91-4afc-a075-b41df5de2161 {
  margin-left: 5%;
margin-right: 5%;
min-height: 100px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8bd72099-ca91-4afc-a075-b41df5de2161 {
  display: none;
}
#s-8bd72099-ca91-4afc-a075-b41df5de2161, #wrap-s-8bd72099-ca91-4afc-a075-b41df5de2161 { display:none !important; }}
#s-97a87fce-1971-44bf-be22-698444872008 {
  min-height: 50px;
}








#s-97a87fce-1971-44bf-be22-698444872008 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97a87fce-1971-44bf-be22-698444872008.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-500a0802-ec4b-48b2-88b2-8a04240dacc2 {
  text-align: center;
}








#s-500a0802-ec4b-48b2-88b2-8a04240dacc2 .shogun-image-content {
  
    align-items: center;
  
}

#s-54179631-e478-46cd-9c9f-cea1fdcf96b8 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 0%;
max-width: 334px;
}

#s-f7682ffd-376a-46f3-a5b7-7c2739219b05 {
  margin-left: 5%;
margin-right: 5%;
min-height: 100px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-f7682ffd-376a-46f3-a5b7-7c2739219b05 {
  display: none;
}
#s-f7682ffd-376a-46f3-a5b7-7c2739219b05, #wrap-s-f7682ffd-376a-46f3-a5b7-7c2739219b05 { display:none !important; }}
#s-960aa127-2737-4278-a45c-86fcadf6ebc7 {
  min-height: 50px;
}








#s-960aa127-2737-4278-a45c-86fcadf6ebc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-960aa127-2737-4278-a45c-86fcadf6ebc7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b75505de-ab88-4fdc-a3ac-d585ff97fa82 {
  text-align: center;
}







  #s-b75505de-ab88-4fdc-a3ac-d585ff97fa82 img.shogun-image {
    

    
    
    
  }


#s-b75505de-ab88-4fdc-a3ac-d585ff97fa82 .shogun-image-content {
  
    align-items: center;
  
}

#s-81ae943c-09d4-408e-a846-dc08a24116a3 {
  margin-top: 0px;
margin-bottom: 10px;
padding-bottom: 0%;
max-width: 334px;
}

#s-dd083afc-e51b-411e-9076-30285ad991f0 {
  margin-left: 5%;
margin-right: 5%;
min-height: 100px;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd083afc-e51b-411e-9076-30285ad991f0 {
  display: none;
}
#s-dd083afc-e51b-411e-9076-30285ad991f0, #wrap-s-dd083afc-e51b-411e-9076-30285ad991f0 { display:none !important; }}
#s-b7c8b76b-55e4-4964-a5f2-885171ca58dd {
  padding-left: 30px;
padding-right: 30px;
min-height: 400px;
}
@media (max-width: 767px){#s-b7c8b76b-55e4-4964-a5f2-885171ca58dd {
  margin-top: 20px;
margin-bottom: 20px;
}
}







#s-b7c8b76b-55e4-4964-a5f2-885171ca58dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c8b76b-55e4-4964-a5f2-885171ca58dd.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cc992262-3eb6-4e4f-bd1b-e9e273f595f0 {
  margin-left: auto;
margin-right: auto;
padding-left: 10px;
padding-right: 10px;
max-width: 1220px;
}

#s-34e38ac7-7bae-42c5-814a-6f2cc4b94b2e {
  margin-left: 0px;
margin-right: 0px;
min-height: 380px;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-34e38ac7-7bae-42c5-814a-6f2cc4b94b2e {
  min-height: 300px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-34e38ac7-7bae-42c5-814a-6f2cc4b94b2e {
  min-height: 300px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-34e38ac7-7bae-42c5-814a-6f2cc4b94b2e {
  min-height: 320px;
}
}







#s-34e38ac7-7bae-42c5-814a-6f2cc4b94b2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34e38ac7-7bae-42c5-814a-6f2cc4b94b2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-285a2eb3-bbe9-4aae-a72e-22f5b0bbf190 {
  margin-left: 10%;
margin-right: 10%;
}

@media (min-width: 0px) {
[id="s-285a2eb3-bbe9-4aae-a72e-22f5b0bbf190"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-285a2eb3-bbe9-4aae-a72e-22f5b0bbf190"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-285a2eb3-bbe9-4aae-a72e-22f5b0bbf190"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-285a2eb3-bbe9-4aae-a72e-22f5b0bbf190"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-285a2eb3-bbe9-4aae-a72e-22f5b0bbf190"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-285a2eb3-bbe9-4aae-a72e-22f5b0bbf190"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-285a2eb3-bbe9-4aae-a72e-22f5b0bbf190"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

}

#s-079a2f5f-e886-41a7-9549-a98dd3bf167e {
  margin-left: 100px;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-079a2f5f-e886-41a7-9549-a98dd3bf167e {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-079a2f5f-e886-41a7-9549-a98dd3bf167e {
  margin-left: 0px;
margin-right: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-079a2f5f-e886-41a7-9549-a98dd3bf167e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 38px;
  
  
  
}


@media (max-width: 767px){#s-079a2f5f-e886-41a7-9549-a98dd3bf167e .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: "Open Sans";
  font-style:  normal ;
  font-size: 28px;
  
  
  text-align: center;
}


}
#s-88795e95-baf8-4133-bb1b-76650e5094a4 {
  background-size: 200px 0px;
margin-top: 15px;
margin-bottom: 15px;
padding-top: 14px;
padding-left: 40px;
padding-bottom: 14px;
padding-right: 40px;
border-radius: 28px;
min-height: 1px;
max-width: 200px;
background-color: rgba(5, 209, 173, 1);
text-align: center;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-88795e95-baf8-4133-bb1b-76650e5094a4:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-88795e95-baf8-4133-bb1b-76650e5094a4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-88795e95-baf8-4133-bb1b-76650e5094a4 {
  border-radius: 28px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-88795e95-baf8-4133-bb1b-76650e5094a4:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-88795e95-baf8-4133-bb1b-76650e5094a4:active {background-color: #000000 !important;
text-decoration: none !important;}}@media (min-width: 992px) and (max-width: 1199px){#s-88795e95-baf8-4133-bb1b-76650e5094a4 {
  border-radius: 28px;
background-color: rgba(5, 209, 173, 1);
text-align: left;
text-decoration: none;
letter-spacing: 0px;
background-image: none;
hover-type: color;
}
#s-88795e95-baf8-4133-bb1b-76650e5094a4:hover {background-color: rgba(13, 173, 153, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-88795e95-baf8-4133-bb1b-76650e5094a4:active {background-color: #000000 !important;
text-decoration: none !important;}}

  #s-88795e95-baf8-4133-bb1b-76650e5094a4-root {
    text-align: center;
  }


#s-88795e95-baf8-4133-bb1b-76650e5094a4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-88795e95-baf8-4133-bb1b-76650e5094a4-root {
    text-align: left;
  }


#s-88795e95-baf8-4133-bb1b-76650e5094a4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-88795e95-baf8-4133-bb1b-76650e5094a4-root {
    text-align: left;
  }


#s-88795e95-baf8-4133-bb1b-76650e5094a4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-88795e95-baf8-4133-bb1b-76650e5094a4-root {
    text-align: center;
  }


#s-88795e95-baf8-4133-bb1b-76650e5094a4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-88795e95-baf8-4133-bb1b-76650e5094a4-root {
    text-align: center;
  }


#s-88795e95-baf8-4133-bb1b-76650e5094a4.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  
  font-family: Open Sans;
  display:  inline-block ;
}
}
/*
  $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}