@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-BoldItalic.ttf') format("truetype"), url('../fonts/Switzer-ExtraboldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Extrabold.ttf') format("truetype"), url('../fonts/Switzer-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-VariableItalic.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer;
  src: url('../fonts/Switzer-ExtralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Switzer Variable;
  src: url('../fonts/Switzer-Variable.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-2: #0f0f0f;
  --color-3: #3c3c3c;
  --color-5: #909090;
  --color: white;
  --color-8: #f8f7f7;
  --kütüp-library--dark-slate-grey: #264653;
  --color-4: #595959;
  --white: white;
  --transparent: #fff0;
  --color-6: #d6d6d6;
  --color-7: #e9e9e9;
  --kütüp-library--burntsienna: #e76f51;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--linear-color-three: #e0ecff;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--grey-600: #5f6570;
  --combine-library--white: white;
  --kütüp-library--white: white;
  --black: black;
  --radiant-ui-components-library-marketplace--light-grey: #5a5a5a;
  --combine-library--grey-100: #d9dce2;
  --combine-library--primary-600: #6157f8;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  flex-wrap: wrap;
  padding: 20px;
  display: flex;
}

.w-commerce-commercecheckoutdiscountsinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  flex: 1;
  width: auto;
  min-width: 0;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  flex-grow: 0;
  flex-shrink: 0;
  align-items: center;
  height: 38px;
  margin-left: 8px;
  padding: 9px 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector, .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }
}

h1 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Switzer Variable, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.35em;
}

h2 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Switzer Variable, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.33em;
}

h3 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Switzer Variable, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4em;
}

h4 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Switzer Variable, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.35em;
}

h5 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Switzer Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3em;
}

h6 {
  color: var(--color-2);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2em;
}

p {
  color: var(--color-3);
  margin-bottom: 10px;
  font-family: Switzer Variable, sans-serif;
  font-size: 18px;
  line-height: 1.6em;
}

a {
  color: var(--color-2);
  text-decoration: underline;
}

a:hover {
  color: var(--color-5);
}

li {
  color: var(--color-2);
  font-family: Switzer Variable, sans-serif;
  font-size: 18px;
  line-height: 1.876em;
}

blockquote {
  background-color: var(--color-2);
  border: 1px #000;
  border-radius: 20px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 60px 100px;
  font-family: Switzer Variable, sans-serif;
  font-size: 24px;
  line-height: 1.6em;
}

.style-guide-buttons {
  grid-column-gap: 23px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  display: grid;
}

.font-grid {
  grid-template-rows: auto;
}

.card-component {
  text-align: center;
  background-color: #0000;
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 40px 5px #0000000d;
}

.bold {
  color: var(--color-2);
  font-weight: 600;
}

.display-3 {
  color: var(--color-2);
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Switzer Variable, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.222;
}

.uppercase {
  text-transform: uppercase;
}

.section {
  z-index: 5;
  background-color: #fff;
  padding: 0;
  position: relative;
}

.section.gray {
  background-color: #fff;
}

.section.black {
  background-color: var(--color-2);
}

.section.dark {
  background-color: var(--kütüp-library--dark-slate-grey);
}

.display-1 {
  color: var(--color-2);
  letter-spacing: -.04em;
  margin-bottom: 16px;
  font-family: Switzer Variable, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.133em;
}

.hero-button-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.color-shade-card {
  color: #000;
  text-align: left;
  background-color: #fff;
  border: 1px #000;
  flex: 1;
  padding: 20px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.primary-button {
  border: 1px solid var(--color-2);
  background-color: var(--color-2);
  color: #fff;
  text-align: center;
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding: 20px 32px;
  font-family: Switzer Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: border-color .4s, color .4s, background-color .4s;
  display: flex;
  position: relative;
  box-shadow: inset 0 0 100px 100px #0000;
}

.primary-button:hover {
  border-color: var(--color-4);
  background-color: var(--color-3);
  box-shadow: none;
  color: #fff;
  text-decoration: none;
}

.primary-button._3 {
  color: #1b253d;
  background-color: #fff0;
  border: 1px solid #1b253d;
  padding-top: 20px;
  padding-bottom: 20px;
}

.primary-button._3:hover {
  border-color: var(--color-2);
  background-color: var(--color-2);
  color: #fff;
}

.primary-button._4 {
  border-color: var(--white);
  color: #faf8f8;
  background-color: #fff0;
  font-weight: 500;
}

.primary-button._4:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.primary-button._2 {
  border-width: 1px;
  border-color: var(--color);
  background-color: var(--transparent);
  color: var(--color);
  text-align: center;
  -webkit-text-stroke-color: var(--color);
  border-radius: 100px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Switzer Variable, sans-serif;
  font-weight: 600;
}

.primary-button._2:hover {
  border-color: var(--color-6);
  background-color: var(--color-6);
  color: #1b253d;
}

.primary-button._2.w--current {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.primary-button._2.w--current:hover {
  background-color: #fc6c32;
  border-color: #fc6c32;
}

.primary-button.arrow {
  box-shadow: none;
  background-image: url('../images/icons8-right-384.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border-radius: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.primary-button.categories {
  border-style: solid;
  border-color: var(--color-7);
  background-color: var(--color);
  color: var(--color-2);
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 13px;
  font-weight: 600;
}

.primary-button.categories:hover {
  box-shadow: 0 4px 15px #0000000f;
}

.paragraph-big {
  color: #3c3c3c;
  letter-spacing: -.02em;
  width: 389.336px;
  margin-bottom: 16px;
  margin-right: 10px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.paragraph-big.white {
  color: var(--color-8);
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.grid-colors {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.divider-line {
  background-color: #d6d6d6;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.display-2 {
  color: var(--color-2);
  letter-spacing: -.04em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Switzer Variable, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.222;
}

.display-2.white {
  letter-spacing: -.02em;
  font-family: Switzer Variable, sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1.1em;
}

.display-2.white.header {
  font-weight: 600;
}

.elements-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.component-wrapper {
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  width: 100%;
  margin-bottom: 40px;
  padding: 0;
}

.button-wrapper {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.button-wrapper.dark {
  background-color: var(--color-2);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
}

.button-wrapper.left {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
}

.text-small {
  color: #000;
  line-height: 150%;
}

.undeline {
  text-decoration: underline;
}

.color-block {
  background-color: #bcebff;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
  height: 200px;
  padding: 20px;
  display: flex;
}

.color-block._4 {
  background-color: #595959;
}

.color-block._3 {
  background-color: #3c3c3c;
  border: 1px #dadada;
  border-radius: 0;
}

.color-block._9 {
  background-color: #fff;
}

.color-block._6 {
  background-color: #d6d6d6;
}

.color-block._2 {
  background-color: #0f0f0f;
}

.color-block._8 {
  background-color: #f8f7f7;
}

.color-block._5 {
  background-color: #909090;
}

.color-block._7 {
  background-color: #e9e9e9;
  border: 1px #cedad6;
}

.container {
  z-index: 5;
  color: #fff;
  flex: 1;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 1em 0;
  position: relative;
}

.container.top-padding {
  padding-top: 14em;
}

.container.navigation {
  padding: 0 2.5em;
  position: relative;
}

.container.subpage {
  padding: 12em 0 0;
}

.container.footer {
  border: 1px none var(--color-2);
  background-color: #fdfcfc;
  padding-top: 6em;
  padding-bottom: 2em;
}

.container.newsletter-footer {
  padding-top: 0;
  padding-bottom: 2em;
}

.container.checkout {
  border: 1px solid var(--color-8);
  display: flex;
}

.paragraph-small {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

.nav-link {
  color: var(--white);
  padding: 0;
  font-family: Switzer Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .3s;
}

.nav-link:hover {
  color: var(--color-6);
}

.nav-link.w--current {
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  font-size: 18px;
}

.dropdown-toggle {
  color: var(--color);
  align-items: center;
  padding: 0;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: var(--color-6);
}

.nav-header-list {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.dropdownicon {
  filter: invert();
  width: 14px;
  max-width: 17%;
  margin-bottom: -1px;
  margin-left: 6px;
  font-family: Switzer Variable, sans-serif;
  font-weight: 700;
  position: static;
}

.dropdown-40px-padding {
  padding: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.header-right-col {
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.dropdown {
  color: var(--color);
  display: inline-block;
}

.logo {
  color: var(--white);
  letter-spacing: -.03em;
  font-family: Switzer Variable, sans-serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 38px;
}

.dropdown-list {
  padding-top: 32px;
}

.dropdown-list.w--open {
  background-color: #0000;
  padding-top: 32px;
}

.navigation-header {
  background-color: #0f0f0f00;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: sticky;
}

.dropdown-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: stretch stretch;
}

.dropdown-card {
  background-color: #fff;
  border: 1px solid #f1f1f2;
  border-radius: 20px;
  min-width: 280px;
  overflow: hidden;
  box-shadow: 0 1px 12px #3d3d4114;
}

.dropdown-link {
  color: var(--color-2);
  align-items: center;
  width: 100%;
  padding: 0;
  font-family: Switzer Variable, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.dropdown-link:hover, .dropdown-link.w--current {
  color: var(--color-4);
}

.nav-logo-brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  transition: color .3s, transform .3s;
  display: flex;
}

.nav-logo-brand:hover {
  transform: scale(.9);
}

.nav-list-item {
  color: var(--color);
  border: 1px #000;
  border-radius: 0;
  padding-left: 32px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  line-height: 1.876em;
}

.section-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #000;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-title.no-padding {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-bottom: 0;
}

.nav-header-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.btn-hidden-on-mbl {
  margin-left: 24px;
}

.heading {
  line-height: 1.3em;
}

.white {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.social-icons-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.form-block {
  background-color: #ffffff1a;
  border-radius: 100px;
  flex-direction: column;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
}

.form-block.no-paddings {
  margin-top: 0;
  padding: 0;
}

.footer-logo-link {
  color: #333;
  flex: 0 auto;
  min-width: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
}

.mg-bottom-40px {
  width: 100%;
  margin-bottom: 40px;
}

.footer-section {
  background-color: var(--white);
  border: 1px #000;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.footer-section.newsletter {
  background-color: var(--transparent);
}

.social-footer-link {
  opacity: 1;
  background-color: #fff;
  border: 0 #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  margin-right: 5px;
  padding: 4px 5px;
  display: flex;
  position: relative;
}

.social-footer-link:hover {
  background-color: var(--color-6);
  border-style: none;
}

.input {
  background-color: #f7f7f7;
  border: 1px solid #b9b9b9;
  border-radius: 0;
  min-height: 55px;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 14px;
  transition: border-color .3s, color .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.input:hover {
  border-color: #ff84a7;
}

.input:focus {
  color: #303030;
  border-color: #dc003e;
}

.input::placeholder {
  color: #13003c;
  font-size: 16px;
  line-height: 150%;
}

.input.newsletter {
  color: var(--color-2);
  background-color: #fff;
  border-style: none;
  border-radius: 100px;
  font-family: Switzer Variable, sans-serif;
  font-weight: 400;
}

.footer-copyright {
  color: #fff;
  text-align: center;
  align-self: center;
  font-family: Switzer Variable, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 24px;
  text-decoration: none;
}

.footer-copyright.imprint {
  margin-top: 10px;
  font-family: Switzer Variable, sans-serif;
  font-size: 12px;
}

.footer-bottom {
  z-index: 2;
  color: #000;
  background-color: #264653;
  border: 1px #000;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: relative;
}

.footer-bottom.dark {
  background-color: var(--color-2);
}

.footer-flex-container {
  z-index: 2;
  color: #666;
  text-align: left;
  justify-content: space-between;
  height: auto;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.footer-column {
  color: #000;
  text-align: left;
  flex: 0 auto;
  width: 30%;
  margin-bottom: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 20px;
}

.footer-link {
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.111;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link:hover {
  color: var(--color-5);
  border-radius: 0;
  text-decoration: none;
}

.form-subscribe {
  border: 1px solid var(--color-7);
  color: #3b3b3b;
  background-color: #fff;
  border-radius: 100px;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 5px 7px 5px 5px;
  font-family: Bitter, serif;
  display: flex;
  box-shadow: 2px 2px 10px #00000008;
}

.success-message {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  background-color: #0dcc43;
  border-radius: 8px;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.footer-side {
  color: #f8ffd9;
  width: 35%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 0;
}

.footer-side.flex-side {
  border-left: 1px solid #30364d2e;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 98px;
  padding-left: 60px;
  padding-right: 0;
  display: flex;
}

.footer-side.flex-side.light {
  color: #000;
  border: 1px #000;
  justify-content: flex-end;
  align-items: flex-start;
  width: 65%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.mg-bottom-24px {
  margin-bottom: 24px;
}

.footer-title-block {
  color: #fff;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
}

.footer-links {
  color: #6d6875;
  margin-top: 0;
  margin-bottom: 10px;
}

.footer-link-text {
  color: var(--color-5);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 0;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.footer-link-text:hover {
  color: var(--color);
  text-decoration: underline;
}

.social-icon {
  width: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

.error-message {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: red;
  border-radius: 8px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.555em;
}

.light-color-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f7f7fc;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  display: grid;
}

.card-link {
  color: #56565f;
  background-color: #fff;
  border: 0 #f1f1f2;
  border-radius: 20px;
  text-decoration: none;
  transition: color .3s, transform .3s;
  overflow: hidden;
  box-shadow: 0 1px 7px #14142b0f;
}

.card-link:hover {
  transform: scale(.96);
}

.card-link.no-image {
  box-shadow: none;
  border-style: none;
  padding: 20px;
}

.herobg-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-section-bg-image {
  background-image: linear-gradient(#00000059, #00000059);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.hero-section-bg-image.newsletter {
  padding-bottom: 0;
}

.features-top-image-wrapper {
  border-radius: 0;
  height: 260px;
  overflow: hidden;
}

.center-text {
  text-align: center;
}

.image-fulldwith {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.image-fulldwith:hover {
  transform: scale(1.1);
}

.mg-bottom-64px {
  margin-bottom: 64px;
}

.inner-container-center-600px {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.color-gray-text {
  color: #56565f;
}

.mg-bottom-50px {
  margin-bottom: 50px;
}

.button-col-left {
  margin-right: 24px;
}

.inner-content-card {
  padding: 30px;
}

.inner-content-card._2 {
  padding: 0;
}

.dark-color-text {
  color: #303030;
}

._3-row-grid-posts {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.flex-block-horizontal {
  border-top: 1px solid #e9e3de;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  display: flex;
}

.flex-block-horizontal.invers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px #000;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
}

.flex-block-horizontal.invers.center {
  justify-content: center;
  align-items: center;
}

.label-text {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.56em;
  position: absolute;
  top: 20px;
  left: auto;
  right: 20px;
}

.label-text.categories {
  background-color: var(--color-2);
  color: var(--color);
  border-radius: 100px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  text-decoration: none;
  position: relative;
  top: auto;
  right: auto;
}

.label-text.categories.no-wrapper {
  background-color: var(--color);
  color: var(--color-2);
  padding: 0;
}

.label-text.categories.white {
  background-color: var(--color);
  color: var(--color-2);
  border-radius: 20px;
}

.created-on {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
}

.created-on._16px {
  font-size: 16px;
}

.link-block {
  border-radius: 20px;
  text-decoration: none;
  display: block;
  position: relative;
  overflow: hidden;
}

.post-img-wrapp {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.big-image-component {
  filter: saturate(120%);
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 400px;
  padding: 20px;
  display: flex;
}

.card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #003f41;
  background-color: #fff;
  border: 1px #ecebea;
  border-radius: 0;
  flex-direction: column;
  padding: 24px;
  display: flex;
  position: relative;
}

.card:hover {
  text-decoration: none;
}

.card.absolut-bottom-position {
  background-color: #fff0;
  padding: 0;
  position: absolute;
  inset: auto 6% 6%;
}

.card.absolut-bottom-position.streched {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 88.0025%;
  height: 90%;
}

.overlay-div {
  background-image: linear-gradient(#0000004d, #0000004d);
  position: absolute;
  inset: 0%;
}

.display-4 {
  color: var(--color-2);
  font-size: 34px;
  font-weight: 600;
  line-height: 1.45em;
}

.display-4.white {
  color: var(--color);
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.display-4.no-padding-bottom {
  margin-bottom: 0;
  margin-right: 10px;
  padding-right: 20px;
}

.horizontal-separator {
  background-color: var(--color);
  width: 75px;
  height: 1px;
}

.horizontal-separator.gray {
  background-color: var(--color-6);
  width: 40px;
}

.categorie-name {
  color: var(--color);
  background-color: #ffffff3b;
  border-radius: 100px;
  padding: 5px 15px;
  font-size: 32px;
}

.categorie-name.sidebar {
  z-index: 2;
  color: var(--color-2);
  background-color: #fff0;
  padding: 0;
  font-size: 13px;
  font-weight: 600;
  position: relative;
}

.cta-img-wrapper {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
}

.cta-in-container {
  text-align: left;
  background-color: #e9452e;
  border-radius: 30px;
  margin-bottom: -60px;
  padding: 60px 60px 60px 0;
  position: relative;
  overflow: hidden;
}

.cta-in-container.image {
  background-color: var(--color-7);
  background-image: url('../images/Ipad-Image.png');
  background-position: 90% 100%;
  background-repeat: no-repeat;
  background-size: 460px;
  border-radius: 20px;
  margin-bottom: 0;
  padding-left: 60px;
}

.cta-headline {
  color: var(--color-2);
  font-size: 42px;
}

.mg-bottom-8px {
  margin-bottom: 8px;
}

.width-small-card {
  direction: ltr;
  flex: none;
  width: 100%;
  position: relative;
}

.width-small-card.side-mg-40px-mbl {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.grid-two-row {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

.post-card-left-image {
  border: 1px solid var(--color-7);
  color: #151515;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: row;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  padding: 24px;
  text-decoration: none;
  transition: box-shadow .4s, transform .4s;
  display: flex;
  position: relative;
  box-shadow: 0 5px 40px #0000000f;
}

.post-card-left-image:hover {
  background-color: #fff;
  transform: translate(0, -5px);
  box-shadow: 0 5px 40px 1px #0000000f;
}

.blog-grid-v1 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 320px;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.sidebar-block {
  border: 1px solid var(--color-7);
  background-color: var(--color);
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 3px 12px #0000000f;
}

.sidebar-block.ads {
  background-color: var(--color-2);
  border: 1px #000;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.sidebar-ads-card {
  background-color: var(--color-2);
  color: #fff;
  text-align: center;
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/Post-images-2.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border: 1px #000;
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo-icon {
  background-image: url('../images/galileo_logo.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 80px;
  margin-bottom: 0;
  display: flex;
}

.logo-icon.invers {
  filter: invert();
}

.post-short-description {
  color: var(--color-4);
  margin-bottom: 4px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
}

.sidebar {
  flex: 0 auto;
  width: 100%;
  padding-top: 0;
}

.post-block-image {
  object-fit: cover;
  background-color: #f5f5f5;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 260px;
  height: auto;
  min-height: 220px;
  transition: filter .2s;
  display: flex;
  position: relative;
}

.post-block-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 20px 8px 40px;
  display: flex;
}

.ads-info {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  display: flex;
  position: relative;
}

.sidebar-sticky-box {
  padding-top: 0;
  position: sticky;
  top: 120px;
}

.categorises-grid-buttons {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.h4-white {
  color: var(--color);
  margin-bottom: 16px;
}

.template-grid-2-column {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  margin-bottom: 80px;
}

.template-grid-2-column.title-section-grid {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-transform: none;
  grid-template-columns: 1fr auto;
  place-items: center stretch;
  width: 100%;
  margin-bottom: 40px;
}

.inner-content._850px {
  max-width: 650px;
}

.component-info-left {
  color: #003f41;
  text-align: center;
  align-self: center;
  align-items: flex-start;
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.service-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: color .2s;
  display: flex;
}

.card-form-contact {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.grid-cta {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.h3-white {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.form {
  background-color: var(--white);
  border-radius: 20px;
  width: 100%;
  padding: 50px;
}

.divider {
  background-color: #dae1e9;
  width: 100%;
  height: 1px;
  margin-top: 100px;
  margin-bottom: 100px;
}

.divider.less-padding {
  background-color: var(--color-4);
  margin-top: 40px;
  margin-bottom: 40px;
}

.text-field {
  float: none;
  border: 1px solid var(--color-7);
  background-color: var(--color-8);
  color: #1a2b4c;
  border-radius: 100px;
  height: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  display: inline-block;
}

.text-field:hover, .text-field:active {
  border-color: #e9e9e9;
}

.text-field:focus, .text-field.-wfp-focus {
  color: #000;
  background-color: #f7f7f7;
  border-color: #e9e9e9;
}

.text-field::placeholder {
  color: #1a2b4c;
}

.text-field.message {
  border-radius: 20px;
  height: 150px;
  margin-bottom: 0;
}

.mg-10px-right {
  margin-right: 16px;
}

.contact-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.icon-wrapper-dp {
  color: #1a2b4c;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.contact-info-box {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.contact-info-box._20pxtop-bottm-padding {
  color: #fff;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
}

.contact-info-block {
  border: 1px #000;
  padding: 0 60px 0 0;
}

.toggle-div-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.toggle-name {
  color: #0f0f0f;
  text-transform: none;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.toggle-column-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.toggle-icon {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 25px;
  margin-right: 12px;
  padding: 6px;
  display: flex;
}

.toggle-wrapper-div {
  color: #fff;
  background-color: #0000;
  border-top: 0 #000;
  border-bottom: 0 #424242;
  border-left: 0 solid #424242;
  border-right: 0 #000;
  border-radius: 0;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  overflow: hidden;
}

.toggle-wrapper-div:hover {
  background-color: #0000;
  border-style: none none solid;
  border-color: #31404b #31404b #4646531f;
}

.vertical-plus-line {
  color: #000;
  background-color: #1a2b4c;
  width: 26px;
  height: 1px;
  position: absolute;
  transform: rotate(90deg);
}

.toggle-questions-faq {
  border: 1px solid var(--color-7);
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 20px;
  font-weight: 400;
  display: flex;
  box-shadow: 0 3px 12px #0000000a;
}

.toggle-questions-faq:hover {
  background-color: #fff;
}

.horizontal-plus-line {
  color: #000;
  background-color: #1a2b4c;
  width: 26px;
  height: 1px;
  position: absolute;
}

.toggle-column-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.toggle-info {
  background-color: #0000;
  border-bottom: 1px #000;
  width: 100%;
  height: auto;
  padding: 30px 20px;
}

.toggle-info:hover {
  background-color: #0000;
  border: 1px #000;
}

.toggle-answer {
  text-align: left;
  width: 100%;
  height: auto;
  padding: 0;
  font-size: 17px;
  line-height: 26px;
  display: block;
}

.navigation {
  z-index: 999;
  color: #003f41;
  background-color: #ddd0;
  border: 1px #000;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 20px 0;
  display: flex;
  position: absolute;
  top: 0;
}

.collection-list-3row {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.insight-block {
  background-color: var(--color-8);
  text-align: left;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 40px;
  display: flex;
  position: relative;
}

.insight-block.white {
  background-color: var(--color);
}

._2 {
  color: #fc6c32;
}

.features-plan {
  letter-spacing: normal;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 300;
  line-height: 170%;
}

.features-plan.head {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
}

.higlited-copy {
  color: var(--color-6);
}

._3 {
  color: #ff006e;
}

._4 {
  color: #3a86ff;
}

.paragraph-white {
  color: var(--color-6);
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
  display: block;
}

.grid-image-about {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-left: 15px;
  margin-right: 15px;
}

.hero-image-center {
  background-color: #0052a3;
  border-radius: 20px;
  height: 700px;
  overflow: hidden;
}

.hero-image-center.about {
  background-color: #fff0;
  border-radius: 0;
  height: auto;
}

.about-image {
  border-radius: 0;
  width: 100%;
  max-width: 105%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  transform: translate(0);
}

.bg-color-black {
  background-color: #eef6ef;
  height: 650px;
  position: absolute;
  inset: 0%;
}

.bg-color-black.mbl-height {
  background-color: var(--kütüp-library--dark-slate-grey);
  height: 750px;
}

.bg-color-black.mbl-height.plan {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.bg-color-black.checkout-page {
  background-color: var(--color-2);
  height: 100%;
}

.image-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-wrapper.package {
  background-image: url('../images/Post-images-13.jpg');
  background-position: 60% 100%;
  background-size: cover;
  border-radius: 0;
}

.features-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-3);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  place-items: stretch end;
  width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.features-block.fullwidth {
  border-bottom-color: var(--color-7);
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.features-block.fullwidth.no-line {
  border-style: none;
  border-color: #000;
}

.description-copy {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.description-copy.black {
  color: var(--color-2);
  font-family: Switzer Variable, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6em;
}

.features-wrapper {
  display: flex;
}

.comparison-copy {
  text-align: left;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.comparison-copy.dark {
  color: var(--color-3);
  font-size: 18px;
}

.features-comparison {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  align-items: center;
  width: 50%;
  height: 90.8572%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0 6% 0;
  display: flex;
}

.features-comparison.line {
  border-left: 1px solid #ffffff26;
  margin-top: 0;
  margin-bottom: 0;
}

.name-competion-block.white {
  color: #fff;
}

.icon-list-box-comparison {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin-right: 0;
  display: flex;
}

.icon-list-box-comparison.gray {
  background-color: var(--color-7);
}

._2-row-grid-posts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hero-grid-content {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

.newsletter-card {
  background-color: #ffffff26;
  border-radius: 20px;
  padding: 60px 60px 20px;
}

.grid-image-packages {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}

.package-card {
  background-color: var(--color);
  text-align: left;
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 60px 80px;
  display: flex;
}

.package-card.page {
  border-radius: 20px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.cart-header {
  border-bottom-color: #e9e9e9;
  padding-left: 20px;
  padding-right: 20px;
}

.cart-title {
  font-weight: 400;
  line-height: 1.111em;
}

.remove-button {
  text-decoration: none;
}

.name-of-plan {
  color: var(--color-3);
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}

.remove {
  color: var(--color-3);
  margin-top: -10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.11em;
  text-decoration: underline;
}

.remove:hover {
  color: #fc6c32;
}

.cart-footer {
  border: 1px #000;
}

.nav-link-2 {
  color: #0f0f0f;
  text-transform: none;
  border-radius: 100px;
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111;
  text-decoration: none;
  transition: background-color .3s;
}

.nav-link-2:hover {
  color: #e9452e;
  border-radius: 100px;
  text-decoration: none;
}

.nav-link-2.w--current {
  color: #e9452e;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.111em;
}

.nav-link-2.w--current:hover {
  color: #dc2b2b;
}

.nav-link-2.cart {
  color: var(--color);
  background-color: #fff0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 400;
}

.cart-container {
  color: #1b253d;
  background-color: #fff;
  border-radius: 20px;
  min-width: 420px;
  max-width: 500px;
  font-family: Switzer Variable, sans-serif;
}

.cart-item {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-bottom: 1px solid #e9e9e9;
  padding-left: 24px;
  padding-right: 24px;
}

.top-price-wrapper {
  margin-left: 0;
  margin-right: 0;
}

.your-cart {
  font-weight: 400;
}

.cart-quantity {
  background-color: var(--white);
  border: 1px solid #e9e9e9;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
}

.cart-quantity.circle {
  color: var(--color);
  letter-spacing: -1px;
  background-color: #62636b00;
  border: 2px #3a3129;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0 2px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.111em;
  display: flex;
}

.cart-list {
  padding: 20px 0;
}

.cart-line-item {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.455em;
}

.price-card {
  color: #1b253d;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}

.apple-pay {
  border-radius: 100px;
  height: 60px;
}

.richtext-wrapper {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.empty-state {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
}

.erroe-state {
  text-align: center;
  border-radius: 100px;
  font-weight: 500;
}

.categories-name-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff3;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 12px;
  padding: 4px 16px 4px 12px;
  display: flex;
}

.categories-name {
  color: var(--color);
  margin-bottom: 0;
  font-size: 32px;
}

.categories-number-of-posts {
  color: var(--color);
  margin-bottom: 0;
  font-size: 14px;
}

.inner-container-center-800px {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tittle-post-card {
  margin-bottom: 0;
}

.tittle-post-card.padding-bottom {
  margin-bottom: 14px;
}

.tittle-post-card.smaller {
  font-size: 20px;
}

.price {
  font-size: 48px;
}

.categories-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.licenses-paragraph {
  color: #091c36;
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.3;
}

.licenses--grid-img {
  width: 600px;
  padding: 0;
}

.component-wrapper-block {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--color-6);
  color: #000;
  text-align: left;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 40px 0;
}

.component-wrapper-block.last {
  border-style: none;
  border-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
  width: 100%;
  height: 200px;
}

.blog-image._3 {
  background-color: #8338ec;
  background-image: url('../images/Post-images-4.jpg');
  background-position: 50% 0;
}

.blog-image._4 {
  background-image: url('../images/Post-images-6.jpg');
}

.blog-image._6 {
  background-image: url('../images/Post-images-3.jpg');
}

.blog-image._1 {
  background-image: url('../images/Post-images-13.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.blog-image._5 {
  background-image: url('../images/Post-images-5.jpg');
  background-position: 0 0;
  background-size: cover;
}

.blog-image._2 {
  background-image: url('../images/Post-images-2.jpg');
}

.right-content-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.info-card-left {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--color-2);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  background-color: var(--white);
  color: var(--color-3);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  width: 460px;
  padding: 60px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-image {
  border: 1px solid var(--color-7);
  background-color: var(--color-8);
  border-radius: 20px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
}

.hero-section {
  z-index: 5;
  background-color: #fff;
  padding: 0;
  position: relative;
}

.position-relative {
  width: 100%;
  position: relative;
}

.position-absolut {
  width: 100%;
  position: absolute;
}

.position-absolut.fulldwith {
  width: 100%;
}

.customer-info {
  border: 1px solid var(--color-7);
  background-color: #fff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.block-header {
  border-top-style: none;
  border-right-style: none;
  border-bottom-color: var(--color-7);
  color: var(--color-2);
  border-left-style: none;
  padding-top: 14px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.56em;
}

.block-content {
  color: var(--color-2);
  border: 1px #000;
  flex-flow: column;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56em;
}

.shipping-method {
  border: 1px #000;
}

.checkbox {
  margin-top: 0;
}

.checkbox-label {
  margin-bottom: 0;
}

.categories-link {
  text-decoration: none;
}

.rt-blue-icon {
  opacity: 0;
  position: absolute;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-family: Switzer Variable, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 31px;
}

.rt-category-cards-text.rt-text-white, .rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-white.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-text-white.rt-text-uppercase.rt-text-small {
  font-family: Switzer Variable, sans-serif;
}

.rt-text-white.rt-margin-bottom-twenty {
  font-size: 50px;
}

.rt-component-container {
  -webkit-text-stroke-color: var(--white);
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0 15px 10px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-body-font-color {
  color: var(--color-3);
  font-family: Switzer Variable, sans-serif;
  transition: color .35s;
}

.rt-precision-card-body {
  background-color: var(--color-8);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 15px;
  padding-bottom: 38px;
  padding-left: 26px;
  padding-right: 26px;
}

.rt-precision-card-image {
  object-fit: cover;
  width: 100%;
}

.rt-precision-card-body-icon-column {
  text-align: center;
  background-color: #4a74fd;
  justify-content: center;
  align-items: center;
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.rt-all-btn-two {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  display: flex;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-padding-top-twenty.rt-body-font-color {
  color: var(--color-3);
  text-align: left;
  width: auto;
  padding-top: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4em;
}

.rt-precision-card-body-row {
  background-color: #101929;
  border-radius: 6px;
  margin-top: -39px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-precision-card-body-caption-column {
  justify-content: flex-start;
  align-items: center;
  width: 77%;
  padding: 15px 23px;
  display: flex;
}

.rt-precision-card-image-box {
  text-align: center;
  overflow: hidden;
}

.rt-discover-btn {
  color: #444655;
  font-family: Switzer Variable, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.875rem;
}

.rt-cover-image-2 {
  object-fit: cover;
}

.rt-cover-image-2.rt-full-width-image {
  border-radius: 25px 25px 0 0;
  width: 100%;
}

.rt-precision-card-body-caption-btn-box {
  margin-top: 10px;
}

.rt-precision-card {
  background-color: #fff;
  border-radius: 6px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 14px;
  overflow: hidden;
}

.rt-precision-card.rt-home-two {
  margin-right: 0;
}

.rt-precision-card.rt-home-two.rt-home-two-page {
  box-shadow: none;
  background-color: #f7f6f6;
  border: 1px #000;
  border-radius: 25px;
}

.rt-precision-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--color-3);
  -webkit-text-stroke-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-discover-button-icon-wrap {
  justify-content: center;
  align-items: center;
  position: relative;
}

.heading-2 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-2.uns {
  font-size: 25px;
  font-weight: 300;
}

.text-block {
  color: var(--color-3);
  text-align: center;
  margin-bottom: 40px;
  font-family: Switzer Variable, sans-serif;
  font-size: 21px;
  font-weight: 300;
}

.heading_uns {
  font-size: 25px;
}

.wir {
  text-align: left;
  margin-top: 20px;
  margin-bottom: auto;
  font-size: 22px;
}

.rt-component-section-2 {
  background-color: var(--color-8);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  border-radius: 20px;
  width: 100%;
  margin-top: 40px;
  padding: 20px 15px 10px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-full-width-image {
  width: 100%;
  height: 100%;
}

.rt-about-three-work-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.button {
  background-color: #274653;
  border-radius: 15px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 20px 15px 40px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-collection-list {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-auto-fit-17 {
  object-fit: cover;
  border-radius: 0%;
}

.rt-auto-fit-17.rt-mobile-image-full-width.rt-border-radius-twenty.rt-responsive-image-full-width {
  width: 100%;
  height: auto;
}

.rt-team-one-item {
  border-radius: 10px;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}

.rt-team-one-item-details {
  text-align: center;
  padding-top: 20px;
}

.rt-team-wrapper {
  position: relative;
  overflow: hidden;
}

.rt-margin-bottom-twenty {
  margin-bottom: 20px;
}

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0 0 10px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-button-hover-out {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.rt-button {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

.rt-button.rt-margin-top-twenty {
  margin-top: 20px;
  font-family: Switzer Variable, sans-serif;
}

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-button-main-three {
  height: 26px;
  position: relative;
}

.rt-service-two-cta {
  padding: 122px 15px 130px;
  position: relative;
}

.rt-service-two-cta.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-service-two-cta-background {
  background-image: url('../images/outdoor_mail.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 6px;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.rt-team-one-cta-main {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-text-small {
  font-size: .875rem;
}

.rt-text-uppercase {
  text-transform: uppercase;
}

.rt-margin-top-twenty {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.text-block-2 {
  color: var(--color-3);
  text-align: center;
  margin-top: 40px;
  font-family: Switzer Variable, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.text-block-3 {
  color: #fdfdfd;
  text-align: center;
  margin: 0 20px 20px;
  padding-right: 0;
  font-family: Switzer Variable, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em;
}

.text-block-3.oben {
  color: #f2f2f7;
}

.text-block-3.ausruestung {
  color: #070707;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0 0 10px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-portfolio-round-inside-text {
  z-index: 6;
  color: #fff;
  letter-spacing: -.32px;
  font-size: 16px;
  line-height: 26px;
}

.rt-items {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.rt-portfolio-main-wrapper {
  cursor: none;
  border-radius: 10px;
  position: sticky;
  top: 100px;
  overflow: hidden;
}

.rt-portfolio-product-name {
  z-index: 2;
  max-width: 446px;
  position: absolute;
  inset: auto auto 10% 4%;
}

.rt-portfolio-new-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: auto;
}

.rt-portfolio-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-home-one-portfolio-image-overlay {
  pointer-events: none;
  background-image: linear-gradient(0deg, #000c, #0000);
  position: absolute;
  inset: 0%;
}

.rt-portfolio-round-text {
  z-index: 2;
  -webkit-backdrop-filter: blur(32.2px);
  backdrop-filter: blur(32.2px);
  -webkit-text-fill-color: inherit;
  background-color: #0000004d;
  background-clip: content-box;
  border: 1px solid #fff3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 121px;
  text-decoration: none;
  transition: opacity .2s, all .2s;
  display: flex;
  position: absolute;
}

.text-block-4 {
  color: #fdfdff;
  margin-top: 10px;
  font-family: Switzer Variable, sans-serif;
  font-size: 30px;
}

.heading-3 {
  text-align: center;
}

.heading-3.team {
  margin-bottom: 10px;
}

.text-block-5 {
  text-align: center;
  margin-bottom: 40px;
  font-family: Switzer Variable, sans-serif;
  font-size: 20px;
}

.image-2 {
  align-self: center;
}

.cell {
  justify-content: flex-start;
  align-items: center;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.heading-4 {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 0;
}

.text-span {
  font-weight: 300;
}

.rt-category-cards-text-3 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: none;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-container-3 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-6 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 40px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-heading-two.rt-margin-bottom-fiftee {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 50px;
  font-family: Switzer Variable, sans-serif;
  display: flex;
}

.rt-change-font {
  font-weight: 300;
}

.rt-radius-ten {
  border-radius: 10px;
  overflow: hidden;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
}

.rt-title-top {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: .01px;
  font-size: 14px;
  line-height: 28px;
}

.rt-accordion {
  width: 100%;
}

.rt-pricing-faq-main {
  max-width: 973px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.rt-dropdown-list-2 {
  background-color: var(--radiant-ui-components-library-marketplace--linear-color-three);
  position: relative;
  overflow: hidden;
}

.rt-dropdown-list-2.w--open {
  background-color: #14151700;
  position: relative;
}

.rt-pricing-faq-title {
  max-width: 645px;
}

.rt-pricing-faq-block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--color-7);
  border-bottom: 1px solid #eff2ff33;
  border-radius: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.rt-pricing-faq-block.rt-border-none {
  outline-offset: 0px;
  border-bottom-style: none;
  outline: 3px #6d6d6d;
}

.rt-pricing-faq-line-one, .rt-pricing-faq-line-two {
  background-color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  width: 17px;
  height: 1px;
}

.rt-dropdown-toggle-2 {
  border: 1px #000;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 0;
  font-family: Switzer Variable, sans-serif;
  display: flex;
}

.rt-dropdown-toggle-2.w--open {
  padding: 35px 0 30px;
}

.rt-pricing-faq-text {
  color: var(--color-3);
  margin-bottom: 30px;
  font-size: 21px;
}

.rt-category-cards-text-4 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text-4.rt-text-white-2, .rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-text-white-2.rt-text-uppercase-2 {
  text-transform: uppercase;
}

.rt-text-white-2.rt-margin-bottom-twenty-2 {
  font-size: 45px;
}

.rt-component-container-4 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 0;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-help-section-image-wrapper {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.rt-help-section-image {
  object-fit: cover;
  width: 100%;
}

.rt-help-section-orange-box {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  width: 100%;
  max-width: 500px;
  padding: 35px 80px 35px 60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.rt-orange-box-inside {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rt-telepohone-image {
  margin-bottom: 10px;
}

.rt-margin-bottom-twenty-2 {
  margin-bottom: 20px;
}

.rt-component-section-8 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-button-hover-out-2 {
  font-family: Switzer Variable, sans-serif;
}

.rt-button-2 {
  grid-column-gap: 10px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  background-color: #3898ec00;
  border: 1.5px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: baseline;
  padding: 14px 37px 18px;
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
  position: relative;
}

.rt-button-2.rt-margin-top-twenty-2 {
  margin-top: 20px;
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

.rt-button-main-three-2 {
  height: 26px;
  position: relative;
}

.rt-service-two-cta-2 {
  padding: 122px 15px 130px;
  position: relative;
}

.rt-service-two-cta-2.rt-background-dark-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-service-two-cta-background-2 {
  background-image: url('../images/outdoor_mail.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  border: 1px #0000;
  border-radius: 0;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.rt-team-one-cta-main-2 {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.rt-text-small-2 {
  font-size: .875rem;
}

.rt-text-uppercase-2 {
  text-transform: uppercase;
}

.rt-margin-top-twenty-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-top: 20px;
}

.rt-background-dark-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.heading-5 {
  text-align: center;
}

.text-span-2 {
  font-weight: 300;
}

.waves-section-hero-6 {
  box-sizing: border-box;
  color: #fff;
  mix-blend-mode: darken;
  object-fit: fill;
  background-image: url('../images/galileo_homburg_header3.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  padding-top: 60vh;
  padding-bottom: 88px;
  display: flex;
  position: relative;
}

.waves-gradient-hero-6 {
  background-image: linear-gradient(#1313131a 22%, #131313a8 77%, #131313cc);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 0%;
}

.waves---main-container-5 {
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves-title-wrap-hero-6 {
  z-index: 1;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: block;
  position: relative;
}

.waves---mega-heading-2 {
  color: #fffefe;
  text-align: center;
  -webkit-text-stroke-color: black;
  text-transform: uppercase;
  text-shadow: 7px 1px 13px #09090933;
  mix-blend-mode: normal;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  margin-top: -300px;
  margin-bottom: auto;
  font-family: Switzer Variable, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 100%;
  display: flex;
}

.waves---limit-481 {
  width: 100%;
  max-width: 480px;
}

.f-navigation-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  background-color: #333;
  background-clip: border-box;
  border-radius: 20px;
  outline: 3px #fff;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: #282556;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.text-block-6 {
  font-size: 19px;
  font-weight: 400;
}

.f-navigation-container {
  z-index: 9999;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: sticky;
}

.f-navigation-link {
  color: #131313;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  color: #333;
  background-color: #f3f5fb;
}

.f-navigation-link.w--current {
  color: #7b7a7d;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.image-5 {
  min-width: 65px;
  max-width: 60%;
}

.f-navigation {
  z-index: 9999;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 65px;
  padding: 24px 3% 24px 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.rt-autofit-3 {
  object-fit: cover;
}

.rt-underline-off-2 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-change-padding {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 45px;
}

.rt-display-off {
  display: none;
}

.rt-autofit-4 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-menu-icon {
  filter: invert();
}

.rt-menu-icon.rt-dropdown-arrow {
  margin-top: 3px;
}

.rt-header-2 {
  background-color: #fff;
  position: relative;
}

.rt-header-2.rt-change-padding {
  padding-left: 15px;
  padding-right: 15px;
  font-family: Outfit;
  font-weight: 300;
}

.rt-button-circle-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.rt-button-circle-block.rt-overflow-off {
  flex: none;
}

.rt-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  max-width: 1290px;
  margin-left: auto;
  margin-right: auto;
}

.rt-nav-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
}

.rt-arrow-white-2 {
  position: relative;
}

.rt-button-circle-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 37px;
  min-width: 37px;
  height: 37px;
  min-height: 37px;
  margin-left: 10px;
  display: flex;
  position: relative;
}

.rt-button-main-7 {
  color: #fff;
  letter-spacing: .0625em;
  text-transform: capitalize;
  background-color: #0000;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  position: relative;
}

.rt-button-main-7.rtcolor-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.rt-dropdown-list-4 {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  min-width: 260px;
  padding: 20px;
  display: flex;
  box-shadow: 0 2px 30px #0000001a;
}

.rt-dropdown-list-4.w--open {
  display: flex;
}

.rt-dropdown-list-4.rt-display-off {
  display: none;
}

.rt-dropdown-toggle-3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  display: flex;
}

.rt-agentic {
  z-index: 99;
}

.rt-button-13 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  border-radius: 50px;
  grid-template-rows: auto;
  grid-template-columns: auto 18px;
  grid-auto-columns: 1fr;
  align-content: center;
  place-items: center start;
  padding: 5px 20px 5px 25px;
  display: grid;
}

.rt-button-13.rt-underline-off-2.rtresponsive-display-off {
  grid-template-columns: auto 30px;
}

.rt-hamburger {
  z-index: 9;
  position: relative;
}

.rt-menu-hamburger-main {
  display: none;
}

.rt-menu-font {
  color: #0d1018;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.rt-menu-font.rt-menu-font-small {
  font-size: 14px;
  line-height: 24px;
}

.rt-menu-font.rt-menu-font-small:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-responsive-display-off {
  z-index: 9;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #1a1b1fbf;
}

.nav-link-3:focus-visible, .nav-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-component-container-5 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-9 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-overflow-hidden-3 {
  overflow: hidden;
}

.rt-underline-off-3 {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-marquee-left-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white-3 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white-3.rt-no-wrap {
  white-space: nowrap;
}

.rt-home-two-portfolio-image-wrapper {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden-3 {
  position: relative;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden-3.rt-underline-off-3 {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden-3.rt-underline-off-3 {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden-3.rt-underline-off-3 {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-two {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden-3.rt-underline-off-3 {
  text-decoration: none;
}

.rt-home-two-portfolio-marquee {
  display: flex;
}

.rt-home-two-portfolio-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  max-width: 1220px;
  height: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-portfolio-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 563px;
  height: 631px;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-one {
  background-image: linear-gradient(#00000059, #00000059), url('../images/Mask-group-65_1Mask group (65).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-two {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-66_1Mask group (66).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-three {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-67_1Mask group (67).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-2.rt-four {
  background-image: linear-gradient(#0006, #0006), url('../images/Mask-group-68_1Mask group (68).webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.rt-home-two-portfolio-image-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.rt-component-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-background-dark-3 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-lightbox-link-2 {
  width: 100%;
  height: 100%;
}

.quick-stack {
  margin-left: 10px;
  margin-right: 10px;
}

.combine-padding-global {
  padding-left: .25rem;
  padding-right: .25rem;
}

.combine-container-large {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Switzer Variable, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.35;
}

.combine-text-align-center {
  text-align: center;
}

.combine-text-size-regular {
  color: var(--combine-library--grey-600);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-section_gallery3 {
  background-color: var(--combine-library--white);
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-gallery3_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.kutup-section {
  background-color: #fff;
  padding: 90px 5% 10px;
}

.kutup-large-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-divider-60px {
  height: 60px;
}

.kutup-qoute-big-text {
  color: var(--white);
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

.kutup-divider-20px {
  height: 20px;
}

.kutup-author-title {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
}

.kutup-author-title.white {
  color: var(--kütüp-library--white);
}

.kutup-subhead-white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Switzer Variable, sans-serif;
  font-size: 19px;
  font-weight: 300;
}

.kutup-quote-wrapper-1 {
  background-color: var(--kütüp-library--burntsienna);
  color: var(--kütüp-library--white);
  border-radius: 10px;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 110px 90px;
  font-weight: 700;
}

.kutup-flex-divider {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-button-green {
  background-color: var(--black);
  color: #fff;
  border-radius: 10px;
  padding: 14px 20px;
  font-family: Switzer Variable, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: background-color .2s;
}

.kutup-button-green:hover {
  background-color: #3f6474;
}

.kutup-display-2 {
  color: var(--black);
  margin-top: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1;
}

.kutup-cta-1 {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 5%;
}

.kutup-cta-grid {
  grid-column-gap: 30px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.kutup-paragraph-small {
  color: #6e6e6e;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.button-2 {
  float: none;
  clear: none;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.link {
  text-decoration: none;
}

.paragraph {
  color: var(--color-7);
  margin-left: 15px;
  margin-right: 15px;
}

.link-2 {
  color: var(--color-6);
  text-decoration: none;
}

.text-block-7 {
  color: #fff;
  align-self: center;
  margin-bottom: 5px;
  font-family: Switzer Variable, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.paragraph-2 {
  color: var(--color);
  text-align: center;
  margin-bottom: 0;
  font-weight: 300;
}

.image-6 {
  align-self: flex-end;
  width: 15%;
}

.image-7 {
  width: 100%;
}

.quick-stack-2 {
  padding-top: 40px;
}

.link-block-2 {
  justify-content: flex-end;
  align-self: flex-end;
  align-items: flex-start;
  display: flex;
}

.image-8 {
  justify-content: flex-end;
  align-items: flex-start;
  width: 15%;
  display: inline-block;
}

.image-9 {
  width: 15%;
  display: block;
}

.cell-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-block-3 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-3 {
  color: var(--color-7);
  text-decoration: none;
}

.link-4 {
  color: var(--white);
  text-decoration: none;
}

.section-2 {
  border-radius: 10px;
  margin-top: 40px;
}

.kutup-section-2 {
  background-color: #fff;
  padding: 90px 5%;
}

.kutup-large-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.kutup-display-3 {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.35em;
}

.kutup-divider-60px-2 {
  height: 60px;
}

.kutup-author-title-2 {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 21px;
  font-weight: 300;
}

.kutup-features-grid {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.kutup-divider-40px {
  height: 40px;
}

.kutup-photo-wrapper {
  object-fit: cover;
  object-position: 50% 100%;
  background-image: url('../images/photo-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  width: 86%;
  height: 570px;
  margin-left: auto;
  margin-right: auto;
}

.kutup-flex-divider-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.kutup-flex-divider-2.kutup-center {
  justify-content: center;
}

.kutup-button-with-line {
  color: var(--kütüp-library--dark-slate-grey);
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.kutup-button-line {
  background-color: var(--kütüp-library--burntsienna);
  width: 100%;
  height: 1px;
  position: relative;
  top: 5px;
}

.kutup-shrink-item {
  z-index: 1;
  border-radius: 10px;
  flex: 1;
  position: relative;
}

.white-text {
  color: var(--kütüp-library--white);
}

.kutup-divider-30px {
  height: 30px;
}

.kutup-max-w-width-640px {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.kutup-button-white {
  background-color: var(--kütüp-library--white);
  color: var(--kütüp-library--dark-slate-grey);
  border-radius: 5px;
  padding: 14px 20px;
  font-size: 17px;
  font-weight: 700;
}

.kutup-button-white:hover {
  background-color: #ffffffbd;
}

.kutup-hero-4 {
  background-color: #264653;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.kutup-hero-photo-overlay {
  opacity: .15;
  background-image: url('../images/galileo_second_hand.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.kutup-hero-title-4 {
  color: var(--kütüp-library--white);
  margin-top: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
}

.kutup-hero-title-4.subtitle {
  margin-top: auto;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.35em;
}

.kutup-hero-title-4.subtitle.para {
  margin-top: 25px;
  font-size: 20px;
}

.kutup-play-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.kutup-video-play {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .display-3 {
    font-size: 44px;
  }

  .primary-button {
    border-width: 1px;
    border-color: #3a3129;
    transition: color .4s, border-color .4s, background-color .4s;
  }

  .primary-button._2 {
    transition: border-color .4s, background-color .4s, color .4s;
  }

  .primary-button._2:hover {
    background-color: #fff;
    border-color: #fff;
  }

  .paragraph-big {
    font-weight: 400;
  }

  .divider-line {
    background-size: 9px;
  }

  .display-2 {
    font-size: 60px;
  }

  .button-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .color-block._3 {
    background-color: #3c3c3c;
  }

  .container.navigation {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .card {
    border-style: none;
  }

  .logo-icon {
    background-image: url('../images/galileo_logo.png');
  }

  .text-field.message {
    border-radius: 10px;
  }

  .navigation {
    position: absolute;
  }

  .image-wrapper.package {
    border-radius: 0;
  }

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    border-radius: 6px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1px;
  }

  .licenses-paragraph {
    font-weight: 500;
  }

  .rt-nav-main {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (min-width: 1440px) {
  .display-3 {
    line-height: 1.111;
  }

  .display-1 {
    font-size: 80px;
  }

  .primary-button {
    background-color: #1b253d;
    border-width: 1px;
    border-color: #1b253d;
  }

  .primary-button._2 {
    border-style: solid;
  }

  .primary-button._2:hover {
    background-color: #fff;
    border-color: #fff;
  }

  .primary-button.newsletter {
    background-color: var(--color-2);
  }

  .paragraph-big {
    color: #3c3c3c;
    font-weight: 400;
  }

  .divider-line {
    background-color: #e9e3de;
    background-image: url('../images/Line.svg');
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 9px;
    height: 1px;
  }

  .display-2 {
    line-height: 1.111;
  }

  .component-wrapper {
    background-image: none;
    border-style: none;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    padding: 0;
  }

  .container {
    background-color: #fff0;
  }

  .container.navigation {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .social-footer-link {
    width: 40px;
    height: 40px;
  }

  .label-text {
    color: #565858;
  }

  .card {
    border-style: none;
  }

  .logo-icon {
    background-image: url('../images/galileo_logo.png');
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .toggle-icon {
    color: #000;
  }

  .toggle-info {
    border: 1px #000;
  }

  .toggle-info:hover {
    background-color: #0000;
  }

  .navigation {
    position: absolute;
  }

  .image-wrapper.package {
    border-radius: 0;
  }

  .features-comparison {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .newsletter-card {
    font-family: Switzer Variable, sans-serif;
  }

  .nav-link-2.w--current:hover {
    color: #dc2b2b;
  }

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-left: 1px;
  }

  .rt-precision-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width: 1920px) {
  blockquote {
    color: var(--color);
  }

  .style-guide-buttons {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .card-component {
    border: 0 #fff;
  }

  .display-3 {
    letter-spacing: -.02em;
    font-size: 44px;
    line-height: 1.222;
  }

  .section {
    background-color: #fff;
    width: 100%;
  }

  .section.gray {
    background-color: var(--color-8);
  }

  .section.black {
    background-color: var(--color-2);
  }

  .display-1 {
    margin-bottom: 16px;
    font-size: 80px;
  }

  .primary-button {
    background-color: var(--color-2);
    border-radius: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-button._4 {
    color: #fff;
  }

  .primary-button._2 {
    border-color: var(--color);
    color: var(--color-2);
    border-radius: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .primary-button._2:hover {
    color: #1b253d;
    background-color: #fff;
    border-color: #fff;
  }

  .paragraph-big {
    color: #3c3c3c;
    font-weight: 400;
  }

  .paragraph-big.white {
    color: var(--color-7);
  }

  .divider-line {
    background-color: #0000001a;
    background-image: none;
    height: 1px;
  }

  .display-2 {
    font-size: 60px;
    line-height: 1.111;
  }

  .component-wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .button-wrapper {
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .color-block._3 {
    background-color: #3c3c3c;
  }

  .container {
    box-shadow: none;
    color: #000;
  }

  .container.navigation {
    margin-left: auto;
    margin-right: auto;
  }

  .container.subpage {
    padding-top: 12em;
  }

  .container.footer {
    padding-top: 6em;
  }

  .paragraph-small {
    font-size: 14px;
  }

  .logo {
    color: var(--color);
  }

  .navigation-header {
    justify-content: center;
    align-items: flex-end;
    margin-left: auto;
    margin-right: auto;
  }

  .section-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 0;
  }

  .nav-header-content {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .white {
    color: #fff;
  }

  .footer-section {
    margin-top: 0;
    padding-top: 0;
  }

  .footer-section.newsletter {
    position: absolute;
    inset: auto 0% 0%;
  }

  .social-footer-link {
    background-color: #fff;
    border-style: none;
    border-width: 0;
    border-radius: 100%;
  }

  .social-footer-link:hover {
    background-color: #ffe4cc;
  }

  .footer-copyright {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .footer-bottom {
    border-style: none;
    border-color: #000;
    border-radius: 20px;
    padding: 20px;
  }

  .footer-link {
    margin-bottom: 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.111;
  }

  .footer-side {
    width: 35%;
    padding-top: 80px;
  }

  .footer-side.flex-side.light {
    justify-content: flex-end;
    padding-top: 80px;
  }

  .footer-link-text {
    color: var(--color-5);
    margin-bottom: 0;
    font-family: Switzer Variable, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .footer-link-text:hover {
    color: #e9452e;
    text-decoration: underline;
  }

  .card-link.no-image {
    margin-top: 0;
  }

  .hero-section-bg-image {
    background-color: #ffffff26;
    background-image: linear-gradient(#00000059, #00000059);
  }

  .hero-section-bg-image.newsletter {
    height: 100vh;
  }

  .inner-content-card {
    padding: 30px;
  }

  .flex-block-horizontal {
    margin-top: 20px;
  }

  .flex-block-horizontal.invers {
    justify-content: flex-start;
    align-items: center;
  }

  .label-text {
    color: #000;
  }

  .label-text.categories {
    background-color: var(--color-2);
    color: var(--color);
    border-radius: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    font-family: Switzer Variable, sans-serif;
    font-size: 16px;
  }

  .big-image-component {
    filter: saturate(99%);
  }

  .card {
    border: 0 #ecf4fd;
    border-radius: 0;
  }

  .overlay-div {
    background-image: linear-gradient(#0000004d, #0000004d);
  }

  .horizontal-separator.gray {
    background-color: var(--color-6);
  }

  .cta-in-container {
    background-color: #ff006e;
  }

  .cta-in-container.image {
    background-color: var(--color-7);
    background-image: url('../images/Ipad-Image.png');
    background-position: 90% 60%;
    background-size: 500px;
    margin-bottom: 0;
  }

  .cta-headline {
    color: var(--color-2);
  }

  .width-small-card {
    width: 100%;
  }

  .post-card-left-image {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    box-shadow: none;
    margin-bottom: 20px;
  }

  .post-card-left-image:hover {
    box-shadow: 0 5px 15px 1px #0000000f;
  }

  .sidebar-block {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .sidebar-ads-card {
    background-color: var(--color-2);
    border: 1px #000;
  }

  .logo-icon {
    background-image: url('../images/galileo_logo.png');
  }

  .post-block-image {
    border-radius: 10px;
  }

  .categorises-grid-buttons {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .template-grid-2-column {
    grid-template-columns: .75fr 1fr;
    margin-bottom: 60px;
  }

  .template-grid-2-column.title-section-grid {
    place-items: center stretch;
    margin-bottom: 60px;
  }

  .inner-content._850px {
    max-width: 850px;
  }

  .card-form-contact {
    border-radius: 20px;
  }

  .grid-cta {
    width: auto;
  }

  .form {
    padding: 60px;
  }

  .text-field {
    border: 1px solid #e9e9e9;
    margin-bottom: 10px;
  }

  .text-field.message {
    border-radius: 0;
    margin-bottom: 10px;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .icon-wrapper-dp {
    background-color: var(--color-2);
  }

  .contact-info-box {
    width: 100%;
  }

  .contact-info-block {
    border-style: none;
  }

  .toggle-name {
    color: #000;
  }

  .toggle-icon {
    padding: 6px;
  }

  .toggle-wrapper-div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .vertical-plus-line {
    width: 26px;
  }

  .toggle-questions-faq {
    border-color: #d6d6d6;
  }

  .horizontal-plus-line {
    background-color: #1a2b4c;
    width: 26px;
  }

  .navigation {
    position: absolute;
  }

  .insight-block {
    background-color: var(--color-8);
    box-shadow: none;
    border-radius: 20px;
  }

  .grid-image-about {
    grid-template-rows: auto;
  }

  .hero-image-center {
    background-image: url('../images/image-3.jpg');
    background-position: 50%;
    background-size: cover;
    border-radius: 20px;
    height: 800px;
    overflow: hidden;
  }

  .hero-image-center.about {
    background-image: none;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .bg-color-black.mbl-height.plan {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
  }

  .image-wrapper {
    border-radius: 20px;
  }

  .image-wrapper.package {
    border-radius: 0;
  }

  .features-wrapper {
    margin-top: 0;
  }

  .features-comparison {
    color: #fff;
    border: 1px #000;
  }

  .features-comparison.line {
    padding-bottom: 0;
  }

  .icon-list-box-comparison {
    width: 24px;
  }

  .newsletter-card {
    padding: 60px 60px 30px;
  }

  .remove {
    font-weight: 500;
    text-decoration: none;
  }

  .cart-footer {
    border: 1px #000;
  }

  .nav-link-2 {
    text-transform: none;
    font-size: 18px;
  }

  .nav-link-2:hover {
    background-color: #fff0;
  }

  .nav-link-2.w--current {
    font-size: 18px;
  }

  .cart-item {
    border-bottom: 1px solid #d6d6d6;
  }

  .cart-quantity.circle {
    border-style: none;
    border-width: 0;
    padding-top: 0;
    padding-left: 1px;
  }

  .component-wrapper-block {
    border-style: none none solid;
    border-bottom-color: var(--color-6);
    grid-template-columns: 1fr 1fr 1fr;
    padding: 40px 0;
  }

  .component-wrapper-block.last {
    padding-bottom: 40px;
  }

  .hero-section {
    background-color: #fff;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-header-2.rt-change-padding {
    z-index: 8;
  }

  .rt-dropdown-toggle-3 {
    padding-right: 20px;
  }

  .image-7 {
    width: 15%;
  }

  .quick-stack-2 {
    margin-top: 40px;
  }

  .link-block-2 {
    flex-flow: row;
    justify-content: flex-end;
    align-self: center;
    align-items: flex-start;
    display: flex;
  }

  .image-8, .image-9 {
    width: 15%;
  }
}

@media screen and (max-width: 991px) {
  .style-guide-buttons {
    grid-template-columns: 1fr 1fr;
  }

  .card-component {
    padding: 0;
  }

  .display-1 {
    line-height: 120%;
  }

  .paragraph-big {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 90%;
    margin-left: 10px;
    font-size: 20px;
    display: block;
  }

  .grid-colors {
    grid-template-columns: 1fr 1fr;
  }

  .component-wrapper {
    padding-bottom: 40px;
  }

  .button-wrapper.dark {
    border-radius: 100px;
  }

  .container {
    padding-top: 4em;
    padding-bottom: 1em;
  }

  .container.navigation {
    display: flex;
  }

  .container.checkout {
    flex-flow: column;
  }

  .nav-link {
    color: var(--color-2);
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--color-5);
  }

  .hamburger-bottom-line {
    background-color: var(--color);
    border-radius: 20px;
    width: 43px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-toggle {
    color: var(--color-2);
  }

  .dropdown-toggle:hover {
    color: var(--color-4);
  }

  .nav-header-list {
    color: var(--color-2);
    flex-direction: column;
    align-items: flex-start;
  }

  .hamburger-top-line {
    background-color: var(--color);
    border-radius: 20px;
    width: 43px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdownicon {
    filter: none;
  }

  .dropdown-40px-padding {
    padding: 20px 0 14px;
  }

  .header-right-col {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    justify-content: center;
    align-items: center;
  }

  .nav-header-menu {
    background-color: var(--color);
    color: var(--color-2);
    border-top: 1px solid #f1f1f2;
    border-bottom: 1px solid #f1f1f2;
    margin-top: 0;
    padding: 25px;
    font-family: Switzer Variable, sans-serif;
  }

  .dropdown {
    color: var(--color-2);
  }

  .dropdown-list.w--open {
    padding-top: 0;
    position: static;
  }

  .navigation-header {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .hamburger-menu {
    order: -1;
    padding: 0;
    transition: transform .3s;
  }

  .hamburger-menu:hover {
    transform: scale(.9);
  }

  .hamburger-menu.w--open {
    background-color: #0000;
  }

  .dropdown-card {
    box-shadow: none;
    background-color: #fff0;
    border-width: 0;
    border-radius: 0;
    min-width: auto;
  }

  .nav-list-item {
    color: var(--color-2);
    margin-bottom: 4px;
    padding-left: 0;
  }

  .section-title {
    margin-bottom: 60px;
  }

  .btn-hidden-on-mbl {
    display: none;
  }

  .white {
    line-height: 1.5em;
  }

  .social-icons-wrapper {
    margin-left: 0;
  }

  .form-block {
    width: 100%;
  }

  .footer-section {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-column {
    padding-right: 0;
  }

  .form-subscribe {
    flex-direction: row;
    padding-left: 5px;
  }

  .footer-side {
    width: 100%;
    padding-right: 0;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-left: 0;
  }

  .mg-bottom-24px {
    margin-bottom: 24px;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .card-link.no-image {
    padding-top: 20px;
  }

  .hero-section-bg-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-bg-image.newsletter {
    padding-top: 40px;
  }

  .mg-bottom-50px {
    margin-bottom: 40px;
  }

  ._3-row-grid-posts {
    grid-template-columns: 1fr 1fr;
  }

  .link-block {
    width: 100%;
  }

  .big-image-component {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: cover;
    height: 500px;
  }

  .card.absolut-bottom-position.streched {
    height: auto;
  }

  .display-4.no-padding-bottom {
    text-align: center;
  }

  .cta-img-wrapper {
    border-top-right-radius: 0;
    border-bottom-left-radius: 30px;
    margin-right: 0;
    display: none;
  }

  .cta-in-container {
    background-repeat: no-repeat;
    padding-top: 0;
    padding-left: 60px;
  }

  .cta-in-container.image {
    background-image: url('../images/Ipad-Image.png');
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 540px;
    height: 900px;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .width-small-card {
    width: 100%;
  }

  .grid-two-row {
    grid-template-columns: 1fr;
  }

  .blog-grid-v1 {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .sidebar-block {
    margin-bottom: 16px;
  }

  .post-short-description {
    font-size: 13px;
    line-height: 20px;
  }

  .sidebar {
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .post-block-image {
    width: 30vw;
    min-height: 22vw;
    max-height: none;
  }

  .post-block-content {
    padding-left: 40px;
    padding-right: 2%;
  }

  .sidebar-sticky-box {
    position: static;
  }

  .template-grid-2-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: .75fr;
  }

  .template-grid-2-column.title-section-grid {
    flex-flow: row;
    grid-template-columns: 1fr;
    justify-content: space-between;
    place-items: flex-start stretch;
    display: flex;
  }

  .component-info-left {
    justify-content: center;
    align-items: flex-start;
  }

  .card-form-contact {
    padding: 0;
  }

  .grid-cta {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column-reverse;
    grid-template-columns: 1.5fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .contact-info-box._20pxtop-bottm-padding {
    margin-left: auto;
    margin-right: auto;
  }

  .contact-info-block {
    border: 0 #000;
    order: -1;
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 10px 60px;
  }

  .toggle-div-flex {
    flex-flow: column;
  }

  .toggle-column-2, .toggle-wrapper-div {
    width: 100%;
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .toggle-column-1 {
    width: 100%;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .collection-list-3row {
    grid-template-columns: 1fr;
  }

  .paragraph-white {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-image-about {
    grid-template-columns: 1fr;
  }

  .about-image {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .bg-color-black.mbl-height {
    height: 25%;
  }

  .image-wrapper.package {
    height: 450px;
  }

  .features-block {
    grid-template-columns: 2.5fr 1fr 1fr;
    width: 70%;
  }

  .features-wrapper {
    flex-flow: column;
  }

  .features-comparison {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 10vw 7%;
    box-shadow: 0 1px #ffffff40;
  }

  .features-comparison.line {
    border-bottom: 1px #000;
    border-left-style: none;
  }

  .hero-grid-content, .grid-image-packages {
    grid-template-columns: 1fr;
  }

  .package-card.page {
    width: auto;
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-link-2 {
    width: 100%;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  .nav-link-2:hover {
    color: #dc2b2b;
  }

  .nav-link-2.cart {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
  }

  .nav-link-2.cart:hover {
    color: var(--color-6);
    font-size: 18px;
  }

  .richtext-wrapper, .inner-container-center-800px {
    width: auto;
  }

  .price {
    font-size: 48px;
  }

  .categories-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .licenses--grid-img {
    width: auto;
  }

  .component-wrapper-block {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .component-wrapper-block.last {
    padding-left: 0;
    padding-right: 0;
  }

  .info-card-left {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

  .checkout-left-block {
    width: 100%;
    margin-right: 0;
  }

  .checkout-right-block {
    width: 100%;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-precision-card-body-icon-column {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-row {
    align-items: stretch;
  }

  .rt-precision-card {
    margin-top: 7px;
    margin-bottom: 7px;
    margin-right: 0;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rt-collection-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-full-width-2 {
    width: 100%;
  }

  .rt-component-section-4 {
    padding-bottom: 10px;
  }

  .rt-button {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-service-two-cta {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .rt-category-cards-text-2.rt-text-white {
    max-width: none;
  }

  .rt-portfolio-product-name {
    bottom: 5%;
  }

  .rt-portfolio-round-text {
    display: none;
  }

  .rt-pricing-faq-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-dropdown-toggle-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
  }

  .rt-category-cards-text-4.rt-text-white-2 {
    max-width: none;
  }

  .rt-help-section-image {
    width: 100%;
  }

  .rt-help-section-orange-box {
    width: 80%;
  }

  .rt-button-2 {
    padding: 15px 30px;
    font-size: 17px;
    line-height: 27px;
  }

  .rt-service-two-cta-2 {
    padding-top: 62px;
    padding-bottom: 70px;
  }

  .waves-section-hero-6 {
    flex-flow: column;
    height: auto;
    min-height: 400px;
    padding-top: 240px;
  }

  .waves---main-container-5 {
    margin-top: 40px;
  }

  .waves---mega-heading-2 {
    margin-top: -119px;
    font-size: 45px;
    line-height: 110%;
  }

  .f-navigation-button {
    padding: 6px 15px;
  }

  .f-navigation-menu {
    color: #393b6a;
    background-color: #fff;
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .text-block-6 {
    font-size: 15px;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu-button {
    color: #393b6a;
    border: 1px solid #f3f5fb;
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: #333;
    border-color: #fff;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: sticky;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .rt-grid-2 {
    grid-auto-columns: 1fr;
    width: 100%;
  }

  .rt-hamburger-line-three {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-hamburger-line-three.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger-line-one {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .rt-hamburger-line-one.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-button-13.rt-underline-off-2.rtresponsive-display-off {
    display: none;
  }

  .rt-haamburger-line-two {
    background-color: #fff;
    width: 40px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rt-haamburger-line-two.rt-change-line-bg-color {
    background-color: #0d1018;
  }

  .rt-hamburger {
    justify-content: flex-end;
    display: flex;
  }

  .rt-menu-hamburger-main {
    z-index: 99;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
    position: relative;
  }

  .rt-menu-hamburger-main.rt-padding-right-off {
    padding-right: 0;
  }

  .rt-responsive-display-off {
    display: none;
  }

  .container-2 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .rt-home-two-portfolio-image-wrapper-three {
    padding-bottom: 0;
  }

  .rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden-3.rt-underline-off-3.rt-responsive-full-width-2, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden-3.rt-underline-off-3.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-block {
    padding-top: 50px;
  }

  .rt-home-two-portfolio-image-wrapper-two {
    padding-top: 0;
  }

  .rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden-3.rt-underline-off-3.rt-responsive-full-width-2 {
    height: 100%;
  }

  .rt-home-two-portfolio-marquee {
    display: none;
  }

  .rt-home-two-portfolio-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    height: auto;
  }

  .rt-home-two-portfolio-image {
    height: 400px;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .kutup-section {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  .kutup-subhead-white {
    font-size: 20px;
    line-height: 1.5em;
  }

  .kutup-quote-wrapper-1 {
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .kutup-cta-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .quick-stack-2 {
    padding-bottom: 10px;
  }

  .image-8, .image-9 {
    width: 20%;
  }

  .kutup-section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .kutup-features-grid {
    grid-row-gap: 50px;
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .kutup-photo-wrapper {
    object-position: 50% 50%;
  }

  .kutup-hero-4 {
    min-height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .kutup-hero-title-4 {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .style-guide-buttons, .font-grid {
    grid-template-columns: 1fr;
  }

  .card-component {
    padding: 0;
  }

  .display-3 {
    font-size: 36px;
  }

  .display-1 {
    font-size: 70px;
  }

  .color-shade-card {
    padding: 16px;
  }

  .primary-button {
    font-size: 16px;
  }

  .display-2 {
    font-size: 50px;
  }

  .component-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    padding-top: 8em;
    padding-bottom: 1em;
  }

  .logo {
    font-size: 27px;
  }

  .nav-logo-brand.w--current {
    padding-left: 0;
  }

  .section-title {
    margin-bottom: 48px;
  }

  .btn-hidden-on-mbl {
    display: none;
  }

  .form-block {
    width: auto;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .form-block.no-paddings {
    margin-bottom: 0;
  }

  .mg-bottom-40px {
    margin-bottom: 24px;
  }

  .input {
    min-height: 60px;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer-flex-container {
    flex-wrap: wrap;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-side {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    width: 100%;
    padding-left: 20px;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
    padding-top: 60px;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .card-link.no-image {
    padding-top: 34px;
  }

  .hero-section-bg-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .hero-section-bg-image.newsletter {
    padding-top: 60px;
  }

  .features-top-image-wrapper {
    height: 320px;
  }

  .mg-bottom-64px {
    margin-bottom: 48px;
  }

  .mg-bottom-50px {
    margin-bottom: 32px;
  }

  .inner-content-card {
    padding: 32px 32px 40px;
  }

  ._3-row-grid-posts {
    grid-template-columns: 1fr;
  }

  .big-image-component {
    height: 600px;
  }

  .cta-in-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .cta-in-container.image {
    margin-bottom: 0;
    padding-left: 40px;
  }

  .cta-headline {
    font-size: 36px;
    line-height: 1.199em;
  }

  .width-small-card {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
  }

  .post-card-left-image {
    border-radius: 16px;
    padding: 12px;
  }

  .post-short-description {
    display: none;
  }

  .post-block-image {
    border-radius: 8px;
    width: 32vw;
    height: auto;
    min-height: 20vw;
  }

  .post-block-content {
    padding-left: 30px;
    padding-right: 10px;
  }

  .template-grid-2-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  .card-form-contact {
    width: 100%;
    min-height: 560px;
    padding: 0;
  }

  .form {
    padding: 42px;
  }

  .mg-10px-right {
    margin-right: 10px;
  }

  .icon-wrapper-dp {
    width: 52px;
    height: 52px;
  }

  .contact-info-block {
    padding: 0 0 32px;
  }

  .toggle-name {
    margin-right: 10px;
  }

  .toggle-questions-faq {
    text-align: left;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insight-block {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-image-center {
    height: 500px;
  }

  .bg-color-black.mbl-height {
    height: 25%;
  }

  .features-block {
    align-items: center;
    width: 95%;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .description-copy {
    font-size: 15px;
    line-height: 24px;
  }

  ._2-row-grid-posts {
    grid-template-columns: 1fr;
  }

  .newsletter-card {
    padding: 40px 40px 0;
  }

  .nav-link-2:hover {
    color: #dc2b2b;
  }

  .tittle-post-card.padding-bottom {
    margin-bottom: 0;
  }

  .price {
    font-size: 48px;
  }

  .component-wrapper-block {
    padding-left: 0;
    padding-right: 0;
  }

  .utility-image {
    height: 60px;
  }

  .rt-precision-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-2 {
    line-height: 1.1em;
  }

  .rt-autofit {
    height: auto;
  }

  .rt-about-three-work-main {
    flex-flow: column;
    display: flex;
  }

  .rt-collection-list {
    grid-template-columns: 1fr;
  }

  .rt-team-wrapper {
    display: flex;
  }

  .rt-button {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .text-block-4 {
    line-height: 30px;
  }

  .rt-help-section-orange-box {
    width: 90%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-button-2 {
    padding: 12px 28px;
    font-size: 16px;
    line-height: 26px;
  }

  .waves-section-hero-6 {
    padding-top: 160px;
  }

  .waves---main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves-title-wrap-hero-6 {
    text-align: center;
    align-items: center;
  }

  .waves---mega-heading-2 {
    margin-top: -129px;
    font-size: 45px;
  }

  .text-block-6 {
    font-size: 14px;
  }

  .f-navigation {
    position: sticky;
  }

  .rt-autofit-3 {
    height: auto;
  }

  .rt-agentic, .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .kutup-section {
    padding-top: 70px;
    padding-bottom: 20px;
  }

  .kutup-qoute-big-text {
    font-size: 34px;
  }

  .kutup-quote-wrapper-1 {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .kutup-display-2 {
    font-size: 40px;
  }

  .kutup-cta-grid {
    grid-template-columns: 1fr;
  }

  .image-8, .image-9 {
    width: 30%;
  }

  .kutup-section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .kutup-display-3 {
    font-size: 40px;
  }

  .kutup-photo-wrapper {
    height: 500px;
  }

  .kutup-hero-title-4 {
    font-size: 50px;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding: 40px;
  }

  .style-guide-buttons {
    grid-template-columns: 1fr;
  }

  .card-component {
    padding-left: 0%;
    padding-right: 0%;
  }

  .display-3 {
    font-size: 48px;
  }

  .display-3.white {
    font-size: 32px;
  }

  .section {
    width: 100%;
  }

  .section.dark {
    background-color: var(--kütüp-library--dark-slate-grey);
  }

  .display-1 {
    font-size: 55px;
  }

  .color-shade-card {
    padding: 12px;
  }

  .primary-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }

  .primary-button.arrow {
    border-radius: 12px;
    width: 100%;
    height: 60px;
  }

  .primary-button.categories {
    width: 100%;
  }

  .primary-button.categories.w--current, .primary-button.newsletter {
    width: 100%;
  }

  .paragraph-big {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
  }

  .grid-colors {
    grid-template-columns: 1fr;
  }

  .divider-line {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .display-2 {
    font-size: 48px;
  }

  .display-2.white {
    margin-bottom: 20px;
    font-size: 36px;
  }

  .display-2.white.header {
    margin-bottom: auto;
  }

  .component-wrapper {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .button-wrapper {
    flex-flow: column;
  }

  .container {
    padding: 2em 1em .25em;
  }

  .container.top-padding {
    padding-top: 10em;
  }

  .container.navigation {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .container.subpage {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    object-fit: fill;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    padding-left: 0;
    display: block;
    position: relative;
  }

  .logo {
    font-size: 25px;
    display: none;
  }

  .navigation-header {
    background-color: #ddd0;
  }

  .nav-logo-brand.w--current {
    font-family: Switzer Variable, sans-serif;
  }

  .nav-list-item {
    text-align: left;
    width: 100%;
  }

  .section-title {
    margin-bottom: 36px;
  }

  .nav-header-content {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .white {
    margin-bottom: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-block {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0;
  }

  .footer-section {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .social-footer-link {
    width: 30px;
    height: 30px;
  }

  .input {
    min-height: 54px;
    padding-left: 18px;
    padding-right: 18px;
    font-size: 16px;
    line-height: 18px;
  }

  .input::placeholder {
    font-size: 16px;
    line-height: 16px;
  }

  .input.newsletter {
    text-align: center;
  }

  .footer-copyright, .footer-copyright.imprint {
    align-self: center;
  }

  .footer-bottom {
    background-color: var(--kütüp-library--dark-slate-grey);
    color: #fffcfc;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-column {
    width: 100%;
    margin-bottom: 60px;
  }

  .form-subscribe {
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
  }

  .footer-side {
    width: 100%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .footer-side.flex-side {
    border-left-style: none;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 0;
  }

  .footer-side.flex-side.light {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mg-bottom-24px {
    margin-bottom: 16px;
  }

  .footer-links {
    margin-bottom: 0;
  }

  .social-icon {
    width: 16px;
  }

  .hero-section-bg-image {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .features-top-image-wrapper {
    height: 220px;
  }

  .mg-bottom-64px {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .button-col-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .inner-content-card {
    padding-top: 26px;
    padding-left: 22px;
    padding-right: 22px;
  }

  .flex-block-horizontal {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 20px;
  }

  .flex-block-horizontal.invers {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .label-text.categories {
    font-size: 16px;
  }

  .big-image-component {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 50%;
    background-size: cover;
    height: 350px;
  }

  .display-4.no-padding-bottom {
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.2em;
  }

  .horizontal-separator.gray {
    width: 30px;
  }

  .cta-img-wrapper {
    margin-right: 0;
  }

  .cta-in-container {
    background-position: 0 0;
    background-size: cover;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .cta-in-container.image {
    margin-bottom: 0;
    padding: 30px;
  }

  .cta-headline {
    font-size: 24px;
  }

  .width-small-card {
    width: 100%;
    max-width: none;
  }

  .width-small-card.side-mg-40px-mbl {
    padding-left: 0;
  }

  .post-card-left-image {
    flex-direction: column;
    padding: 20px;
  }

  .sidebar-ads-card {
    padding-left: 20px;
    padding-right: 20px;
  }

  .sidebar {
    max-width: none;
  }

  .post-block-image {
    flex-direction: column;
    width: 100%;
    height: 50vw;
    min-height: 0;
  }

  .post-block-content {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 12px 0;
  }

  .sidebar-sticky-box {
    width: 100%;
  }

  .categorises-grid-buttons {
    grid-template-columns: 1fr;
  }

  .template-grid-2-column {
    grid-template-columns: 1fr;
    place-items: start center;
  }

  .template-grid-2-column.title-section-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-columns: auto;
  }

  .component-info-left {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .card-form-contact {
    padding: 0;
  }

  .form {
    padding: 32px;
  }

  .mg-10px-right {
    margin-bottom: 0;
    margin-right: 10px;
  }

  .icon-wrapper-dp {
    display: none;
  }

  .contact-info-box._20pxtop-bottm-padding {
    align-items: stretch;
  }

  .contact-info-block {
    border-right-style: none;
    width: auto;
  }

  .toggle-name {
    margin-right: 10px;
    font-size: 16px;
  }

  .toggle-icon {
    margin-right: 0;
  }

  .toggle-questions-faq {
    text-align: left;
    flex-direction: row;
    align-items: center;
  }

  .toggle-info {
    padding-left: 0;
    padding-right: 0;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .insight-block {
    height: auto;
    padding: 32px;
  }

  .paragraph-white {
    font-weight: 300;
  }

  .paragraph-white.telefon {
    color: var(--kütüp-library--burntsienna);
  }

  .grid-image-about {
    box-sizing: border-box;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    vertical-align: baseline;
    object-position: 50% 50%;
    grid-template-columns: 1fr;
    justify-content: stretch;
    width: 100%;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: block;
    position: static;
  }

  .hero-image-center {
    height: 300px;
  }

  .about-image {
    box-sizing: border-box;
    border-radius: 10px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: inline-flex;
    position: static;
  }

  .image-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .image-wrapper.package {
    height: 350px;
  }

  .icon-list-box-comparison {
    width: 24px;
    min-width: 24px;
    height: 24px;
    min-height: 24px;
  }

  .newsletter-card {
    padding: 40px 40px 20px;
  }

  .package-card {
    padding-left: 40px;
    padding-right: 40px;
  }

  .package-card.page {
    padding: 40px;
  }

  .nav-link-2.cart {
    margin-top: 0;
  }

  .cart-container {
    border-radius: 0;
    min-width: auto;
    max-width: none;
  }

  .price-card {
    font-size: 16px;
  }

  .tittle-post-card, .tittle-post-card.padding-bottom {
    font-size: 20px;
  }

  .price {
    font-size: 32px;
  }

  .categories-wrapper {
    flex-flow: column;
    width: 100%;
  }

  .licenses-paragraph {
    font-size: 1rem;
  }

  .licenses--grid-img {
    width: 100%;
  }

  .component-wrapper-block {
    margin-bottom: 30px;
    padding: 30px 0;
  }

  .right-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .info-card-left {
    margin-left: 0;
    margin-right: 0;
  }

  .utility-page-content {
    padding: 40px;
  }

  .utility-image {
    height: 60px;
  }

  .order-item {
    flex-flow: column;
  }

  .item-infomation {
    margin: 10px 0;
  }

  .categories-collection {
    width: 100%;
  }

  .rt-text-white.rt-margin-bottom-twenty {
    font-size: 30px;
  }

  .rt-component-section {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-precision-card-body-icon-column {
    flex: 1;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    display: flex;
  }

  .rt-precision-card-body-caption-column {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading-2 {
    line-height: 1.1em;
  }

  .rt-component-section-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-component-section-3 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .rt-auto-fit-17.rt-mobile-image-full-width {
    width: 100%;
    height: 100%;
  }

  .rt-component-section-4 {
    padding-bottom: 10px;
  }

  .rt-button {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-block-2 {
    padding-bottom: 20px;
  }

  .rt-portfolio-round-text {
    display: none;
  }

  .text-block-4 {
    font-size: 25px;
    line-height: 28px;
  }

  .heading-3.team {
    line-height: 1.1em;
  }

  .heading-4 {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 40px;
  }

  .rt-dropdown-toggle-2 {
    white-space: normal;
    word-break: normal;
    flex-flow: row;
  }

  .rt-text-white-2.rt-margin-bottom-twenty-2 {
    font-size: 30px;
  }

  .rt-help-section-image {
    object-fit: cover;
    width: 100%;
    height: auto;
  }

  .rt-help-section-orange-box {
    width: 100%;
  }

  .rt-orange-box-inside {
    flex-flow: row;
    display: block;
  }

  .rt-telepohone-image {
    display: none;
  }

  .rt-component-section-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .rt-button-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .waves-section-hero-6 {
    min-height: 350px;
    padding-top: 141px;
    padding-bottom: 48px;
  }

  .waves---mega-heading-2 {
    margin-top: -123px;
    font-size: 36px;
  }

  .f-navigation-button {
    display: none;
  }

  .image-5 {
    min-width: 70px;
    max-width: 45%;
  }

  .f-navigation {
    min-height: 45px;
    padding-left: 5%;
  }

  .rt-grid-2 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .rt-agentic {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .body {
    margin-left: 0;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

  .kutup-section {
    width: 100%;
    padding: 60px 10px 0;
  }

  .kutup-subhead-white {
    margin-bottom: 40px;
  }

  .kutup-quote-wrapper-1 {
    margin-left: 10px;
    margin-right: 10px;
    padding: 40px 20px 30px;
  }

  .kutup-flex-divider {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-display-2 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-cta-1 {
    margin-top: 0;
    padding: 20px;
  }

  .text-block-7 {
    text-align: center;
  }

  .paragraph-2 {
    text-align: center;
    align-self: center;
    font-size: 17px;
  }

  .quick-stack-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-8, .image-9 {
    width: 40%;
  }

  .kutup-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .kutup-display-3 {
    font-size: 30px;
    line-height: 1.1;
  }

  .kutup-photo-wrapper {
    width: 100%;
    height: 300px;
  }

  .kutup-flex-divider-2 {
    flex-direction: column;
    align-items: flex-start;
  }

  .kutup-flex-divider-2.kutup-center {
    align-items: center;
  }

  .kutup-hero-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .kutup-hero-title-4 {
    font-size: 45px;
  }

  .kutup-play-wrapper {
    width: 258px;
    margin-top: 20px;
    margin-left: 0;
  }

  .kutup-video-play {
    width: 70px;
    height: 70px;
  }
}

#w-node-_75a1596d-e5ec-4558-dc79-ddca7d1c04db-8bacd253 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_75a1596d-e5ec-4558-dc79-ddca7d1c04de-8bacd253 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_75a1596d-e5ec-4558-dc79-ddca7d1c04e1-8bacd253 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_75a1596d-e5ec-4558-dc79-ddca7d1c04e4-8bacd253 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_75a1596d-e5ec-4558-dc79-ddca7d1c04e7-8bacd253 {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_27f08663-2c7e-7e6c-2db5-eb5169778828-8bacd253 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8751bcc4-25b1-a23d-7b22-148b2defc81c-8bacd25c {
  align-self: center;
}

#w-node-f08d551c-066b-d0d3-ca72-f76f856207dc-8bacd25c {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-fef8e8cb-11a6-2aa4-f423-27492db4f7dd-8bacd263, #w-node-fef8e8cb-11a6-2aa4-f423-27492db4f7e8-8bacd263, #w-node-fef8e8cb-11a6-2aa4-f423-27492db4f7f3-8bacd263, #w-node-_7f1b36fd-cffd-4695-7d07-996c38c01d3a-8bacd263, #w-node-_7f1b36fd-cffd-4695-7d07-996c38c01d45-8bacd263, #w-node-_7f1b36fd-cffd-4695-7d07-996c38c01d50-8bacd263, #w-node-_08c4083c-1fa7-5b08-589d-7362ba13c123-8bacd263 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d333c547-a613-dcbc-b056-2c68233c92cd-8bacd263 {
  place-self: center end;
}

#w-node-da46d0ae-d403-4cda-f46e-888d45472247-8bacd263 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-a572a4ca-b9db-91ee-f9d3-457388df2f64-8bacd266 {
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

#w-node-_3a097810-f062-c42c-4e36-f4b351a3ed23-8bacd266 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8751bcc4-25b1-a23d-7b22-148b2defc81c-5cb91961 {
  align-self: center;
}

#w-node-_68b5e2c8-4a46-7ae5-d383-346f510fe5a2-12049724, #w-node-_68b5e2c8-4a46-7ae5-d383-346f510fe5a4-12049724, #w-node-_68b5e2c8-4a46-7ae5-d383-346f510fe5a6-12049724, #w-node-_68b5e2c8-4a46-7ae5-d383-346f510fe5a8-12049724, #w-node-_68b5e2c8-4a46-7ae5-d383-346f510fe5aa-12049724 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a1bcf3f-a034-75bf-ec0f-1536157d3682-12049724 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_9830e124-7ad9-0b59-f50b-809edbd4d2fb-8bacd25b {
    order: -9999;
  }

  #w-node-c3042c5e-3f90-c5a2-48f1-23f092c431df-8bacd263 {
    place-self: center;
  }

  #w-node-d333c547-a613-dcbc-b056-2c68233c92cd-8bacd263 {
    justify-self: start;
  }

  #w-node-a572a4ca-b9db-91ee-f9d3-457388df2f64-8bacd266 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d333c547-a613-dcbc-b056-2c68233c92cd-8bacd263 {
    justify-self: auto;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b433aa80-bd36-36e9-a09d-36a5bef27441-8bacd263 {
    align-self: start;
  }

  #w-node-a572a4ca-b9db-91ee-f9d3-457388df2f64-8bacd266 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }
}


@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BoldItalic.ttf') format('truetype'), url('../fonts/Switzer-ExtraboldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extrabold.ttf') format('truetype'), url('../fonts/Switzer-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-VariableItalic.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer';
  src: url('../fonts/Switzer-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Switzer Variable';
  src: url('../fonts/Switzer-Variable.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}