.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * 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;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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-7a05e494-f528-42c6-b36b-c3508c931a6d {
  min-height: 50px;
}








#s-7a05e494-f528-42c6-b36b-c3508c931a6d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a05e494-f528-42c6-b36b-c3508c931a6d.shg-box.shg-c {
  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;
  
  
  text-transform: none;
  
  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-163d874c-d50d-4346-bec3-253e8dbcae1b {
  margin-top: 60px;
margin-left: auto;
margin-bottom: -30px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-163d874c-d50d-4346-bec3-253e8dbcae1b .shogun-heading-component h1 {
  color: rgba(0, 0, 102, 1);
  font-weight:  500 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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 {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-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;
  flex-direction: column;
  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-ffbe5cb2-d6be-40f2-9cd3-adb86c5bcc9d {
  margin-top: 20px;
margin-left: auto;
margin-bottom: -10px;
margin-right: auto;
max-width: 400px;
text-align: center;
}

#s-ffbe5cb2-d6be-40f2-9cd3-adb86c5bcc9d {
  overflow: hidden;
  
  
      max-width: 400px;
      
        margin-left: auto;
        margin-right: auto;
      
      
      
  
}








#s-ffbe5cb2-d6be-40f2-9cd3-adb86c5bcc9d .shogun-image-content {
  
    justify-content: center;
  
}

#s-98827547-2223-4d2c-b169-52fe6cd3794d {
  min-height: 50px;
}








#s-98827547-2223-4d2c-b169-52fe6cd3794d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-98827547-2223-4d2c-b169-52fe6cd3794d.shg-box.shg-c {
  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 {
  
  
  
}

.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 ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  
  
}

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

.shg-theme-text-content p {
  
  
  
}

#s-25e0d9dd-7f39-44a9-aacf-8b444bd6764c {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
}

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

.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-0b0881a6-820a-44f1-8f00-336b9c36fe06 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
margin-top: 0px;
margin-bottom: 20px;
padding-top: 12px;
padding-left: 40px;
padding-bottom: 12px;
padding-right: 40px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 102, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 102, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-0b0881a6-820a-44f1-8f00-336b9c36fe06:hover {border-style: solid !important;
border-color: rgba(255, 204, 0, 1) !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-0b0881a6-820a-44f1-8f00-336b9c36fe06:active {background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTgzZmViNGQtOTdlYy00YzMyLWEwYmYtZDgxMzk0MzU4MzMxIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZjE0ZDBiO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojN2UyMGNmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxODNmZWI0ZC05N2VjLTRjMzItYTBiZi1kODEzOTQzNTgzMzEpIi8+PC9zdmc+) !important;
background-repeat: no-repeat !important;
border-style: solid !important;
border-color: rgba(250, 72, 6, 1) !important;
text-decoration: none !important;
background-gradient: [{"id"=>1, "pos"=>0, "color"=>"#f14d0b"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}] !important;
hover-type: gradient !important;}

  #s-0b0881a6-820a-44f1-8f00-336b9c36fe06-root {
    text-align: center;
  }


#s-0b0881a6-820a-44f1-8f00-336b9c36fe06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-0b0881a6-820a-44f1-8f00-336b9c36fe06-root {
    text-align: center;
  }


#s-0b0881a6-820a-44f1-8f00-336b9c36fe06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-0b0881a6-820a-44f1-8f00-336b9c36fe06-root {
    text-align: center;
  }


#s-0b0881a6-820a-44f1-8f00-336b9c36fe06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-0b0881a6-820a-44f1-8f00-336b9c36fe06-root {
    text-align: center;
  }


#s-0b0881a6-820a-44f1-8f00-336b9c36fe06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-0b0881a6-820a-44f1-8f00-336b9c36fe06-root {
    text-align: center;
  }


#s-0b0881a6-820a-44f1-8f00-336b9c36fe06.shg-btn {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
  
  font-family: Poppins;
  display:  inline-block ;
}
}
#s-ed110923-b8a8-43a9-9efa-aa6089564813 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 25px;
margin-right: 30px;
}

#s-3afaa281-9d96-4129-b226-138dca58d098 {
  margin-left: 30px;
margin-right: 30px;
padding-top: 100px;
padding-left: 15%;
padding-bottom: 100px;
padding-right: 15%;
min-height: 50px;
background-color: rgba(239, 239, 239, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-3afaa281-9d96-4129-b226-138dca58d098 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-3afaa281-9d96-4129-b226-138dca58d098 {
  padding-top: 60px;
padding-left: 20px;
padding-bottom: 60px;
padding-right: 20px;
}
}







#s-3afaa281-9d96-4129-b226-138dca58d098 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-3afaa281-9d96-4129-b226-138dca58d098.shg-box.shg-c {
  justify-content: center;
}

#s-fb10c5fc-261a-46c7-86e1-ccef7f9707ea {
  margin-bottom: 30px;
text-align: center;
}

#s-fb10c5fc-261a-46c7-86e1-ccef7f9707ea .shogun-heading-component h1 {
  color: rgba(23, 28, 142, 1);
  font-weight:  normal ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-2957e33f-c625-4a56-a137-782eae2b530e {
  padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
}

#s-2957e33f-c625-4a56-a137-782eae2b530e .shogun-form-box label.shogun-form-label {
  display: flex;
  font-weight:  normal;
  color: #000;
  font-family: Poppins;
  
  
  
  
  
  
  
  
  
}

#s-2957e33f-c625-4a56-a137-782eae2b530e .shogun-form-success-msg {
  visibility: hidden;
  display: flex;
  align-items: center;
  font-size: 18px;
  
  color: rgba(42, 184, 40, 1);
  font-family: Poppins;
  
  
  
  justify-content: center;
}

#s-2957e33f-c625-4a56-a137-782eae2b530e .shogun-form-success-msg > svg {
  margin-right: 4px;
  stroke: rgba(42, 184, 40, 1);
}

#s-2957e33f-c625-4a56-a137-782eae2b530e .shogun-form-error-msg-container, #s-2957e33f-c625-4a56-a137-782eae2b530e .shogun-form-field-error-msg-container {
  display: none;
}

#s-2957e33f-c625-4a56-a137-782eae2b530e .shogun-form-error-msg {
  font-size: 18px;
  
  color: rgba(230, 50, 53, 1);
  font-family: Poppins;
  
  
  
  justify-content: flex-start;
}

#s-2957e33f-c625-4a56-a137-782eae2b530e .shogun-form-field-error-msg > svg {
  margin-right: 4px;
  stroke: rgba(230, 50, 53, 1);
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  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;
}

/* 
  Shopify base css adds display none to empty divs
  This causes items in the second column position to shift when
  the first column is empty. In order to overwrite that style,
  we have to manually set empty divs in the column to display block 
  so the whole element holds its positioning on published pages.
*/

.shg-row > div:empty {
  display: block;
}

#s-ad1f3aac-5b51-4f3b-a4d4-2e8205ac479f {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-ad1f3aac-5b51-4f3b-a4d4-2e8205ac479f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad1f3aac-5b51-4f3b-a4d4-2e8205ac479f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ad1f3aac-5b51-4f3b-a4d4-2e8205ac479f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad1f3aac-5b51-4f3b-a4d4-2e8205ac479f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-2a86f0b3-bff1-46bf-85c0-957b38924cff {
  margin-bottom: 30px;
}
}







#s-2a86f0b3-bff1-46bf-85c0-957b38924cff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2a86f0b3-bff1-46bf-85c0-957b38924cff.shg-box.shg-c {
  justify-content: center;
}

#s-58e335dd-dbef-4bd2-aeeb-8c160c9006a4 {
  text-align: left;
}

#s-58e335dd-dbef-4bd2-aeeb-8c160c9006a4 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



.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-80841f28-a652-4593-b390-85054e638d03  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 1.5em;
  
}

#s-80841f28-a652-4593-b390-85054e638d03  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-80841f28-a652-4593-b390-85054e638d03  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-80841f28-a652-4593-b390-85054e638d03 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-80841f28-a652-4593-b390-85054e638d03 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}









#s-4cf9a391-0449-45c5-b571-cfda7117cfdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cf9a391-0449-45c5-b571-cfda7117cfdc.shg-box.shg-c {
  justify-content: center;
}

#s-edcda2e4-89bf-4e68-a756-7a9f2ff20105 {
  text-align: left;
}

#s-edcda2e4-89bf-4e68-a756-7a9f2ff20105 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-ed8e8277-0838-441e-8e8f-77d9c0720c57  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 1.5em;
  
}

#s-ed8e8277-0838-441e-8e8f-77d9c0720c57  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-ed8e8277-0838-441e-8e8f-77d9c0720c57  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-ed8e8277-0838-441e-8e8f-77d9c0720c57 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-ed8e8277-0838-441e-8e8f-77d9c0720c57 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}


#s-a937beec-780a-4147-b92c-0cba6359caea {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-a937beec-780a-4147-b92c-0cba6359caea"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a937beec-780a-4147-b92c-0cba6359caea"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a937beec-780a-4147-b92c-0cba6359caea"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a937beec-780a-4147-b92c-0cba6359caea"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-7a931d2a-5bff-4f01-8afe-e3596138dfa4 {
  margin-bottom: 30px;
}
}







#s-7a931d2a-5bff-4f01-8afe-e3596138dfa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7a931d2a-5bff-4f01-8afe-e3596138dfa4.shg-box.shg-c {
  justify-content: center;
}

#s-4943e1cd-6918-45a8-adca-936140261b59 {
  text-align: left;
}

#s-4943e1cd-6918-45a8-adca-936140261b59 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-fef470fc-9cb1-4f61-8a0b-e151ccf9d356  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-fef470fc-9cb1-4f61-8a0b-e151ccf9d356  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-fef470fc-9cb1-4f61-8a0b-e151ccf9d356  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-fef470fc-9cb1-4f61-8a0b-e151ccf9d356 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-fef470fc-9cb1-4f61-8a0b-e151ccf9d356 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}









#s-a9a2530d-b1fa-403f-832f-39ba819047d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a9a2530d-b1fa-403f-832f-39ba819047d4.shg-box.shg-c {
  justify-content: center;
}

#s-9c4a2df2-f90e-428f-ba45-b3bc42b5fc2d {
  text-align: left;
}

#s-9c4a2df2-f90e-428f-ba45-b3bc42b5fc2d .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-d2a5e1e3-1894-4018-b860-ee05f03a13cf  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-d2a5e1e3-1894-4018-b860-ee05f03a13cf  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-d2a5e1e3-1894-4018-b860-ee05f03a13cf  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-d2a5e1e3-1894-4018-b860-ee05f03a13cf .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-d2a5e1e3-1894-4018-b860-ee05f03a13cf .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}


#s-97c4a0ed-899a-4b44-a58c-b41c112655e4 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-97c4a0ed-899a-4b44-a58c-b41c112655e4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-97c4a0ed-899a-4b44-a58c-b41c112655e4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-97c4a0ed-899a-4b44-a58c-b41c112655e4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-97c4a0ed-899a-4b44-a58c-b41c112655e4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-58f153ca-7e6a-43bd-8b79-a33a4924caa3 {
  margin-bottom: 30px;
}
}







#s-58f153ca-7e6a-43bd-8b79-a33a4924caa3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-58f153ca-7e6a-43bd-8b79-a33a4924caa3.shg-box.shg-c {
  justify-content: center;
}

#s-05e7b729-f6cc-4f14-baf1-d4e652efbf62 {
  text-align: left;
}

#s-05e7b729-f6cc-4f14-baf1-d4e652efbf62 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-bf83aab3-30d9-4970-a65b-2544119559b3  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 1.5em;
  
}

#s-bf83aab3-30d9-4970-a65b-2544119559b3  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-bf83aab3-30d9-4970-a65b-2544119559b3  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-bf83aab3-30d9-4970-a65b-2544119559b3 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-bf83aab3-30d9-4970-a65b-2544119559b3 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}









#s-32b3cb96-3479-4602-b50f-92ec982496cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-32b3cb96-3479-4602-b50f-92ec982496cf.shg-box.shg-c {
  justify-content: center;
}

#s-5e5a12fa-5b6f-4ffb-b56a-48ae95a0bcc7 {
  text-align: left;
}

#s-5e5a12fa-5b6f-4ffb-b56a-48ae95a0bcc7 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-5a4e9b5c-8ecc-4efd-a84e-7a1c6ea975e3  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  font-style: normal;
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  font-weight: normal;
  line-height: 1.5em;
  
}

#s-5a4e9b5c-8ecc-4efd-a84e-7a1c6ea975e3  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-5a4e9b5c-8ecc-4efd-a84e-7a1c6ea975e3  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-5a4e9b5c-8ecc-4efd-a84e-7a1c6ea975e3 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-5a4e9b5c-8ecc-4efd-a84e-7a1c6ea975e3 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}


#s-77470de5-76ca-4d25-a86b-759326865f04 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-77470de5-76ca-4d25-a86b-759326865f04"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77470de5-76ca-4d25-a86b-759326865f04"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-77470de5-76ca-4d25-a86b-759326865f04"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-77470de5-76ca-4d25-a86b-759326865f04"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-da8cc884-33c3-4d18-a6fa-f0eb24ff7834 {
  margin-bottom: 30px;
}
}







#s-da8cc884-33c3-4d18-a6fa-f0eb24ff7834 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-da8cc884-33c3-4d18-a6fa-f0eb24ff7834.shg-box.shg-c {
  justify-content: center;
}

#s-c7631b4f-33ed-4539-b0d9-32053a6097d4 {
  text-align: left;
}

#s-c7631b4f-33ed-4539-b0d9-32053a6097d4 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-a58ae945-fde3-45ec-8052-1b083f107a82  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-a58ae945-fde3-45ec-8052-1b083f107a82  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-a58ae945-fde3-45ec-8052-1b083f107a82  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-a58ae945-fde3-45ec-8052-1b083f107a82 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-a58ae945-fde3-45ec-8052-1b083f107a82 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}









#s-801e3135-3752-4828-a5b6-d8a9128ae45b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-801e3135-3752-4828-a5b6-d8a9128ae45b.shg-box.shg-c {
  justify-content: center;
}

#s-b451a3c3-e9b7-4e62-8abc-680a3ba1eba8 {
  text-align: left;
}

#s-b451a3c3-e9b7-4e62-8abc-680a3ba1eba8 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-fd04c3d7-ca48-46de-8449-cad52446992c  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-fd04c3d7-ca48-46de-8449-cad52446992c  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-fd04c3d7-ca48-46de-8449-cad52446992c  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-fd04c3d7-ca48-46de-8449-cad52446992c .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-fd04c3d7-ca48-46de-8449-cad52446992c .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}


#s-d037762e-d7de-4b94-b24c-998c7135d087 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-d037762e-d7de-4b94-b24c-998c7135d087"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d037762e-d7de-4b94-b24c-998c7135d087"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d037762e-d7de-4b94-b24c-998c7135d087"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d037762e-d7de-4b94-b24c-998c7135d087"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-489972a9-6f8c-447c-956a-d4b943582394 {
  margin-bottom: 30px;
}
}







#s-489972a9-6f8c-447c-956a-d4b943582394 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-489972a9-6f8c-447c-956a-d4b943582394.shg-box.shg-c {
  justify-content: center;
}

#s-4d3b5c5d-5f05-4393-a5d4-a37f91d9045a {
  text-align: left;
}

#s-4d3b5c5d-5f05-4393-a5d4-a37f91d9045a .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-fb91ed40-8520-44a3-9efb-e80008bfd6d0  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-fb91ed40-8520-44a3-9efb-e80008bfd6d0  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-fb91ed40-8520-44a3-9efb-e80008bfd6d0  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-fb91ed40-8520-44a3-9efb-e80008bfd6d0 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-fb91ed40-8520-44a3-9efb-e80008bfd6d0 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}









#s-7ed3e194-8635-44c6-aaa0-56c412af4d5a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-7ed3e194-8635-44c6-aaa0-56c412af4d5a.shg-box.shg-c {
  justify-content: center;
}

#s-a0970926-184c-4c55-8530-faef479d70c6 {
  text-align: left;
}

#s-a0970926-184c-4c55-8530-faef479d70c6 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-d782042c-f203-40c1-877c-ef7adaf0eb5d  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-d782042c-f203-40c1-877c-ef7adaf0eb5d  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-d782042c-f203-40c1-877c-ef7adaf0eb5d  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-d782042c-f203-40c1-877c-ef7adaf0eb5d .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-d782042c-f203-40c1-877c-ef7adaf0eb5d .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}


#s-cce00948-376a-4b0a-9a87-2c1159bb6630 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-cce00948-376a-4b0a-9a87-2c1159bb6630"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cce00948-376a-4b0a-9a87-2c1159bb6630"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-cce00948-376a-4b0a-9a87-2c1159bb6630"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-cce00948-376a-4b0a-9a87-2c1159bb6630"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-2f118855-62a1-450e-91ed-715ac1524314 {
  margin-bottom: 30px;
}
}







#s-2f118855-62a1-450e-91ed-715ac1524314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-2f118855-62a1-450e-91ed-715ac1524314.shg-box.shg-c {
  justify-content: center;
}

#s-36ea0585-db67-4fe2-bd62-22e78e12cb29 {
  text-align: left;
}

#s-36ea0585-db67-4fe2-bd62-22e78e12cb29 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-9d65f83c-c471-4120-9c5c-c5af504cd739  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-9d65f83c-c471-4120-9c5c-c5af504cd739  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-9d65f83c-c471-4120-9c5c-c5af504cd739  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-9d65f83c-c471-4120-9c5c-c5af504cd739 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-9d65f83c-c471-4120-9c5c-c5af504cd739 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}









#s-a41bbdc6-a5e7-488c-bfb5-600ad1a37e89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a41bbdc6-a5e7-488c-bfb5-600ad1a37e89.shg-box.shg-c {
  justify-content: center;
}

#s-7de216c0-3afb-40b7-9a68-abee0c247b73 {
  text-align: left;
}

#s-7de216c0-3afb-40b7-9a68-abee0c247b73 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-4f919d69-cd71-49fd-b75d-690fbd1c7397  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-4f919d69-cd71-49fd-b75d-690fbd1c7397  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-4f919d69-cd71-49fd-b75d-690fbd1c7397  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-4f919d69-cd71-49fd-b75d-690fbd1c7397 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-4f919d69-cd71-49fd-b75d-690fbd1c7397 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}


#s-963fbfbd-f6fd-4d3c-a967-3a0b6b7ac713 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-963fbfbd-f6fd-4d3c-a967-3a0b6b7ac713"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-963fbfbd-f6fd-4d3c-a967-3a0b6b7ac713"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-963fbfbd-f6fd-4d3c-a967-3a0b6b7ac713"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-963fbfbd-f6fd-4d3c-a967-3a0b6b7ac713"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-cb6e021c-3a74-4a2c-9cd1-639f52b2859f {
  margin-bottom: 30px;
}
}







#s-cb6e021c-3a74-4a2c-9cd1-639f52b2859f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-cb6e021c-3a74-4a2c-9cd1-639f52b2859f.shg-box.shg-c {
  justify-content: center;
}

#s-12354100-abb4-4cf5-85d2-8c5e2b0172b1 {
  text-align: left;
}

#s-12354100-abb4-4cf5-85d2-8c5e2b0172b1 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-1e9ef38d-8d9b-45ad-8bcd-f4c45e7d1a15  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-1e9ef38d-8d9b-45ad-8bcd-f4c45e7d1a15  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-1e9ef38d-8d9b-45ad-8bcd-f4c45e7d1a15  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-1e9ef38d-8d9b-45ad-8bcd-f4c45e7d1a15 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-1e9ef38d-8d9b-45ad-8bcd-f4c45e7d1a15 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}









#s-a5a27cea-efd5-417b-a4bb-aedddeb83259 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-a5a27cea-efd5-417b-a4bb-aedddeb83259.shg-box.shg-c {
  justify-content: center;
}

#s-82c1baec-2344-4338-9d7f-ddc500770e41 {
  text-align: left;
}

#s-82c1baec-2344-4338-9d7f-ddc500770e41 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-1e546501-d540-414a-ab7c-be3c760fecb4  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-1e546501-d540-414a-ab7c-be3c760fecb4  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-1e546501-d540-414a-ab7c-be3c760fecb4  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-1e546501-d540-414a-ab7c-be3c760fecb4 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-1e546501-d540-414a-ab7c-be3c760fecb4 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}


#s-3db31408-56b0-4526-8494-3c82758d8ea5 {
  margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-3db31408-56b0-4526-8494-3c82758d8ea5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3db31408-56b0-4526-8494-3c82758d8ea5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3db31408-56b0-4526-8494-3c82758d8ea5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3db31408-56b0-4526-8494-3c82758d8ea5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (max-width: 767px){#s-f33f998c-4a47-450c-9486-2286e431d13f {
  margin-bottom: 30px;
}
}







#s-f33f998c-4a47-450c-9486-2286e431d13f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f33f998c-4a47-450c-9486-2286e431d13f.shg-box.shg-c {
  justify-content: center;
}

#s-ffead181-d618-40d4-906b-976c88802491 {
  text-align: center;
}

#s-ffead181-d618-40d4-906b-976c88802491 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 20px;
  
  letter-spacing: 2px;
  text-align: center;
}










#s-4cb84744-cadf-4b8c-be9e-0b75bdd032c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-4cb84744-cadf-4b8c-be9e-0b75bdd032c8.shg-box.shg-c {
  justify-content: center;
}

#s-fa698619-2ec7-4da8-89a0-e172f52a029e {
  text-align: left;
}

#s-fa698619-2ec7-4da8-89a0-e172f52a029e .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-31ab5d8e-b095-407b-92c5-a67cfeedd0f1  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  line-height: 1.5em;
  
}

#s-31ab5d8e-b095-407b-92c5-a67cfeedd0f1  .shogun-form-text-input-field::-moz-placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}

#s-31ab5d8e-b095-407b-92c5-a67cfeedd0f1  .shogun-form-text-input-field::placeholder {
  
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  
  
  
}


#s-31ab5d8e-b095-407b-92c5-a67cfeedd0f1 .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-31ab5d8e-b095-407b-92c5-a67cfeedd0f1 .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}









#s-f2ed61e6-8c09-403d-a8cb-4f7fa54f5876 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
  display: block;
}#s-f2ed61e6-8c09-403d-a8cb-4f7fa54f5876.shg-box.shg-c {
  justify-content: center;
}

#s-239af900-594a-4d5a-875c-8c4e3cd5cee3 {
  text-align: left;
}

#s-239af900-594a-4d5a-875c-8c4e3cd5cee3 .shogun-heading-component h6 {
  color: rgba(46, 50, 153, 1);
  font-weight:  600 ;
  font-family: "Poppins";
  font-style:  normal ;
  font-size: 18px;
  
  letter-spacing: 2px;
  text-align: left;
}



#s-4118d879-3ffc-4629-9a15-d3224aa355db {
  margin-bottom: 30px;
}

#s-4118d879-3ffc-4629-9a15-d3224aa355db  .shogun-form-text-input-field {
  border-width: 1px;
  border-color: rgba(210, 212, 214, 1);
  border-radius: 0px;
  
  
  font-size: 16px;
  
  color: rgba(21, 21, 21, 1);
  font-family: Poppins;
  font-weight: 500;
  line-height: 1.5em;
  
}

#s-4118d879-3ffc-4629-9a15-d3224aa355db  .shogun-form-text-input-field::-moz-placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(21, 21, 21, 1);
  font-family: Titillium Web;
  font-weight: normal;
  
  
}

#s-4118d879-3ffc-4629-9a15-d3224aa355db  .shogun-form-text-input-field::placeholder {
  font-size: 16px;
  font-style: normal;
  color: rgba(21, 21, 21, 1);
  font-family: Titillium Web;
  font-weight: normal;
  
  
}


#s-4118d879-3ffc-4629-9a15-d3224aa355db .shogun-form-text-input-field:hover {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}



#s-4118d879-3ffc-4629-9a15-d3224aa355db .shogun-form-text-input-field:focus {
  border-width: 1px;
  border-color: rgba(168, 169, 171, 1);
  border-radius: 0px;
  
  color: rgba(21, 21, 21, 1);
}


.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-c1a2f666-b168-44cc-92dc-64e42c9dd545 {
  box-shadow:0px 0px 0px 0px rgba(0, 0, 102, 1);
border-style: solid;
margin-bottom: 30px;
padding-top: 10px;
padding-left: 40px;
padding-bottom: 10px;
padding-right: 40px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 102, 1);
border-radius: 0px;
color: #FFFFFF;
background-color: rgba(0, 0, 102, 1);
text-align: center;
cursor: pointer;
font-family: Poppins;
font-weight: 600;
font-size: 20px;
background-image: none;
hover-type: color;
}
#s-c1a2f666-b168-44cc-92dc-64e42c9dd545: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: 30px !important;
background-color: rgba(255, 204, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c1a2f666-b168-44cc-92dc-64e42c9dd545: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: 30px !important;
background-color: rgba(147, 147, 147, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}
#s-c1a2f666-b168-44cc-92dc-64e42c9dd545[disabled],
#s-c1a2f666-b168-44cc-92dc-64e42c9dd545[disabled]:hover,
#s-c1a2f666-b168-44cc-92dc-64e42c9dd545[disabled]:focus {
  background-color: #D7D5E2 !important;
}

#s-c1a2f666-b168-44cc-92dc-64e42c9dd545 {
  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;
}

#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;
  -webkit-user-select: none;
     -moz-user-select: none;
          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-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:not(.shopify-section *):not([id^="wistia"]) {
  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;
}

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